Update version number ready for V8.2.1 release.
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 1bfd10d..cc4f838 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e192d21..5c5e03c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 29368c0..be1fcb8 100644
--- a/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c
+++ b/FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_CLI_Demos/UARTCommandConsole.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 959e0d1..ab4c23c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e31beaf..414185b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 743398e..be24149 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ac1dcb9..516e91e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d2513cc..00ca23f 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 54256e7..9f6b25b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 259929e..00be0bf 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d780cb1..9e96323 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b304496..2e6df92 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 18a3833..efb0b5c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 0de071f..9aecac5 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3eed9e9..5b5f097 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 4f9c074..edc1d1e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f4346f3..6bd3ec4 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 dad91bc..41c9906 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 07a0bf3..3b2e235 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPClientTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 85ff588..f5afcd2 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/SecureTCPServerTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab3d00d..8bc3cdd 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CyaSSL_Windows_Simulator/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3fa47db..1d269cc 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 56af1d3..558889d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 551421e..eb58374 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6722512..f92389e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 549d294..6369a52 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 15005fe..bc5260b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 af1af7a..364c33d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e2c6654..3258112 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ac73e5e..6422ee7 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 89278ba..adb7623 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 259929e..00be0bf 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 14d4da2..5d131a5 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 03a2dd6..b660c00 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2261bc1..7861af7 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 20b17e8..cde239d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 397ff27..ccdd394 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9037f0c..06c8ea8 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1b24c74..72061be 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 19ba113..cafc926 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 cd56002..70988cd 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ac1dcb9..516e91e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f2f8e23..a19cf46 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 196fc11..b0b3bee 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c42a6f0..7dac8aa 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 573d80e..c0d8061 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 400ef50..b65d4d5 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index 7ffc664..d492418 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
index 9e1548d..1297aca 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 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 35eff4d..62add36 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
index b1681f5..ff7cc57 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index b6631d9..4cf41c6 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index 98f4853..8f1bd50 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index 222d5b0..1e6e3fa 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index c349d0e..b4cb322 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index 55c2d2e..991353c 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
index d932b02..1dbe4df 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index c22f291..bb548d2 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
index ebdfbf1..199ac5d 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
index 7396d5e..b365472 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 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 9e32889..ba8acac 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
index 226e8ce..bcc7cea 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
index c00b0f9..af9d5e2 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USBSample.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ec06322..180a2d1 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/USB/USB_ISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
index a775abd..6414ca5 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e2d5d94..4d0bd22 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/EMAC_ISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 cb10820..8afc7bd 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a072b14..0bd8122 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/SAM7_EMAC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 44b62bf..79165b8 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7X256_Eclipse/RTOSDemo/webserver/uIP_Task.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index 36fdf8c..ed92e18 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
index 7caab9e..8d026ba 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 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 7c21b6c..4df6f02 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
index 1883438..76bd09a 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
index bd309e8..9269988 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index 8312ad9..0e6a94d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 825e70b..80bebb2 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 6c7fcdf..c593322 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
index 09cda55..87bdf3e 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
index 2b31c13..23a7d86 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 0088893..28e8e2d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 6b40807..ab33216 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index 2c53c2c..7644393 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index dc47893..457c97c 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 4b5b1e9..8489180 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 0ddde85..4543e16 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
index d530f27..e7b43ff 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
index a9a5634..2a3a1b8 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 53c6821..b4b1b3c 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index 370d3bc..3f100e3 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 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 f8f00da..da4a251 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index cad6ebc..30d475b 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1fbc7ae..2146045 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 854a7d1..5cbfb93 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index f8f00da..da4a251 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
index c2bac31..7b2ee04 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 9a90bab..6d5f7e9 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index 21793a0..6992e66 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 4d6ad42..169c9db 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
index edc6b86..719daf8 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
index e8eada8..02cba20 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index 49436f7..1452883 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index d901d25..d9fef69 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
index cb86d26..15f55cc 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
index cae589a..5741dd5 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 951b403..64cfce3 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 2511f78..12f88ec 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index d901d25..d9fef69 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
index d9918ec..d078bcf 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
index 2d17330..f696b8a 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index 5306265..e09949a 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 3ce4885..34029e9 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
index d7047d4..f594f80 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index 52facf2..b1c5179 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index 5924268..6cba417 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index 1258eaf..2a740da 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a67eba6..2f02fb1 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index 57e01c1..fc97470 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -11,12 +11,12 @@
     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

@@ -38,17 +38,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
index a42778c..879a0ce 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
index 4ed6f8b..7e36ce1 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index 5ed6dd9..b0c9aa1 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR32_UC3/main.c b/FreeRTOS/Demo/AVR32_UC3/main.c
index 32c6b06..5658259 100644
--- a/FreeRTOS/Demo/AVR32_UC3/main.c
+++ b/FreeRTOS/Demo/AVR32_UC3/main.c
@@ -30,7 +30,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -41,12 +41,12 @@
     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

@@ -68,17 +68,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index f369133..cb7c76b 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 548de79..4f61240 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
index 83cce71..95164d1 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
index d5ea3ef..b959c08 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
index 55ec438..5974695 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
index 58f1d3b..7194728 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 14681d4..8b30954 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index e8b1a84..85b0c77 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
index 94af82f..cc897d9 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
index 30591bb..1e523f2 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
index 55ec438..5974695 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index 4bb13e9..045aec6 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
index 1605bfd..5851b12 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
index 97d7e8b..307bb7f 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 4283a8c..5a27171 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2552de7..9d9932c 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7ffd90d..746b0ec 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
index 270a172..b125b53 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
index 97d7e8b..307bb7f 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
index 651f0e0..3efe161 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
index a6c066b..b892151 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
index 56b9555..8669680 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
index 03c8505..90519fe 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
index a35d364..7d37e6b 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 eabd544..d9019ce 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1abb601..e70d13f 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2916242..528e6fd 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 25c76c7..3726258 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 065faa6..a62fbd3 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 ae4673e..0d512e7 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5f8300e..0550e79 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
index 75844f8..82f0929 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
index 2f2a575..7271fd1 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
index bb417ff..bba7ed0 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 23c1340..98f7129 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 66c8725..f973a20 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2916242..528e6fd 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d5a4444..1db447d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 70aa8c0..0867f94 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 ae4673e..0d512e7 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
index 286ef59..23c5ddb 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ce4d594..96a6ee9 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 cf853aa..d8e9ab0 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2ee2438..601f353 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 fd5b8c7..064a170 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6156781..ff414f7 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ec66adb..3c8c852 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 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 05c7ab5..424e0f6 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b434f0a..f61a158 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b84c9a5..cadfb88 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 699a906..27a3a05 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d0f03aa..f461888 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 dddb16d..049babd 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 148fbc2..65b994e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6c583a5..519065c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 19d6e2f..061aa2e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b9e9d5f..49aca9c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9293e44..842a5d3 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 df4a5b7..7b2e8a1 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 03a7e3b..f11961d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3992f27..57ae18c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 112b0df..0fd61ad 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 8cb5c03..176c67c 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3d49551..d6b6d1e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6eb1b6e..aac3519 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 241f2a7..019ba8f 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ec66adb..3c8c852 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 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 6b4fb5d..80cc0d1 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 8f27098..392786d 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c2bea35..4f33666 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 154a107..4dd3a6d 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index ccce9a8..855b9dc 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index 1727c4a..8f7bb23 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index c8cc623..50efec4 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index 7333dcf..30a7ec6 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index ea45609..3333110 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e6ac412..57efe09 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 83c486a..09f399b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 337aef9..17f5985 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 10fdcd8..04bcb79 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f72e3dd..f7813a2 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab8edcb..4510467 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c118897..1491a43 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 420d182..248c505 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e6ac412..57efe09 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 83c486a..09f399b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
index 337aef9..17f5985 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
index 10fdcd8..04bcb79 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
index f72e3dd..f7813a2 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab8edcb..4510467 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c118897..1491a43 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
index a63bf6c..beed1c4 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6e0d49f..bf53f83 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1ebde4a..f99c13d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d748d0f..708330d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b05814b..68b065d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e704c75..bce4a56 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2bffc26..93f0d7a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 996fab7..a947bb6 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6e0d49f..bf53f83 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1ebde4a..f99c13d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d748d0f..708330d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b05814b..68b065d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e704c75..bce4a56 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2bffc26..93f0d7a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 996fab7..a947bb6 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6e0d49f..bf53f83 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1ebde4a..f99c13d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d748d0f..708330d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b05814b..68b065d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e704c75..bce4a56 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2bffc26..93f0d7a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 996fab7..a947bb6 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
index b3aab40..c5fbb59 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
index 2cf390c..e3345ac 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
index 250812d..abfe43c 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/lcdtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
index 9c793ee..ef385a2 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
index 6bcd950..f82ea67 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/ledtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
index 8e68857..503b97e 100644
--- a/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_EFMG890F128_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
index 70a32b2..6e366fe 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
index 5da27df..3b362a8 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 34a6f50..7e865a8 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 0dc3db1..1bc4185 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d8376a1..c842769 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 0d5154a..479587c 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2ce36c7..e2b5234 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index 22e2428..5981043 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 4b26604..4c94843 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index e732dad..5d21c1d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 4898831..a0c70c7 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index 6df3228..7ad79c6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index e637c98..bf120da 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
index 4b26604..4c94843 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index 6df3228..7ad79c6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index e637c98..bf120da 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index b195df6..4fd7c36 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index 587d6ed..8f728b3 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index e637c98..bf120da 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index e9cd5df..cadcd66 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index 4b512fa..a86c5ee 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index b91544c..6fa2b98 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index b91f61b..9179def 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index a99ceb5..54c25ef 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index e637c98..bf120da 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
index d7bc2bc..f1a001d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
index 8e1f272..6b4b3e0 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
index bb136c9..166f7db 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 3d895cf..979c5b5 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
index 6465477..bba59a6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index 66859d7..c16753e 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
index 843fa0f..71b5ff9 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index a0081e6..0320f97 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index 7ffa700..15654dc 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
index 72d8610..6440e8f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
index a3cd8e9..f4a2ad3 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
index b4c7533..41d387a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
index 02da399..33fe667 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 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 2de9bb8..fa9ee28 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
index 66e6f04..8a70143 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
index 93ce407..2a9c159 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
index 1d7fed5..7a99faf 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b6ee8df..29be8c1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index 6046908..a1b4a32 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index b4c7533..41d387a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 2de9bb8..fa9ee28 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index cf05e34..83c6af9 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index 6999168..f9234af 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index f597b16..153979d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a7ed520..85845a6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 6e08fd0..e43568b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index b4c7533..41d387a 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index 2de9bb8..fa9ee28 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index df051ac..62c646f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index 93ce407..2a9c159 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index 15e71e1..726d415 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index b60a72a..328a24f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index 614e219..1c94c91 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index 1d4d07b..b6cca3f 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index a403f0e..96628da 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 09cb9da..ae93793 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 47784d8..d432808 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 3be4e70..ddb21b2 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index 2f1f4c6..90b856d 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index 1e97416..7f5fb66 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 2e8e45d..894ff5f 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index b2e9062..ff88197 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5d64a59..4f924f8 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index 2fcc925..eace709 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
index 2f1f4c6..90b856d 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
index f6b86fc..dc0b1b4 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
index 7699bb1..3a0868d 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 402a7fd..a138c83 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index 5d64a59..4f924f8 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d68cd19..b6e2ed1 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ef7ebd4..ac7738e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 11225e3..35959f4 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d54a54a..710f89e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e59170a..e99c96a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d6b79de..6e20c09 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 128317c..fe776e5 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3ef49b9..0ba53c4 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f398324..52c37e4 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9c44a49..bfcee96 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 11ba5c3..6ac9b01 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 30037cc..979c819 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 3bed3be..73473f9 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5ee8942..b96e60a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 dd44b90..c5ceca6 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e5d8277..95de3d8 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7e6495c..5e91028 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2402d92..8f8305c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e17fc96..7dc63cb 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 8f4c755..b319b9c 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ba8463a..259904c 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7793505..d3cfd53 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5987ac0..0a69868 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c7d6f2d..369e40e 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
index 64927f8..0955f02 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
index 2851c72..3f68738 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
index 77c6195..12721d5 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
index cb223c7..bb03936 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
index 19e0394..e84c685 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
index 410f6ad..0c0a648 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo
index b30ccd4..c783a63 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/RTOSDemo.atsuo
Binary files differ
diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
index 9783f7c..fe11335 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
index 2916242..528e6fd 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c
index c63e271..5e32aab 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
index 6633e9e..c8f141d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/RunTimeStatsTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
index a2e3c7a..b5d7372 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/config/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c
index c3b2456..18dee54 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c
index 786cb18..f74ec27 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c
index dffe36c..ef79cbf 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_ATSAM4E_Atmel_Studio/src/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9b00293..7c880eb 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d09d051..a1c1304 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 20be22e..f421b86 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 aaacfd6..eab485d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
index 91a6a81..3c2601b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
index 246cc38..f848a45 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
index ae61d20..17c2d71 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 20be22e..f421b86 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d5d78ce..bb2717b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
index a5ad185..12e2f54 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
index 0c0be1a..e677591 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
index 57dbfbe..ccd9f14 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 20be22e..f421b86 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 625a62a..f0130bd 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
index 56a0eb5..8124f44 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
index a3ebccd..2ef832f 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c0c4fbe..37775d3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 4ba244f..6e1ba19 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d2647a3..a8e9dcb 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 0c6227f..089111e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 11065e0..c9dae69 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1f61665..de92335 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d524e61..7b20413 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 8a1236a..30090aa 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f31f6a7..1abe1f5 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 643d621..d1c4542 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
index 6f82223..a85224b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
index bca6f87..8021a8c 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
index c7b4942..78b3dbd 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
index 38a0ac7..eefdd02 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 97f7ff0..c1f41a9 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c5038aa..a5a2cb4 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2dfb7db..87fa3f1 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5c8fadb..98ed393 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1fa32d3..6163fe4 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ed1b8b8..290fc99 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e6ac412..57efe09 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 83c486a..09f399b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 90051e2..5eee8fa 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f35b4a9..c856a8c 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2916242..528e6fd 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 06f3388..0b6b80f 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1fd6cc6..1d1ff2a 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab8edcb..4510467 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5004d6d..0adfbb2 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b5a5031..51113e4 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Blinky_Demo/main_blinky.c
index 7178f8a..b2d55da 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Blinky_Demo/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/FreeRTOSConfig.h
index cf031e6..4856825 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.c
index ed97c88..caf1515 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.h
index 2916242..528e6fd 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/RegTest.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/RegTest.c
index 655b76f..3a2bbfa 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/RegTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/main_full.c
index 32f8f53..730b72b 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/Full_Demo/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/main.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/main.c
index e437b89..168f1d9 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/main.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Blinky_Demo/main_blinky.c
index 0c3df80..935f4d2 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Blinky_Demo/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/FreeRTOSConfig.h
index 9d934a3..924eb17 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.c
index a29605a..5364860 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.h
index 2916242..528e6fd 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/RegTest_Keil.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/RegTest_Keil.c
index 655b76f..3a2bbfa 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/RegTest_Keil.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/RegTest_Keil.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/main_full.c
index a21d402..e0546b8 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/Full_Demo/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/main.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/main.c
index 489f6a5..057b849 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/main.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
index 17432df..7520bce 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
index 71a2dab..c09c5c6 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
index c38886c..fb8220f 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
index 4ac76c5..9f331a3 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
index c59a142..8f8b7f3 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
index 1719c03..27d9d7f 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
index 06ca477..b50b638 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
index c3e7e1e..9ebf821 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
index 4ce9901..7976ff1 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
index c6d054e..c3e7025 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index ab983a8..d6f9902 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e16e984..d8459a8 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
index 1053313..5d8ee8a 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c5bb007..dd2ea9f 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 27e7e9e..53695f3 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
index d63bcd6..fe6a7a4 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f5bfb1a..ea2cd16 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 22794ea..b944fa4 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
index 9a82d33..83e42e0 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b9a9bc2..1f7ed7f 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 209d63e..71fabde 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
index 1d9c6e6..3e69bee 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 90ab472..5c7cfdc 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 214fc1c..420282f 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5c1e8ea..b76c60b 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 4983a0b..0b286d0 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6062aa6..c0706d8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1394668..af9a7e3 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3a445da..52ab3de 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3e36f60..78a1ff8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
index ea68374..b3bb75f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 fc6d755..3deb0d4 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 85d0f5b..08d3f1b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index 4c950c9..49f58f3 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index 09c08e5..d5c7b19 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index 85d0f5b..08d3f1b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
index 2fa973d..0fa27fe 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index dd838aa..a6a3c04 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
index 61c9b1f..c3e4b3e 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index 09c08e5..d5c7b19 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index 85d0f5b..08d3f1b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
index 2fa973d..0fa27fe 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index dd838aa..a6a3c04 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
index 61c9b1f..c3e4b3e 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index c3cbaf4..8004c41 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index 25fbcb0..9efef21 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 45fa1d1..441c2ef 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index ad4dc5e..973bde3 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index 61c9b1f..c3e4b3e 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index ab4cd39..e3d63b0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index 61ef933..0ecf9a0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index 18ef9a0..eadd066 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index 06b1e08..794061a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index 9d71155..650d1a0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 7fcec5b..02a0aff 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 239b5fe..489b919 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 febfd5d..761021c 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
index 2132f45..a91a227 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
index 165f320..8d1620d 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
index d69ff0f..2071e26 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1c3b194..81dd57b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
index 78ed6f0..c51cad5 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
index adc6232..c5ec20b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
index 544770f..47ea46e 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
index 02f07e8..16e4241 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 0d47b4a..3503c93 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
index 29feaca..ea13217 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 361f9f8..7d52867 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a68136e..4321430 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a8fe6d6..a57505b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 89ceb8b..ac80734 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d54a54a..710f89e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3fe3bfb..cebbe42 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
index 46f7583..f13d00f 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
index 57e155e..8e87beb 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/RunTimeStatsTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
index a418493..e5f7cbc 100644
--- a/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/CORTEX_SmartFusion2_M2S050_SoftConsole/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index 544d6d9..3ab34e4 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index 46e13ef..a64679f 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index 1760279..fa51899 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index 096897f..cbbd470 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index 3d0765b..b036c3e 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index 55ec438..5974695 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index ffec418..165eed6 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
index 48c8a31..b576293 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
index 50a021d..288ddca 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index 2abe73c..ced48dd 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 8c9fe4f..e9db9a2 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1e3a6cc..0f9768f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index ab613df..858884b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index ee3847f..6d639d6 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 163ba59..85cf223 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index ab29280..15b29c5 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index 7f1f148..96aee6d 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 341972c..a1f143d 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index 63b99d1..3835100 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index efd9c2d..f01e532 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index 8fb0a39..73223c5 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index cd4806d..ca630ec 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index ab29280..15b29c5 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index e9a917e..932df0f 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
index cfb97fd..4682fb0 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f3e763a..fcb1963 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/FreeRTOS_Tick_Setup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
index c83ff59..def60cf 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
index 05d7a35..57413eb 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
index 91d28ed..5066d3b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
index cfefa99..becd165 100644
--- a/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF5282_Eclipse/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/BlockQ.c b/FreeRTOS/Demo/Common/Full/BlockQ.c
index 1e6c4ca..e25c375 100644
--- a/FreeRTOS/Demo/Common/Full/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Full/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/PollQ.c b/FreeRTOS/Demo/Common/Full/PollQ.c
index 99dd7e8..3c14d94 100644
--- a/FreeRTOS/Demo/Common/Full/PollQ.c
+++ b/FreeRTOS/Demo/Common/Full/PollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/comtest.c b/FreeRTOS/Demo/Common/Full/comtest.c
index 4b336b8..9a7b159 100644
--- a/FreeRTOS/Demo/Common/Full/comtest.c
+++ b/FreeRTOS/Demo/Common/Full/comtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/death.c b/FreeRTOS/Demo/Common/Full/death.c
index 5228f1b..7fb4469 100644
--- a/FreeRTOS/Demo/Common/Full/death.c
+++ b/FreeRTOS/Demo/Common/Full/death.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/dynamic.c b/FreeRTOS/Demo/Common/Full/dynamic.c
index 3d3033b..5d0cc86 100644
--- a/FreeRTOS/Demo/Common/Full/dynamic.c
+++ b/FreeRTOS/Demo/Common/Full/dynamic.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/events.c b/FreeRTOS/Demo/Common/Full/events.c
index bc1e33c..42ba9c8 100644
--- a/FreeRTOS/Demo/Common/Full/events.c
+++ b/FreeRTOS/Demo/Common/Full/events.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/flash.c b/FreeRTOS/Demo/Common/Full/flash.c
index b2d0148..1b75b83 100644
--- a/FreeRTOS/Demo/Common/Full/flash.c
+++ b/FreeRTOS/Demo/Common/Full/flash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/flop.c b/FreeRTOS/Demo/Common/Full/flop.c
index 3464195..0936ee5 100644
--- a/FreeRTOS/Demo/Common/Full/flop.c
+++ b/FreeRTOS/Demo/Common/Full/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/integer.c b/FreeRTOS/Demo/Common/Full/integer.c
index 3c0495c..21410ea 100644
--- a/FreeRTOS/Demo/Common/Full/integer.c
+++ b/FreeRTOS/Demo/Common/Full/integer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/print.c b/FreeRTOS/Demo/Common/Full/print.c
index e0e4459..b4433a5 100644
--- a/FreeRTOS/Demo/Common/Full/print.c
+++ b/FreeRTOS/Demo/Common/Full/print.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Full/semtest.c b/FreeRTOS/Demo/Common/Full/semtest.c
index bc649a9..9397f85 100644
--- a/FreeRTOS/Demo/Common/Full/semtest.c
+++ b/FreeRTOS/Demo/Common/Full/semtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
index 58d882e..6b4e7e4 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlock.c b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
index 175efa4..e5783b3 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlock.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
index d4d28d2..0dbaf63 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/AltQTest.c b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
index e67a04c..1025419 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/BlockQ.c b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
index 6ef9586..7546229 100644
--- a/FreeRTOS/Demo/Common/Minimal/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
index 61092a4..50e7052 100644
--- a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
index e7f13e0..e1934c6 100644
--- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
index e7761e5..9a0c82f 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
index e9ecdac..69a0294 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/PollQ.c b/FreeRTOS/Demo/Common/Minimal/PollQ.c
index 0e1605e..8c2633c 100644
--- a/FreeRTOS/Demo/Common/Minimal/PollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/PollQ.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/QPeek.c b/FreeRTOS/Demo/Common/Minimal/QPeek.c
index 72f84a4..481b280 100644
--- a/FreeRTOS/Demo/Common/Minimal/QPeek.c
+++ b/FreeRTOS/Demo/Common/Minimal/QPeek.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
index e080192..41735d6 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSet.c b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
index 883e653..7761b19 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSet.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c b/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c
index 4126e24..c2a6dcd 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
index ed5aba7..48182b9 100644
--- a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
+++ b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
index 61a5b71..de37052 100644
--- a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/blocktim.c b/FreeRTOS/Demo/Common/Minimal/blocktim.c
index 63693a7..c2b5396 100644
--- a/FreeRTOS/Demo/Common/Minimal/blocktim.c
+++ b/FreeRTOS/Demo/Common/Minimal/blocktim.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest.c b/FreeRTOS/Demo/Common/Minimal/comtest.c
index df6f8e0..5c58a31 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
index f660456..3c96299 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/countsem.c b/FreeRTOS/Demo/Common/Minimal/countsem.c
index 2931270..0483a0a 100644
--- a/FreeRTOS/Demo/Common/Minimal/countsem.c
+++ b/FreeRTOS/Demo/Common/Minimal/countsem.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/crflash.c b/FreeRTOS/Demo/Common/Minimal/crflash.c
index 28241c7..fee0adf 100644
--- a/FreeRTOS/Demo/Common/Minimal/crflash.c
+++ b/FreeRTOS/Demo/Common/Minimal/crflash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/crhook.c b/FreeRTOS/Demo/Common/Minimal/crhook.c
index 778bfee..bbc98dc 100644
--- a/FreeRTOS/Demo/Common/Minimal/crhook.c
+++ b/FreeRTOS/Demo/Common/Minimal/crhook.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/death.c b/FreeRTOS/Demo/Common/Minimal/death.c
index 482cbbf..ae348d4 100644
--- a/FreeRTOS/Demo/Common/Minimal/death.c
+++ b/FreeRTOS/Demo/Common/Minimal/death.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/dynamic.c b/FreeRTOS/Demo/Common/Minimal/dynamic.c
index 4189b0c..481e89c 100644
--- a/FreeRTOS/Demo/Common/Minimal/dynamic.c
+++ b/FreeRTOS/Demo/Common/Minimal/dynamic.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/flash.c b/FreeRTOS/Demo/Common/Minimal/flash.c
index 6f1d14b..0187d6b 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/flash_timer.c b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
index 3642958..a4ad7e8 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash_timer.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/flop.c b/FreeRTOS/Demo/Common/Minimal/flop.c
index 0d9cb43..1fa9965 100644
--- a/FreeRTOS/Demo/Common/Minimal/flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/integer.c b/FreeRTOS/Demo/Common/Minimal/integer.c
index f282906..ba0599f 100644
--- a/FreeRTOS/Demo/Common/Minimal/integer.c
+++ b/FreeRTOS/Demo/Common/Minimal/integer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/recmutex.c b/FreeRTOS/Demo/Common/Minimal/recmutex.c
index 9389bf7..c68b0f6 100644
--- a/FreeRTOS/Demo/Common/Minimal/recmutex.c
+++ b/FreeRTOS/Demo/Common/Minimal/recmutex.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/semtest.c b/FreeRTOS/Demo/Common/Minimal/semtest.c
index 9af4088..7da608b 100644
--- a/FreeRTOS/Demo/Common/Minimal/semtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/semtest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/Minimal/sp_flop.c b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
index 3df8532..00a3233 100644
--- a/FreeRTOS/Demo/Common/Minimal/sp_flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 6e218e1..6b3278d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2cc38dc..002041e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 129592b..201dd57 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ada6648..88d9a16 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/AltBlckQ.h b/FreeRTOS/Demo/Common/include/AltBlckQ.h
index 3216fd2..2c67d16 100644
--- a/FreeRTOS/Demo/Common/include/AltBlckQ.h
+++ b/FreeRTOS/Demo/Common/include/AltBlckQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/AltBlock.h b/FreeRTOS/Demo/Common/include/AltBlock.h
index c6f1e9a..faab1ab 100644
--- a/FreeRTOS/Demo/Common/include/AltBlock.h
+++ b/FreeRTOS/Demo/Common/include/AltBlock.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/AltPollQ.h b/FreeRTOS/Demo/Common/include/AltPollQ.h
index d9d7c90..3c05007 100644
--- a/FreeRTOS/Demo/Common/include/AltPollQ.h
+++ b/FreeRTOS/Demo/Common/include/AltPollQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/AltQTest.h b/FreeRTOS/Demo/Common/include/AltQTest.h
index 1fac49c..68228dc 100644
--- a/FreeRTOS/Demo/Common/include/AltQTest.h
+++ b/FreeRTOS/Demo/Common/include/AltQTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/BlockQ.h b/FreeRTOS/Demo/Common/include/BlockQ.h
index 93b79d3..1ffb0e5 100644
--- a/FreeRTOS/Demo/Common/include/BlockQ.h
+++ b/FreeRTOS/Demo/Common/include/BlockQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
index 150ed47..e9dec3e 100644
--- a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
+++ b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/GenQTest.h b/FreeRTOS/Demo/Common/include/GenQTest.h
index 279832b..978f7b6 100644
--- a/FreeRTOS/Demo/Common/include/GenQTest.h
+++ b/FreeRTOS/Demo/Common/include/GenQTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/IntQueue.h b/FreeRTOS/Demo/Common/include/IntQueue.h
index ad3b0a2..768571e 100644
--- a/FreeRTOS/Demo/Common/include/IntQueue.h
+++ b/FreeRTOS/Demo/Common/include/IntQueue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/IntSemTest.h b/FreeRTOS/Demo/Common/include/IntSemTest.h
index ec65f66..5476d82 100644
--- a/FreeRTOS/Demo/Common/include/IntSemTest.h
+++ b/FreeRTOS/Demo/Common/include/IntSemTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/PollQ.h b/FreeRTOS/Demo/Common/include/PollQ.h
index 2bc67c7..af4f8bb 100644
--- a/FreeRTOS/Demo/Common/include/PollQ.h
+++ b/FreeRTOS/Demo/Common/include/PollQ.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/QPeek.h b/FreeRTOS/Demo/Common/include/QPeek.h
index 539cddf..9c89ebe 100644
--- a/FreeRTOS/Demo/Common/include/QPeek.h
+++ b/FreeRTOS/Demo/Common/include/QPeek.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/QueueOverwrite.h b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
index c21d54b..6c9ac01 100644
--- a/FreeRTOS/Demo/Common/include/QueueOverwrite.h
+++ b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index cbcbdde..ad6f9fd 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/QueueSetPolling.h b/FreeRTOS/Demo/Common/include/QueueSetPolling.h
index 315f6cf..61dbdf6 100644
--- a/FreeRTOS/Demo/Common/include/QueueSetPolling.h
+++ b/FreeRTOS/Demo/Common/include/QueueSetPolling.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/TaskNotify.h b/FreeRTOS/Demo/Common/include/TaskNotify.h
index b1e9bbc..e2c1947 100644
--- a/FreeRTOS/Demo/Common/include/TaskNotify.h
+++ b/FreeRTOS/Demo/Common/include/TaskNotify.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/TimerDemo.h b/FreeRTOS/Demo/Common/include/TimerDemo.h
index 4cf758c..4e44ed5 100644
--- a/FreeRTOS/Demo/Common/include/TimerDemo.h
+++ b/FreeRTOS/Demo/Common/include/TimerDemo.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/blocktim.h b/FreeRTOS/Demo/Common/include/blocktim.h
index 69518dd..b9fee17 100644
--- a/FreeRTOS/Demo/Common/include/blocktim.h
+++ b/FreeRTOS/Demo/Common/include/blocktim.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/comtest.h b/FreeRTOS/Demo/Common/include/comtest.h
index 63cb82e..4d142b5 100644
--- a/FreeRTOS/Demo/Common/include/comtest.h
+++ b/FreeRTOS/Demo/Common/include/comtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/comtest2.h b/FreeRTOS/Demo/Common/include/comtest2.h
index 4695719..a899f4d 100644
--- a/FreeRTOS/Demo/Common/include/comtest2.h
+++ b/FreeRTOS/Demo/Common/include/comtest2.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/comtest_strings.h b/FreeRTOS/Demo/Common/include/comtest_strings.h
index 6a0088c..53c7daa 100644
--- a/FreeRTOS/Demo/Common/include/comtest_strings.h
+++ b/FreeRTOS/Demo/Common/include/comtest_strings.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/countsem.h b/FreeRTOS/Demo/Common/include/countsem.h
index 4cc271e..37da96b 100644
--- a/FreeRTOS/Demo/Common/include/countsem.h
+++ b/FreeRTOS/Demo/Common/include/countsem.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/crflash.h b/FreeRTOS/Demo/Common/include/crflash.h
index 9fb0c29..a164e24 100644
--- a/FreeRTOS/Demo/Common/include/crflash.h
+++ b/FreeRTOS/Demo/Common/include/crflash.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/crhook.h b/FreeRTOS/Demo/Common/include/crhook.h
index 6538df9..0524c68 100644
--- a/FreeRTOS/Demo/Common/include/crhook.h
+++ b/FreeRTOS/Demo/Common/include/crhook.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/death.h b/FreeRTOS/Demo/Common/include/death.h
index d55c8e1..36b94be 100644
--- a/FreeRTOS/Demo/Common/include/death.h
+++ b/FreeRTOS/Demo/Common/include/death.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/dynamic.h b/FreeRTOS/Demo/Common/include/dynamic.h
index b1a8bc2..56d2e9c 100644
--- a/FreeRTOS/Demo/Common/include/dynamic.h
+++ b/FreeRTOS/Demo/Common/include/dynamic.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/fileIO.h b/FreeRTOS/Demo/Common/include/fileIO.h
index a115efc..bc8aeff 100644
--- a/FreeRTOS/Demo/Common/include/fileIO.h
+++ b/FreeRTOS/Demo/Common/include/fileIO.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/flash.h b/FreeRTOS/Demo/Common/include/flash.h
index b9f7fcb..5b40176 100644
--- a/FreeRTOS/Demo/Common/include/flash.h
+++ b/FreeRTOS/Demo/Common/include/flash.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/flash_timer.h b/FreeRTOS/Demo/Common/include/flash_timer.h
index 002a19c..1b57db1 100644
--- a/FreeRTOS/Demo/Common/include/flash_timer.h
+++ b/FreeRTOS/Demo/Common/include/flash_timer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/flop.h b/FreeRTOS/Demo/Common/include/flop.h
index b158df2..448eaff 100644
--- a/FreeRTOS/Demo/Common/include/flop.h
+++ b/FreeRTOS/Demo/Common/include/flop.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/integer.h b/FreeRTOS/Demo/Common/include/integer.h
index 570f61b..89aa8a8 100644
--- a/FreeRTOS/Demo/Common/include/integer.h
+++ b/FreeRTOS/Demo/Common/include/integer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/mevents.h b/FreeRTOS/Demo/Common/include/mevents.h
index 9397528..748fd79 100644
--- a/FreeRTOS/Demo/Common/include/mevents.h
+++ b/FreeRTOS/Demo/Common/include/mevents.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/partest.h b/FreeRTOS/Demo/Common/include/partest.h
index 83c430d..7cebe26 100644
--- a/FreeRTOS/Demo/Common/include/partest.h
+++ b/FreeRTOS/Demo/Common/include/partest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/print.h b/FreeRTOS/Demo/Common/include/print.h
index 6f0c372..50c5ff6 100644
--- a/FreeRTOS/Demo/Common/include/print.h
+++ b/FreeRTOS/Demo/Common/include/print.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/recmutex.h b/FreeRTOS/Demo/Common/include/recmutex.h
index d58e290..8f0013b 100644
--- a/FreeRTOS/Demo/Common/include/recmutex.h
+++ b/FreeRTOS/Demo/Common/include/recmutex.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/semtest.h b/FreeRTOS/Demo/Common/include/semtest.h
index 461b85a..8428374 100644
--- a/FreeRTOS/Demo/Common/include/semtest.h
+++ b/FreeRTOS/Demo/Common/include/semtest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Common/include/serial.h b/FreeRTOS/Demo/Common/include/serial.h
index 83c486a..09f399b 100644
--- a/FreeRTOS/Demo/Common/include/serial.h
+++ b/FreeRTOS/Demo/Common/include/serial.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
index 6c856b2..9899bd6 100644
--- a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Cygnal/Makefile b/FreeRTOS/Demo/Cygnal/Makefile
index debd0d0..79418ca 100644
--- a/FreeRTOS/Demo/Cygnal/Makefile
+++ b/FreeRTOS/Demo/Cygnal/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
index 05cc0c2..1347de0 100644
--- a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Cygnal/main.c b/FreeRTOS/Demo/Cygnal/main.c
index ece1229..db0bf89 100644
--- a/FreeRTOS/Demo/Cygnal/main.c
+++ b/FreeRTOS/Demo/Cygnal/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Cygnal/serial/serial.c b/FreeRTOS/Demo/Cygnal/serial/serial.c
index 3c00b2c..7cc827d 100644
--- a/FreeRTOS/Demo/Cygnal/serial/serial.c
+++ b/FreeRTOS/Demo/Cygnal/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Flshlite/FRConfig.h b/FreeRTOS/Demo/Flshlite/FRConfig.h
index 5d71c75..e3a0f41 100644
--- a/FreeRTOS/Demo/Flshlite/FRConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
index 3232bdf..afc26b0 100644
--- a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
index 36e980a..e093da1 100644
--- a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
index 8d8dfe8..1390916 100644
--- a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Flshlite/main.c b/FreeRTOS/Demo/Flshlite/main.c
index 621fbf8..317ca06 100644
--- a/FreeRTOS/Demo/Flshlite/main.c
+++ b/FreeRTOS/Demo/Flshlite/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/Flshlite/serial/serial.c b/FreeRTOS/Demo/Flshlite/serial/serial.c
index a766b4b..cf479aa 100644
--- a/FreeRTOS/Demo/Flshlite/serial/serial.c
+++ b/FreeRTOS/Demo/Flshlite/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 99d20c5..fe1ac90 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index abbf2f9..77315b2 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/main.c b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
index e8280bf..dd1c17f 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
index bdc2fad..4f1f1e0 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index c464d8f..8cc73f8 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index c19d958..a6d7dae 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
index 10dbeff..66b1f7e 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -11,12 +11,12 @@
     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

@@ -38,17 +38,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index 62b57b8..f4006f6 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index 2adfb9d..c5963bc 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index c19d958..a6d7dae 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
index 8c56d2c..9e0c6a4 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
index b3e3e1d..f3a9a0d 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index 1ddba21..28db532 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
index ef77d0f..0137a3b 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/main.c b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
index 18facd7..82be497 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
@@ -1,6 +1,6 @@
 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -11,12 +11,12 @@
     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

@@ -38,17 +38,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
index f361e9c..c9cf967 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index 80528cf..9876e3a 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
index ac664e8..be1de43 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
index 27ea14f..66adf1c 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
index 025d7ec..9d589fe 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
index 5bbc348..8def71a 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f2c53d5..274ab78 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ac664e8..be1de43 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f4521d1..d4f34c7 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2bdb48a..76193d2 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3e235ab..9a39a3f 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 7ed752a..88592eb 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index 8c43fbf..d833042 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index 48334d6..c004225 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 07f7bb4..2ddc0e6 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index 368745c..de9852a 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
index 54865d1..c0be637 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
index 0d80d16..deb32eb 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
index a793ce3..2d03334 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
index affe33d..18373b7 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 4ab6ff0..cc7e9b8 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
index 49c363a..3441144 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
index a86f915..8b43e41 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
index 17b1aab..f3bc0bc 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
index a793ce3..2d03334 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43 b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
index 4eafef2..95f9edb 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
index c787a79..0cbab79 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
index c8ad2a6..30733f2 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
index 998e319..6265ef3 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
index 0fbfabf..a3b04f6 100644
--- a/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
index b89e9d4..df67ec4 100644
--- a/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze/main.c b/FreeRTOS/Demo/MicroBlaze/main.c
index 4dc7f65..1d70110 100644
--- a/FreeRTOS/Demo/MicroBlaze/main.c
+++ b/FreeRTOS/Demo/MicroBlaze/main.c
@@ -1,7 +1,7 @@
 #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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -12,12 +12,12 @@
     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

@@ -39,17 +39,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze/serial/serial.c b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
index 7e851ff..19d3584 100644
--- a/FreeRTOS/Demo/MicroBlaze/serial/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Blinky_Demo/main_blinky.c
index 1beedaa..7236d62 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Blinky_Demo/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h
index 0540e78..e3b8de8 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/RegisterTests.S b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/RegisterTests.S
index 6d3d10d..a0cc6fe 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/RegisterTests.S
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/RegisterTests.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/main_full.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/main_full.c
index 337f81a..6ca27e6 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/Full_Demo/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c
index 0b11d04..02f1842 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/cc.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/cc.h
new file mode 100644
index 0000000..8910dab
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/cc.h
@@ -0,0 +1,103 @@
+/*
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * This file is part of the lwIP TCP/IP stack.
+ *
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+
+/*
+ * Copyright (c) 2007 Xilinx, Inc.  All rights reserved.
+ *
+ * Xilinx, Inc.
+ * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
+ * COURTESY TO YOU.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
+ * ONE POSSIBLE   IMPLEMENTATION OF THIS FEATURE, APPLICATION OR
+ * STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION
+ * IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE
+ * FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
+ * XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
+ * THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO
+ * ANY WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE
+ * FROM CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
+#ifndef __ARCH_CC_H__
+#define __ARCH_CC_H__
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "lwipopts.h"
+
+/** if you want to use the struct timeval provided
+ * by your system, set this to 0 and include <sys/time.h> in cc.h */
+#define LWIP_TIMEVAL_PRIVATE 0
+#include <sys/time.h>
+
+/* Define platform endianness (might already be defined) */
+#ifndef BYTE_ORDER
+	#if XPAR_MICROBLAZE_0_ENDIANNESS == 1
+		#define BYTE_ORDER LITTLE_ENDIAN
+	#else
+		#define BYTE_ORDER BIG_ENDIAN
+	#endif
+#endif /* BYTE_ORDER */
+
+typedef unsigned   char    u8_t;
+typedef signed     char    s8_t;
+typedef unsigned   short   u16_t;
+typedef signed     short   s16_t;
+typedef unsigned   long    u32_t;
+typedef signed     long    s32_t;
+typedef unsigned   long long    u64_t;
+typedef signed     long long    s64_t;
+
+#define S16_F "d"
+#define U16_F "d"
+#define S32_F "d"
+#define U32_F "x"
+
+#define X16_F "x"
+#define X32_F "x"
+
+#define LWIP_RAND rand
+
+typedef u32_t mem_ptr_t;
+
+#define PACK_STRUCT_FIELD(x) x
+#define PACK_STRUCT_STRUCT __attribute__((packed))
+#define PACK_STRUCT_BEGIN
+#define PACK_STRUCT_END
+
+#define LWIP_PLATFORM_ASSERT(x)
+#define LWIP_PLATFORM_DIAG(x) do { printf x; } while(0)
+
+#endif /* __ARCH_CC_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/cpu.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/cpu.h
new file mode 100644
index 0000000..abbb187
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/cpu.h
@@ -0,0 +1,63 @@
+/*
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * This file is part of the lwIP TCP/IP stack.
+ *
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+
+/*
+ * Copyright (c) 2007 Xilinx, Inc.  All rights reserved.
+ *
+ * Xilinx, Inc.
+ * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
+ * COURTESY TO YOU.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
+ * ONE POSSIBLE   IMPLEMENTATION OF THIS FEATURE, APPLICATION OR
+ * STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION
+ * IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE
+ * FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
+ * XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
+ * THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO
+ * ANY WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE
+ * FROM CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
+#ifndef __ARCH_CPU_H__
+#define __ARCH_CPU_H__
+
+#include "lwipopts.h"
+
+#ifdef PROCESSOR_LITTLE_ENDIAN
+#define BYTE_ORDER LITTLE_ENDIAN
+#else
+#define BYTE_ORDER BIG_ENDIAN
+#endif
+
+#endif /* __ARCH_CPU_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/perf.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/perf.h
new file mode 100644
index 0000000..c9b3b24
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/perf.h
@@ -0,0 +1,68 @@
+/*
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * This file is part of the lwIP TCP/IP stack.
+ *
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+
+/*
+ * Copyright (c) 2007 Xilinx, Inc.  All rights reserved.
+ *
+ * Xilinx, Inc.
+ * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
+ * COURTESY TO YOU.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
+ * ONE POSSIBLE   IMPLEMENTATION OF THIS FEATURE, APPLICATION OR
+ * STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION
+ * IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE
+ * FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
+ * XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
+ * THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO
+ * ANY WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE
+ * FROM CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
+#ifndef __ARCH_PERF_H__
+#define __ARCH_PERF_H__
+
+#define PERF_START    /* null definition */
+#define PERF_STOP(x)  /* null definition */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void perf_init(char *fname);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __ARCH_PERF_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/sys_arch.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/sys_arch.h
new file mode 100644
index 0000000..dd4a6fe
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/arch/sys_arch.h
@@ -0,0 +1,130 @@
+/*
+ * Copyright (c) 2001-2003 Swedish Institute of Computer Science.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * This file is part of the lwIP TCP/IP stack.
+ *
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+
+/*
+ * Copyright (c) 2007 Xilinx, Inc.  All rights reserved.
+ *
+ * Xilinx, Inc.
+ * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
+ * COURTESY TO YOU.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
+ * ONE POSSIBLE   IMPLEMENTATION OF THIS FEATURE, APPLICATION OR
+ * STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION
+ * IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE
+ * FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
+ * XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
+ * THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO
+ * ANY WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE
+ * FROM CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
+#ifndef __SYS_XILINX_ARCH_H__
+#define __SYS_XILINX_ARCH_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+#include "lwipopts.h"
+
+#ifdef OS_IS_XILKERNEL
+
+#include "arch/cc.h"
+#include "semaphore.h"
+#include "os_config.h"
+
+#define SYS_MBOX_NULL NULL
+#define SYS_SEM_NULL  NULL
+#define SYS_MBOX_SIZE   500
+#define SYS_SEM_MAX     MAX_SEM
+#define SYS_MBOX_MAX    (MAX_SEM/2)
+#define SYS_THREAD_MAX  MAX_PTHREADS
+
+#define SEM_FREE   0xffffffff
+#define TID_FREE   0xffffffff
+
+struct sys_mbox_msg {
+	struct sys_mbox_msg *next;
+	void *msg;
+};
+
+struct sys_mbox_s {
+	u8_t  used;
+	u16_t first, last;
+	void *msgs[SYS_MBOX_SIZE];
+	sem_t mail;
+	sem_t mutex;
+};
+
+
+typedef sem_t sys_sem_t;
+
+struct sys_mbox_s;
+typedef struct sys_mbox_s sys_mbox_t;
+
+struct sys_thread;
+typedef struct sys_thread *sys_thread_t;
+
+typedef u32_t sys_prot_t;
+#endif
+
+#ifdef OS_IS_FREERTOS
+
+#include "FreeRTOS.h"
+#include "task.h"
+#include "queue.h"
+#include "semphr.h"
+#include "timers.h"
+
+#define SYS_MBOX_NULL					( ( xQueueHandle ) NULL )
+#define SYS_SEM_NULL					( ( xSemaphoreHandle ) NULL )
+#define SYS_DEFAULT_THREAD_STACK_DEPTH	configMINIMAL_STACK_SIZE
+
+typedef xSemaphoreHandle sys_sem_t;
+typedef xSemaphoreHandle sys_mutex_t;
+typedef xQueueHandle sys_mbox_t;
+typedef xTaskHandle sys_thread_t;
+
+typedef unsigned long sys_prot_t;
+
+#define sys_mbox_valid( x ) ( ( ( *x ) == NULL) ? pdFALSE : pdTRUE )
+#define sys_mbox_set_invalid( x ) ( ( *x ) = NULL )
+#define sys_sem_valid( x ) ( ( ( *x ) == NULL) ? pdFALSE : pdTRUE )
+#define sys_sem_set_invalid( x ) ( ( *x ) = NULL )
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __SYS_XILINX_ARCH_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xadapter.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xadapter.h
new file mode 100644
index 0000000..b473336
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xadapter.h
@@ -0,0 +1,81 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __XADAPTER_H_
+#define __XADAPTER_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "lwipopts.h"
+
+#if !NO_SYS
+#ifdef OS_IS_XILKERNEL
+#include "xmk.h"
+#endif
+#include "lwip/sys.h"
+#endif
+
+#include "lwip/netif.h"
+#include "lwip/ip.h"
+
+#include "netif/xtopology.h"
+
+struct xemac_s {
+	enum xemac_types type;
+	int  topology_index;
+	void *state;
+#if !NO_SYS
+        sys_sem_t sem_rx_data_available;
+#endif
+};
+
+void 		lwip_raw_init();
+int 		xemacif_input(struct netif *netif);
+void 		xemacif_input_thread(struct netif *netif);
+struct netif *	xemac_add(struct netif *netif,
+	struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw,
+	unsigned char *mac_ethernet_address,
+	unsigned mac_baseaddr);
+#ifdef __arm__
+void xemacpsif_resetrx_on_no_rxdata(struct netif *netif);
+#endif
+
+/* global lwip debug variable used for debugging */
+extern int lwip_runtime_debug;
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xaxiemacif.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xaxiemacif.h
new file mode 100644
index 0000000..6157ca9
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xaxiemacif.h
@@ -0,0 +1,108 @@
+/******************************************************************************
+*
+* Copyright (C) 2010 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __NETIF_XAXIEMACIF_H__
+#define __NETIF_XAXIEMACIF_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "xlwipconfig.h"
+#include "lwip/netif.h"
+#include "netif/etharp.h"
+#include "netif/xadapter.h"
+
+#include "xparameters.h"
+#include "xstatus.h"
+
+#include "xaxiethernet.h"
+#ifdef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET_FIFO
+#include "xllfifo.h"
+#else
+#include "xaxidma.h"
+#include "xaxidma_hw.h"
+#endif
+
+#include "netif/xpqueue.h"
+#include "xlwipconfig.h"
+
+void 	xaxiemacif_setmac(u32_t index, u8_t *addr);
+u8_t*	xaxiemacif_getmac(u32_t index);
+err_t 	xaxiemacif_init(struct netif *netif);
+int 	xaxiemacif_input(struct netif *netif);
+
+unsigned get_IEEE_phy_speed(XAxiEthernet *xaxiemacp);
+unsigned configure_IEEE_phy_speed(XAxiEthernet *xaxiemacp, unsigned speed);
+unsigned Phy_Setup (XAxiEthernet *xaxiemacp);
+
+/* xaxiemacif_hw.c */
+void 	xaxiemac_error_handler(XAxiEthernet * Temac);
+
+/* structure within each netif, encapsulating all information required for
+ * using a particular temac instance
+ */
+typedef struct {
+#ifdef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET_FIFO
+	XLlFifo      axififo;
+#else
+	XAxiDma      axidma;
+#endif
+	XAxiEthernet axi_ethernet;
+
+	/* queue to store overflow packets */
+	pq_queue_t *recv_q;
+	pq_queue_t *send_q;
+
+	/* pointers to memory holding buffer descriptors (used only with SDMA) */
+	void *rx_bdspace;
+	void *tx_bdspace;
+} xaxiemacif_s;
+
+extern xaxiemacif_s xaxiemacif;
+
+int	is_tx_space_available(xaxiemacif_s *emac);
+
+/* xaxiemacif_dma.c */
+#ifndef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET_FIFO
+XStatus init_axi_dma(struct xemac_s *xemac);
+int  process_sent_bds(XAxiDma_BdRing *txring);
+
+void axidma_send_handler(void *arg);
+XStatus axidma_sgsend(xaxiemacif_s *xaxiemacif, struct pbuf *p);
+#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __NETIF_XAXIEMACIF_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xemacliteif.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xemacliteif.h
new file mode 100644
index 0000000..4cc9b9e
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xemacliteif.h
@@ -0,0 +1,67 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __NETIF_XEMACLITEIF_H__
+#define __NETIF_XEMACLITEIF_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "lwip/netif.h"
+#include "netif/etharp.h"
+#include "netif/xpqueue.h"
+#include "xemaclite.h"
+#include "xemaclite_i.h"
+#include "xstatus.h"
+
+/* structure within each netif, encapsulating all information required for
+ * using a particular emaclite instance
+ */
+typedef struct {
+        XEmacLite *instance;
+
+	/* queue to store overflow packets */
+	pq_queue_t *recv_q;
+	pq_queue_t *send_q;
+} xemacliteif_s;
+
+void 	xemacliteif_setmac(u32_t index, u8_t *addr);
+u8_t*	xemacliteif_getmac(u32_t index);
+err_t 	xemacliteif_init(struct netif *netif);
+int 	xemacliteif_input(struct netif *netif);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __NETIF_XEMACLITEIF_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xemacpsif.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xemacpsif.h
new file mode 100644
index 0000000..00dcc85
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xemacpsif.h
@@ -0,0 +1,123 @@
+/******************************************************************************
+*
+* Copyright (C) 2010 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __NETIF_XEMACPSIF_H__
+#define __NETIF_XEMACPSIF_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "xlwipconfig.h"
+#include "lwip/netif.h"
+#include "netif/etharp.h"
+#include "netif/xadapter.h"
+
+#include "xstatus.h"
+#include "sleep.h"
+#include "xparameters.h"
+#include "xparameters_ps.h"	/* defines XPAR values */
+#include "xil_types.h"
+#include "xil_assert.h"
+#include "xil_io.h"
+#include "xil_exception.h"
+#include "xpseudo_asm.h"
+#include "xil_cache.h"
+#include "xil_printf.h"
+#include "xuartps.h"
+#include "xscugic.h"
+#include "xemacps.h"		/* defines XEmacPs API */
+
+#include "netif/xpqueue.h"
+#include "xlwipconfig.h"
+
+void 	xemacpsif_setmac(u32_t index, u8_t *addr);
+u8_t*	xemacpsif_getmac(u32_t index);
+err_t 	xemacpsif_init(struct netif *netif);
+int 	xemacpsif_input(struct netif *netif);
+#ifdef NOTNOW_BHILL
+unsigned get_IEEE_phy_speed(XLlTemac *xlltemacp);
+#endif
+
+/* xaxiemacif_hw.c */
+void 	xemacps_error_handler(XEmacPs * Temac);
+
+/* structure within each netif, encapsulating all information required for
+ * using a particular temac instance
+ */
+typedef struct {
+	XEmacPs emacps;
+
+	/* queue to store overflow packets */
+	pq_queue_t *recv_q;
+	pq_queue_t *send_q;
+
+	/* pointers to memory holding buffer descriptors (used only with SDMA) */
+	void *rx_bdspace;
+	void *tx_bdspace;
+
+	unsigned int last_rx_frms_cntr;
+
+} xemacpsif_s;
+
+extern xemacpsif_s xemacpsif;
+
+int	is_tx_space_available(xemacpsif_s *emac);
+
+/* xaxiemacif_dma.c */
+
+XStatus init_axi_dma(struct xemac_s *xemac);
+void  process_sent_bds(XEmacPs_BdRing *txring);
+unsigned Phy_Setup (XEmacPs *xemacpsp);
+void emacps_send_handler(void *arg);
+XStatus emacps_sgsend(xemacpsif_s *xemacpsif, struct pbuf *p);
+void emacps_recv_handler(void *arg);
+void emacps_error_handler(void *arg,u8 Direction, u32 ErrorWord);
+void setup_rx_bds(XEmacPs_BdRing *rxring);
+void HandleTxErrors(struct xemac_s *xemac);
+void HandleEmacPsError(struct xemac_s *xemac);
+XEmacPs_Config *xemacps_lookup_config(unsigned mac_base);
+void init_emacps(xemacpsif_s *xemacps, struct netif *netif);
+void setup_isr (struct xemac_s *xemac);
+XStatus init_dma(struct xemac_s *xemac);
+void start_emacps (xemacpsif_s *xemacps);
+void FreeTxRxPBufs(void);
+void FreeOnlyTxPBufs(void);
+void init_emacps_on_error (xemacpsif_s *xemacps, struct netif *netif);
+void clean_dma_txdescs(struct xemac_s *xemac);
+void resetrx_on_no_rxdata(xemacpsif_s *xemacpsif);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __NETIF_XAXIEMACIF_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xlltemacif.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xlltemacif.h
new file mode 100644
index 0000000..a44d276
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xlltemacif.h
@@ -0,0 +1,94 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __NETIF_XLLTEMACIF_H__
+#define __NETIF_XLLTEMACIF_H__
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#include "lwip/netif.h"
+#include "netif/etharp.h"
+#include "netif/xadapter.h"
+
+#include "xparameters.h"
+#include "xstatus.h"
+#include "xlltemac.h"
+#include "xlldma.h"
+#include "xllfifo.h"
+#include "xlldma_bdring.h"
+
+#include "netif/xpqueue.h"
+#include "xlwipconfig.h"
+
+void 	xlltemacif_setmac(u32_t index, u8_t *addr);
+u8_t*	xlltemacif_getmac(u32_t index);
+err_t 	xlltemacif_init(struct netif *netif);
+int 	xlltemacif_input(struct netif *netif);
+unsigned get_IEEE_phy_speed(XLlTemac *xlltemacp);
+unsigned Phy_Setup (XLlTemac *xlltemacp);
+unsigned configure_IEEE_phy_speed(XLlTemac *xlltemacp, unsigned speed);
+
+/* xlltemacif_hw.c */
+void 	xlltemac_error_handler(XLlTemac * Temac);
+
+/* structure within each netif, encapsulating all information required for
+ * using a particular temac instance
+ */
+typedef struct {
+	XLlDma lldma;
+	XLlFifo llfifo;
+	XLlTemac lltemac;
+
+	/* queue to store overflow packets */
+	pq_queue_t *recv_q;
+	pq_queue_t *send_q;
+
+	/* pointers to memory holding buffer descriptors (used only with SDMA) */
+	void *rx_bdspace;
+	void *tx_bdspace;
+} xlltemacif_s;
+
+extern xlltemacif_s xlltemacif;
+
+/* xlltemacif_sdma.c */
+XStatus init_sdma(struct xemac_s *xemac);
+int  process_sent_bds(XLlDma_BdRing *txring);
+void lldma_send_handler(void *arg);
+XStatus lldma_sgsend(xlltemacif_s *xlltemacif, struct pbuf *p);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __NETIF_XLLTEMACIF_H__ */
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xpqueue.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xpqueue.h
new file mode 100644
index 0000000..5f29a94
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xpqueue.h
@@ -0,0 +1,56 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __LWIP_PBUF_QUEUE_H_
+#define __LWIP_PBUF_QUEUE_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define PQ_QUEUE_SIZE 4096
+
+typedef struct {
+	void *data[PQ_QUEUE_SIZE];
+	int head, tail, len;
+} pq_queue_t;
+
+pq_queue_t*	pq_create_queue();
+int 		pq_enqueue(pq_queue_t *q, void *p);
+void*		pq_dequeue(pq_queue_t *q);
+int		pq_qlength(pq_queue_t *q);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xtopology.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xtopology.h
new file mode 100644
index 0000000..08f73da
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/netif/xtopology.h
@@ -0,0 +1,60 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#ifndef __XTOPOLOGY_H_
+#define __XTOPOLOGY_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+enum xemac_types { xemac_type_unknown = -1, xemac_type_xps_emaclite, xemac_type_xps_ll_temac, xemac_type_axi_ethernet, xemac_type_emacps };
+
+struct xtopology_t {
+	unsigned emac_baseaddr;
+	enum xemac_types emac_type;
+	unsigned intc_baseaddr;
+	unsigned intc_emac_intr;	/* valid only for xemac_type_xps_emaclite */
+	unsigned scugic_baseaddr; /* valid only for Zynq */
+	unsigned scugic_emac_intr; /* valid only for GEM */
+};
+
+extern int xtopology_n_emacs;
+extern struct xtopology_t xtopology[];
+
+int xtopology_find_index(unsigned base);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/xlwipconfig.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/xlwipconfig.h
new file mode 100644
index 0000000..ba19e33
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/include/xlwipconfig.h
@@ -0,0 +1,8 @@
+#ifndef __XLWIPCONFIG_H_

+#define __XLWIPCONFIG_H_

+

+

+/* This is a generated file - do not edit */

+

+#define XLWIP_CONFIG_INCLUDE_EMACLITE 1

+#endif

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xadapter.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xadapter.c
new file mode 100644
index 0000000..241315c
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xadapter.c
@@ -0,0 +1,288 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#include "lwipopts.h"
+#include "xlwipconfig.h"
+
+#if !NO_SYS
+#ifdef OS_IS_XILKERNEL
+#include "xmk.h"
+#include "sys/process.h"
+#endif
+#endif
+
+#include "lwip/mem.h"
+#include "lwip/stats.h"
+#include "lwip/sys.h"
+#include "lwip/ip.h"
+#include "lwip/tcp.h"
+#include "lwip/udp.h"
+#include "lwip/tcp_impl.h"
+
+#include "netif/etharp.h"
+#include "netif/xadapter.h"
+
+#ifdef XLWIP_CONFIG_INCLUDE_EMACLITE
+#include "netif/xemacliteif.h"
+#endif
+
+#ifdef XLWIP_CONFIG_INCLUDE_TEMAC
+#include "netif/xlltemacif.h"
+#endif
+
+#ifdef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET
+#include "netif/xaxiemacif.h"
+#endif
+
+#ifdef XLWIP_CONFIG_INCLUDE_GEM
+#include "netif/xemacpsif.h"
+#endif
+
+#if !NO_SYS
+#include "lwip/tcpip.h"
+#endif
+
+
+/* global lwip debug variable used for debugging */
+int lwip_runtime_debug = 0;
+
+void
+lwip_raw_init()
+{
+	ip_init();	/* Doesn't do much, it should be called to handle future changes. */
+#if LWIP_UDP
+	udp_init();	/* Clears the UDP PCB list. */
+#endif
+#if LWIP_TCP
+	tcp_init();	/* Clears the TCP PCB list and clears some internal TCP timers. */
+			/* Note: you must call tcp_fasttmr() and tcp_slowtmr() at the */
+			/* predefined regular intervals after this initialization. */
+#endif
+}
+
+static enum xemac_types
+find_mac_type(unsigned base)
+{
+	int i;
+
+	for (i = 0; i < xtopology_n_emacs; i++) {
+		if (xtopology[i].emac_baseaddr == base)
+			return xtopology[i].emac_type;
+	}
+
+	return xemac_type_unknown;
+}
+
+int
+xtopology_find_index(unsigned base)
+{
+	int i;
+
+	for (i = 0; i < xtopology_n_emacs; i++) {
+		if (xtopology[i].emac_baseaddr == base)
+			return i;
+	}
+
+	return -1;
+}
+
+/*
+ * xemac_add: this is a wrapper around lwIP's netif_add function.
+ * The objective is to provide portability between the different Xilinx MAC's
+ * This function can be used to add both xps_ethernetlite and xps_ll_temac
+ * based interfaces
+ */
+struct netif *
+xemac_add(struct netif *netif,
+	struct ip_addr *ipaddr, struct ip_addr *netmask, struct ip_addr *gw,
+	unsigned char *mac_ethernet_address,
+	unsigned mac_baseaddr)
+{
+	int i;
+
+	/* set mac address */
+	netif->hwaddr_len = 6;
+	for (i = 0; i < 6; i++)
+		netif->hwaddr[i] = mac_ethernet_address[i];
+
+	/* initialize based on MAC type */
+		switch (find_mac_type(mac_baseaddr)) {
+			case xemac_type_xps_emaclite:
+#ifdef XLWIP_CONFIG_INCLUDE_EMACLITE
+				return netif_add(netif, ipaddr, netmask, gw,
+					(void*)mac_baseaddr,
+					xemacliteif_init,
+#if NO_SYS
+					ethernet_input
+#else
+					tcpip_input
+#endif
+					);
+#else
+				return NULL;
+#endif
+			case xemac_type_xps_ll_temac:
+#ifdef XLWIP_CONFIG_INCLUDE_TEMAC
+				return netif_add(netif, ipaddr, netmask, gw,
+					(void*)mac_baseaddr,
+					xlltemacif_init,
+#if NO_SYS
+					ethernet_input
+#else
+					tcpip_input
+#endif
+					);
+#else
+				return NULL;
+#endif
+			case xemac_type_axi_ethernet:
+#ifdef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET
+				return netif_add(netif, ipaddr, netmask, gw,
+					(void*)mac_baseaddr,
+					xaxiemacif_init,
+#if NO_SYS
+					ethernet_input
+#else
+					tcpip_input
+#endif
+					);
+#else
+				return NULL;
+#endif
+#ifdef __arm__
+			case xemac_type_emacps:
+#ifdef XLWIP_CONFIG_INCLUDE_GEM
+				return netif_add(netif, ipaddr, netmask, gw,
+						(void*)mac_baseaddr,
+						xemacpsif_init,
+#if NO_SYS
+						ethernet_input
+#else
+						tcpip_input
+#endif
+
+						);
+#endif
+#endif
+			default:
+				printf("unable to determine type of EMAC with baseaddress 0x%08x\r\n",
+						mac_baseaddr);
+				return NULL;
+	}
+}
+
+#if !NO_SYS
+/*
+ * The input thread calls lwIP to process any received packets.
+ * This thread waits until a packet is received (sem_rx_data_available),
+ * and then calls xemacif_input which processes 1 packet at a time.
+ */
+void
+xemacif_input_thread(struct netif *netif)
+{
+	struct xemac_s *emac = (struct xemac_s *)netif->state;
+	while (1) {
+		/* sleep until there are packets to process
+		 * This semaphore is set by the packet receive interrupt
+		 * routine.
+		 */
+		sys_sem_wait(&emac->sem_rx_data_available);
+
+		/* move all received packets to lwIP */
+		xemacif_input(netif);
+	}
+}
+#endif
+
+int
+xemacif_input(struct netif *netif)
+{
+	struct xemac_s *emac = (struct xemac_s *)netif->state;
+	SYS_ARCH_DECL_PROTECT(lev);
+
+	int n_packets = 0;
+
+	switch (emac->type) {
+		case xemac_type_xps_emaclite:
+#ifdef XLWIP_CONFIG_INCLUDE_EMACLITE
+			SYS_ARCH_PROTECT(lev);
+			n_packets = xemacliteif_input(netif);
+			SYS_ARCH_UNPROTECT(lev);
+			break;
+#else
+			print("incorrect configuration: xps_ethernetlite drivers not present?");
+			while(1);
+			return 0;
+#endif
+		case xemac_type_xps_ll_temac:
+#ifdef XLWIP_CONFIG_INCLUDE_TEMAC
+			SYS_ARCH_PROTECT(lev);
+			n_packets = xlltemacif_input(netif);
+			SYS_ARCH_UNPROTECT(lev);
+			break;
+#else
+			print("incorrect configuration: xps_ll_temac drivers not present?");
+			while(1);
+			return 0;
+#endif
+		case xemac_type_axi_ethernet:
+#ifdef XLWIP_CONFIG_INCLUDE_AXI_ETHERNET
+			SYS_ARCH_PROTECT(lev);
+			n_packets = xaxiemacif_input(netif);
+			SYS_ARCH_UNPROTECT(lev);
+			break;
+#else
+			print("incorrect configuration: axi_ethernet drivers not present?");
+			while(1);
+			return 0;
+#endif
+#ifdef __arm__
+		case xemac_type_emacps:
+#ifdef XLWIP_CONFIG_INCLUDE_GEM
+			SYS_ARCH_PROTECT(lev);
+			n_packets = xemacpsif_input(netif);
+			SYS_ARCH_UNPROTECT(lev);
+			break;
+#else
+			xil_printf("incorrect configuration: ps7_ethernet drivers not present?\r\n");
+			while(1);
+			return 0;
+#endif
+#endif
+		default:
+			print("incorrect configuration: unknown temac type");
+			while(1);
+			return 0;
+	}
+
+	return n_packets;
+}
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xemacliteif.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xemacliteif.c
new file mode 100644
index 0000000..39e9fc5
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xemacliteif.c
@@ -0,0 +1,845 @@
+/*
+ * Copyright (c) 2001-2004 Swedish Institute of Computer Science.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without modification,
+ * are permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice,
+ *    this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright notice,
+ *    this list of conditions and the following disclaimer in the documentation
+ *    and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+ * SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
+ * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
+ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
+ * OF SUCH DAMAGE.
+ *
+ * This file is part of the lwIP TCP/IP stack.
+ *
+ * Author: Adam Dunkels <adam@sics.se>
+ *
+ */
+
+/*
+ * Copyright (c) 2007-2013 Xilinx, Inc.  All rights reserved.
+ *
+ * Xilinx, Inc.
+ * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" AS A
+ * COURTESY TO YOU.  BY PROVIDING THIS DESIGN, CODE, OR INFORMATION AS
+ * ONE POSSIBLE   IMPLEMENTATION OF THIS FEATURE, APPLICATION OR
+ * STANDARD, XILINX IS MAKING NO REPRESENTATION THAT THIS IMPLEMENTATION
+ * IS FREE FROM ANY CLAIMS OF INFRINGEMENT, AND YOU ARE RESPONSIBLE
+ * FOR OBTAINING ANY RIGHTS YOU MAY REQUIRE FOR YOUR IMPLEMENTATION.
+ * XILINX EXPRESSLY DISCLAIMS ANY WARRANTY WHATSOEVER WITH RESPECT TO
+ * THE ADEQUACY OF THE IMPLEMENTATION, INCLUDING BUT NOT LIMITED TO
+ * ANY WARRANTIES OR REPRESENTATIONS THAT THIS IMPLEMENTATION IS FREE
+ * FROM CLAIMS OF INFRINGEMENT, IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ */
+
+#include "lwipopts.h"
+#include "xlwipconfig.h"
+
+#if !NO_SYS
+	#include "FreeRTOS.h"
+	#include "task.h"
+#endif
+
+#include <stdio.h>
+#include <string.h>
+
+#include "lwip/opt.h"
+#include "lwip/def.h"
+#include "lwip/mem.h"
+#include "lwip/pbuf.h"
+#include "lwip/sys.h"
+#include "lwip/stats.h"
+#include "lwip/timers.h"
+
+#include "netif/etharp.h"
+#include "netif/xadapter.h"
+#include "netif/xemacliteif.h"
+#include "xstatus.h"
+
+#include "netif/xpqueue.h"
+
+#include "xlwipconfig.h"
+#include "xparameters.h"
+#if XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ == 1
+#include "xscugic.h"
+#define INTC_DIST_BASE_ADDR	XPAR_SCUGIC_DIST_BASEADDR
+#else
+#include "xintc.h"
+#endif
+
+/* Define those to better describe your network interface. */
+#define IFNAME0 'x'
+#define IFNAME1 'e'
+
+
+/* Advertisement control register. */
+#define ADVERTISE_10HALF        0x0020  /* Try for 10mbps half-duplex  */
+#define ADVERTISE_1000XFULL     0x0020  /* Try for 1000BASE-X full-duplex */
+#define ADVERTISE_10FULL        0x0040  /* Try for 10mbps full-duplex  */
+#define ADVERTISE_1000XHALF     0x0040  /* Try for 1000BASE-X half-duplex */
+#define ADVERTISE_100HALF       0x0080  /* Try for 100mbps half-duplex */
+#define ADVERTISE_1000XPAUSE    0x0080  /* Try for 1000BASE-X pause    */
+#define ADVERTISE_100FULL       0x0100  /* Try for 100mbps full-duplex */
+#define ADVERTISE_1000XPSE_ASYM 0x0100  /* Try for 1000BASE-X asym pause */
+#define ADVERTISE_100BASE4      0x0200  /* Try for 100mbps 4k packets  */
+
+
+#define ADVERTISE_100_AND_10	(ADVERTISE_10FULL | ADVERTISE_100FULL |  \
+				ADVERTISE_10HALF | ADVERTISE_100HALF)
+#define ADVERTISE_100		(ADVERTISE_100FULL | ADVERTISE_100HALF)
+#define ADVERTISE_10		(ADVERTISE_10FULL | ADVERTISE_10HALF)
+
+#if XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ == 1
+#define EMACLITE_INTR_PRIORITY_SET_IN_GIC	0xA0
+#define TRIG_TYPE_RISING_EDGE_SENSITIVE		0x3
+#endif
+
+#define IEEE_CONTROL_REG_OFFSET			0
+#define IEEE_STATUS_REG_OFFSET			1
+#define IEEE_AUTONEGO_ADVERTISE_REG		4
+#define IEEE_PARTNER_ABILITIES_1_REG_OFFSET	5
+#define IEEE_PARTNER_ABILITIES_2_REG_OFFSET	8
+#define IEEE_PARTNER_ABILITIES_3_REG_OFFSET	10
+#define IEEE_1000_ADVERTISE_REG_OFFSET		9
+#define IEEE_CTRL_1GBPS_LINKSPEED_MASK		0x2040
+#define IEEE_CTRL_LINKSPEED_MASK		0x0040
+#define IEEE_CTRL_LINKSPEED_1000M		0x0040
+#define IEEE_CTRL_LINKSPEED_100M		0x2000
+#define IEEE_CTRL_LINKSPEED_10M			0x0000
+#define IEEE_CTRL_RESET_MASK			0x8000
+#define IEEE_CTRL_AUTONEGOTIATE_ENABLE		0x1000
+#define IEEE_STAT_AUTONEGOTIATE_CAPABLE		0x0008
+#define IEEE_STAT_AUTONEGOTIATE_COMPLETE	0x0020
+#define IEEE_STAT_AUTONEGOTIATE_RESTART		0x0200
+#define IEEE_STAT_1GBPS_EXTENSIONS		0x0100
+#define IEEE_AN1_ABILITY_MASK			0x1FE0
+#define IEEE_AN3_ABILITY_MASK_1GBPS		0x0C00
+#define IEEE_AN1_ABILITY_MASK_100MBPS		0x0380
+#define IEEE_AN1_ABILITY_MASK_10MBPS		0x0060
+
+#define PHY_DETECT_REG		1
+#define PHY_DETECT_MASK 	0x1808
+
+/* Forward declarations. */
+static err_t xemacliteif_output(struct netif *netif, struct pbuf *p,
+		struct ip_addr *ipaddr);
+unsigned get_IEEE_phy_speed_emaclite(XEmacLite *xemaclitep);
+unsigned configure_IEEE_phy_speed_emaclite(XEmacLite *xemaclitep, unsigned speed);
+
+/* The payload from multiple pbufs is assembled into a single contiguous
+ * area for transmission. Currently this is a global variable (it should really
+ * belong in the per netif structure), but that is ok since this can be used
+ * only in a protected context
+ */
+unsigned char xemac_tx_frame[XEL_MAX_FRAME_SIZE] __attribute__((aligned(64)));
+
+#ifndef XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ
+#if XPAR_INTC_0_HAS_FAST == 1
+/*********** Function Prototypes *********************************************/
+/*
+ *  Function prototypes of the functions used for registering Fast
+ *  Interrupt Handlers
+ */
+static void XEmacLite_FastInterruptHandler(void)
+					__attribute__ ((fast_interrupt));
+
+
+/**************** Variable Declarations **************************************/
+
+/** Variables for Fast Interrupt handlers ***/
+XEmacLite *xemaclitep_fast;
+
+#endif
+#endif
+
+static void
+xemacif_recv_handler(void *arg) {
+	struct xemac_s *xemac = (struct xemac_s *)(arg);
+	xemacliteif_s *xemacliteif = (xemacliteif_s *)(xemac->state);
+	XEmacLite *instance = xemacliteif->instance;
+	struct pbuf *p;
+	int len = 0;
+	struct xtopology_t *xtopologyp = &xtopology[xemac->topology_index];
+
+#if XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ == 1
+#else
+	XIntc_AckIntr(xtopologyp->intc_baseaddr, 1 << xtopologyp->intc_emac_intr);
+#endif
+	p = pbuf_alloc(PBUF_RAW, XEL_MAX_FRAME_SIZE, PBUF_POOL);
+	if (!p) {
+#if LINK_STATS
+		lwip_stats.link.memerr++;
+		lwip_stats.link.drop++;
+#endif
+		/* receive and just ignore the frame.
+		 * we need to receive the frame because otherwise emaclite will
+		 * not generate any other interrupts since it cannot receive,
+		 * and we do not actively poll the emaclite
+		 */
+		XEmacLite_Recv(instance, xemac_tx_frame);
+		return;
+	}
+
+	/* receive the packet */
+	len = XEmacLite_Recv(instance, p->payload);
+
+	if (len == 0) {
+#if LINK_STATS
+		lwip_stats.link.drop++;
+#endif
+		pbuf_free(p);
+		return;
+	}
+
+	/* store it in the receive queue, where it'll be processed by xemacif input thread */
+	if (pq_enqueue(xemacliteif->recv_q, (void*)p) < 0) {
+#if LINK_STATS
+		lwip_stats.link.memerr++;
+		lwip_stats.link.drop++;
+#endif
+		pbuf_free(p);
+		return;
+	}
+
+#if !NO_SYS
+	sys_sem_signal(&xemac->sem_rx_data_available);
+#endif
+
+}
+
+int transmit_packet(XEmacLite *instancep, void *packet, unsigned len)
+{
+	XStatus result = 0;
+
+	/* there is space for a buffer, so transfer */
+	result = XEmacLite_Send(instancep, packet, len);
+
+        if (result != XST_SUCCESS) {
+                return -1;
+        }
+
+	return 0;
+}
+
+/*
+ * this function is always called with interrupts off
+ * this function also assumes that there is space to send in the Emaclite buffer
+ */
+static err_t
+_unbuffered_low_level_output(XEmacLite *instancep, struct pbuf *p)
+{
+	struct pbuf *q;
+	int total_len = 0;
+
+#if ETH_PAD_SIZE
+	pbuf_header(p, -ETH_PAD_SIZE);			/* drop the padding word */
+#endif
+
+	for(q = p, total_len = 0; q != NULL; q = q->next) {
+		/* Send the data from the pbuf to the interface, one pbuf at a
+		   time. The size of the data in each pbuf is kept in the ->len
+		   variable. */
+		memcpy(xemac_tx_frame + total_len, q->payload, q->len);
+		total_len += q->len;
+	}
+
+	if (transmit_packet(instancep, xemac_tx_frame, total_len) < 0) {
+#if LINK_STATS
+		lwip_stats.link.drop++;
+#endif
+	}
+
+#if ETH_PAD_SIZE
+	pbuf_header(p, ETH_PAD_SIZE);			/* reclaim the padding word */
+#endif
+
+#if LINK_STATS
+	lwip_stats.link.xmit++;
+#endif /* LINK_STATS */
+
+	return ERR_OK;
+}
+
+/*
+ * low_level_output():
+ *
+ * Should do the actual transmission of the packet. The packet is
+ * contained in the pbuf that is passed to the function. This pbuf
+ * might be chained.
+ *
+ */
+static err_t
+low_level_output(struct netif *netif, struct pbuf *p)
+{
+	SYS_ARCH_DECL_PROTECT(lev);
+	struct xemac_s *xemac = (struct xemac_s *)(netif->state);
+	xemacliteif_s *xemacliteif = (xemacliteif_s *)(xemac->state);
+	XEmacLite *instance = xemacliteif->instance;
+	struct pbuf *q;
+
+	SYS_ARCH_PROTECT(lev);
+
+	/* check if space is available to send */
+        if (XEmacLite_TxBufferAvailable(instance) == TRUE) {
+		if (pq_qlength(xemacliteif->send_q)) {  	/* send backlog */
+			_unbuffered_low_level_output(instance, (struct pbuf *)pq_dequeue(xemacliteif->send_q));
+		} else { 				/* send current */
+			_unbuffered_low_level_output(instance, p);
+			SYS_ARCH_UNPROTECT(lev);
+			return ERR_OK;
+		}
+	}
+
+	/* if we cannot send the packet immediately, then make a copy of the whole packet
+	 * into a separate pbuf and store it in send_q. We cannot enqueue the pbuf as is
+	 * since parts of the pbuf may be modified inside lwIP.
+	 */
+	q = pbuf_alloc(PBUF_RAW, p->tot_len, PBUF_POOL);
+	if (!q) {
+#if LINK_STATS
+		lwip_stats.link.drop++;
+#endif
+		SYS_ARCH_UNPROTECT(lev);
+		return ERR_MEM;
+	}
+
+	for (q->len = 0; p; p = p->next) {
+		memcpy(q->payload + q->len, p->payload, p->len);
+		q->len += p->len;
+	}
+	if (pq_enqueue(xemacliteif->send_q, (void *)q) < 0) {
+#if LINK_STATS
+		lwip_stats.link.drop++;
+#endif
+		SYS_ARCH_UNPROTECT(lev);
+		return ERR_MEM;
+	}
+
+	SYS_ARCH_UNPROTECT(lev);
+
+	return ERR_OK;
+}
+
+static void
+xemacif_send_handler(void *arg) {
+	struct xemac_s *xemac = (struct xemac_s *)(arg);
+	xemacliteif_s *xemacliteif = (xemacliteif_s *)(xemac->state);
+	XEmacLite *instance = xemacliteif->instance;
+	struct xtopology_t *xtopologyp = &xtopology[xemac->topology_index];
+
+#if XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ == 1
+#else
+	XIntc_AckIntr(xtopologyp->intc_baseaddr, 1 << xtopologyp->intc_emac_intr);
+#endif
+
+	if (pq_qlength(xemacliteif->send_q) && (XEmacLite_TxBufferAvailable(instance) == TRUE)) {
+		struct pbuf *p = pq_dequeue(xemacliteif->send_q);
+		_unbuffered_low_level_output(instance, p);
+		pbuf_free(p);
+	}
+}
+
+/*
+ * low_level_input():
+ *
+ * Should allocate a pbuf and transfer the bytes of the incoming
+ * packet from the interface into the pbuf.
+ *
+ */
+static struct pbuf *
+low_level_input(struct netif *netif)
+{
+	struct xemac_s *xemac = (struct xemac_s *)(netif->state);
+	xemacliteif_s *xemacliteif = (xemacliteif_s *)(xemac->state);
+
+	/* see if there is data to process */
+	if (pq_qlength(xemacliteif->recv_q) == 0)
+		return NULL;
+
+	/* return one packet from receive q */
+	return (struct pbuf *)pq_dequeue(xemacliteif->recv_q);
+}
+
+/*
+ * xemacliteif_output():
+ *
+ * This function is called by the TCP/IP stack when an IP packet
+ * should be sent. It calls the function called low_level_output() to
+ * do the actual transmission of the packet.
+ *
+ */
+
+err_t
+xemacliteif_output(struct netif *netif, struct pbuf *p,
+		struct ip_addr *ipaddr)
+{
+	/* resolve hardware address, then send (or queue) packet */
+	return etharp_output(netif, p, ipaddr);
+}
+
+/*
+ * xemacliteif_input():
+ *
+ * This function should be called when a packet is ready to be read
+ * from the interface. It uses the function low_level_input() that
+ * should handle the actual reception of bytes from the network
+ * interface.
+ *
+ * Returns the number of packets read (max 1 packet on success,
+ * 0 if there are no packets)
+ *
+ */
+int
+xemacliteif_input(struct netif *netif)
+{
+	struct eth_hdr *ethhdr;
+	struct pbuf *p;
+
+	/* move received packet into a new pbuf */
+	p = low_level_input(netif);
+
+	/* no packet could be read, silently ignore this */
+	if (p == NULL)
+		return 0;
+
+	/* points to packet payload, which starts with an Ethernet header */
+	ethhdr = p->payload;
+
+#if LINK_STATS
+	lwip_stats.link.recv++;
+#endif /* LINK_STATS */
+
+	switch (htons(ethhdr->type)) {
+		/* IP or ARP packet? */
+		case ETHTYPE_IP:
+		case ETHTYPE_ARP:
+#if PPPOE_SUPPORT
+			/* PPPoE packet? */
+		case ETHTYPE_PPPOEDISC:
+		case ETHTYPE_PPPOE:
+#endif /* PPPOE_SUPPORT */
+			/* full packet send to tcpip_thread to process */
+			if (netif->input(p, netif) != ERR_OK) {
+				LWIP_DEBUGF(NETIF_DEBUG, ("xlltemacif_input: IP input error\r\n"));
+				pbuf_free(p);
+				p = NULL;
+			}
+			break;
+
+		default:
+			pbuf_free(p);
+			p = NULL;
+			break;
+	}
+
+	return 1;
+}
+
+#if !NO_SYS
+static void
+arp_timer(void *arg)
+{
+	etharp_tmr();
+	sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
+}
+#endif
+
+static XEmacLite_Config *
+xemaclite_lookup_config(unsigned base)
+{
+	XEmacLite_Config *CfgPtr = NULL;
+	int i;
+
+	for (i = 0; i < XPAR_XEMACLITE_NUM_INSTANCES; i++)
+		if (XEmacLite_ConfigTable[i].BaseAddress == base) {
+			CfgPtr = &XEmacLite_ConfigTable[i];
+			break;
+		}
+
+	return CfgPtr;
+}
+
+void XEmacLite_InterruptWrapper( void *InstancePtr )
+{
+extern BaseType_t xInsideISR;
+
+	xInsideISR++;
+	XEmacLite_InterruptHandler( InstancePtr );
+	xInsideISR--;
+}
+
+static err_t low_level_init(struct netif *netif)
+{
+	struct xemac_s *xemac;
+	XEmacLite_Config *config;
+	XEmacLite *xemaclitep;
+	struct xtopology_t *xtopologyp;
+	xemacliteif_s *xemacliteif;
+	unsigned link_speed = 1000;
+
+	xemaclitep = mem_malloc(sizeof *xemaclitep);
+#ifndef XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ
+#if XPAR_INTC_0_HAS_FAST == 1
+	xemaclitep_fast = xemaclitep;
+#endif
+#endif
+	if (xemaclitep == NULL) {
+		LWIP_DEBUGF(NETIF_DEBUG, ("xemacliteif_init: out of memory\r\n"));
+		return ERR_MEM;
+	}
+
+	xemac = mem_malloc(sizeof *xemac);
+	if (xemac == NULL) {
+		LWIP_DEBUGF(NETIF_DEBUG, ("xemacliteif_init: out of memory\r\n"));
+		return ERR_MEM;
+	}
+
+	xemacliteif = mem_malloc(sizeof *xemacliteif);
+	if (xemacliteif == NULL) {
+		LWIP_DEBUGF(NETIF_DEBUG, ("xemacliteif_init: out of memory\r\n"));
+		return ERR_MEM;
+	}
+
+	/* obtain pointer to topology structure for this emac */
+	xemac->topology_index = xtopology_find_index((unsigned)(netif->state));
+	xtopologyp = &xtopology[xemac->topology_index];
+
+	/* obtain config of this emaclite */
+	config = xemaclite_lookup_config((unsigned)(netif->state));
+
+	/* maximum transfer unit */
+	netif->mtu = XEL_MTU_SIZE;
+
+	/* broadcast capability */
+	netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP;
+
+	/* initialize the mac */
+	XEmacLite_Initialize(xemaclitep, config->DeviceId);
+	xemaclitep->NextRxBufferToUse = 0;
+
+#if XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ == 1
+	XScuGic_RegisterHandler(xtopologyp->scugic_baseaddr,
+				xtopologyp->intc_emac_intr,
+				(Xil_ExceptionHandler)XEmacLite_InterruptHandler,
+				xemaclitep);
+
+	XScuGic_SetPriTrigTypeByDistAddr(INTC_DIST_BASE_ADDR,
+				xtopologyp->intc_emac_intr,
+				EMACLITE_INTR_PRIORITY_SET_IN_GIC,
+				TRIG_TYPE_RISING_EDGE_SENSITIVE);
+
+	XScuGic_EnableIntr(INTC_DIST_BASE_ADDR,
+					xtopologyp->intc_emac_intr);
+#else
+#if NO_SYS
+
+#if XPAR_INTC_0_HAS_FAST == 1
+	XIntc_RegisterFastHandler(xtopologyp->intc_baseaddr,
+		xtopologyp->intc_emac_intr,
+		(XFastInterruptHandler)XEmacLite_FastInterruptHandler);
+#else
+	XIntc_RegisterHandler(xtopologyp->intc_baseaddr,
+				xtopologyp->intc_emac_intr,
+				(XInterruptHandler)XEmacLite_InterruptHandler,
+				xemaclitep);
+#endif
+
+#else
+	xPortInstallInterruptHandler( XPAR_INTC_0_EMACLITE_0_VEC_ID, ( XInterruptHandler ) XEmacLite_InterruptWrapper, xemaclitep );
+	vPortEnableInterrupt( XPAR_INTC_0_EMACLITE_0_VEC_ID );
+#endif
+#endif
+
+	/* set mac address */
+	XEmacLite_SetMacAddress(xemaclitep, (unsigned char*)(netif->hwaddr));
+
+	/* flush any frames already received */
+	XEmacLite_FlushReceive(xemaclitep);
+
+	/* set Rx, Tx interrupt handlers */
+	XEmacLite_SetRecvHandler(xemaclitep, (void *)(xemac), xemacif_recv_handler);
+	XEmacLite_SetSendHandler(xemaclitep, (void *)(xemac), xemacif_send_handler);
+
+	/* enable Rx, Tx interrupts */
+	XEmacLite_EnableInterrupts(xemaclitep);
+
+#if !NO_SYS
+	sys_sem_new(&xemac->sem_rx_data_available, 0);
+#endif
+
+	/* replace the state in netif (currently the base address of emaclite)
+	 * with the xemacliteif instance pointer.
+	 * this contains a pointer to the config table entry
+	 */
+	xemac->type = xemac_type_xps_emaclite;
+	xemac->state = (void *)xemacliteif;
+	netif->state = (void *)xemac;
+
+	xemacliteif->instance = xemaclitep;
+	xemacliteif->recv_q = pq_create_queue();
+	if (!xemacliteif->recv_q)
+		return ERR_MEM;
+
+	xemacliteif->send_q = pq_create_queue();
+	if (!xemacliteif->send_q)
+		return ERR_MEM;
+
+	/* Initialize PHY */
+
+
+/* set PHY <--> MAC data clock */
+#ifdef  CONFIG_LINKSPEED_AUTODETECT
+	link_speed = get_IEEE_phy_speed_emaclite(xemaclitep);
+	xil_printf("auto-negotiated link speed: %d\r\n", link_speed);
+#elif	defined(CONFIG_LINKSPEED1000)
+	xil_printf("Link speed of 1000 Mbps not possible\r\n");
+#elif	defined(CONFIG_LINKSPEED100)
+	link_speed = 100;
+	configure_IEEE_phy_speed_emaclite(xemaclitep, link_speed);
+	xil_printf("link speed: %d\r\n", link_speed);
+#elif	defined(CONFIG_LINKSPEED10)
+	link_speed = 10;
+	configure_IEEE_phy_speed_emaclite(xemaclitep, link_speed);
+	xil_printf("link speed: %d\r\n", link_speed);
+#endif
+
+	return ERR_OK;
+}
+
+
+static int detect_phy_emaclite(XEmacLite *xemaclitep)
+{
+	u16 phy_reg;
+	u32 phy_addr;
+
+	for (phy_addr = 31; phy_addr > 0; phy_addr--) {
+		XEmacLite_PhyRead(xemaclitep, phy_addr, PHY_DETECT_REG, &phy_reg);
+
+		if ((phy_reg != 0xFFFF) &&
+			((phy_reg & PHY_DETECT_MASK) == PHY_DETECT_MASK)) {
+			/* Found a valid PHY address */
+			LWIP_DEBUGF(NETIF_DEBUG, ("XEMacLite detect_phy: PHY detected at address %d.\r\n", phy_addr));
+			LWIP_DEBUGF(NETIF_DEBUG, ("XEMacLite detect_phy: PHY detected.\r\n"));
+			return phy_addr;
+		}
+	}
+
+	LWIP_DEBUGF(NETIF_DEBUG, ("XEMacLite detect_phy: No PHY detected.  Assuming a PHY at address 0\r\n"));
+
+        /* default to zero */
+	return 0;
+}
+
+unsigned get_IEEE_phy_speed_emaclite(XEmacLite *xemaclitep)
+{
+	u16 control;
+	u16 status;
+	u16 partner_capabilities;
+	u16 partner_capabilities_1000;
+	u16 phylinkspeed;
+	u32 phy_addr = detect_phy_emaclite(xemaclitep);
+	const TickType_t xSmallDelay = pdMS_TO_TICKS( 200UL );
+
+	/* Dont advertise PHY speed of 1000 Mbps */
+	XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_1000_ADVERTISE_REG_OFFSET,
+				0);
+	/* Advertise PHY speed of 100 and 10 Mbps */
+	XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_AUTONEGO_ADVERTISE_REG,
+				ADVERTISE_100_AND_10);
+
+	XEmacLite_PhyRead(xemaclitep, phy_addr,
+				     IEEE_CONTROL_REG_OFFSET,
+				     &control);
+	control |= (IEEE_CTRL_AUTONEGOTIATE_ENABLE |
+					IEEE_STAT_AUTONEGOTIATE_RESTART);
+
+	XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_CONTROL_REG_OFFSET,
+				control);
+
+	/* Read PHY control and status registers is successful. */
+	XEmacLite_PhyRead(xemaclitep, phy_addr,
+				     IEEE_CONTROL_REG_OFFSET,
+				     &control);
+	XEmacLite_PhyRead(xemaclitep, phy_addr,
+				     IEEE_STATUS_REG_OFFSET,
+				     &status);
+
+	if ((control & IEEE_CTRL_AUTONEGOTIATE_ENABLE) &&
+			(status & IEEE_STAT_AUTONEGOTIATE_CAPABLE)) {
+
+		while ( !(status & IEEE_STAT_AUTONEGOTIATE_COMPLETE) ) {
+#if !NO_SYS
+			vTaskDelay( xSmallDelay );
+#endif
+			XEmacLite_PhyRead(xemaclitep, phy_addr,
+						     IEEE_STATUS_REG_OFFSET,
+						     &status);
+		}
+
+		XEmacLite_PhyRead(xemaclitep, phy_addr,
+					     IEEE_PARTNER_ABILITIES_1_REG_OFFSET,
+					     &partner_capabilities);
+
+		if (status & IEEE_STAT_1GBPS_EXTENSIONS) {
+			XEmacLite_PhyRead(xemaclitep, phy_addr,
+						     IEEE_PARTNER_ABILITIES_3_REG_OFFSET,
+						     &partner_capabilities_1000);
+			if (partner_capabilities_1000 & IEEE_AN3_ABILITY_MASK_1GBPS) return 1000;
+		}
+
+		if (partner_capabilities & IEEE_AN1_ABILITY_MASK_100MBPS) return 100;
+		if (partner_capabilities & IEEE_AN1_ABILITY_MASK_10MBPS) return 10;
+
+		xil_printf("%s: unknown PHY link speed, setting TEMAC speed to be 10 Mbps\r\n",
+				__FUNCTION__);
+		return 10;
+
+
+	} else {
+
+		/* Update TEMAC speed accordingly */
+		if (status & IEEE_STAT_1GBPS_EXTENSIONS) {
+
+			/* Get commanded link speed */
+			phylinkspeed = control & IEEE_CTRL_1GBPS_LINKSPEED_MASK;
+
+			switch (phylinkspeed) {
+				case (IEEE_CTRL_LINKSPEED_1000M):
+					return 1000;
+				case (IEEE_CTRL_LINKSPEED_100M):
+					return 100;
+				case (IEEE_CTRL_LINKSPEED_10M):
+					return 10;
+				default:
+					xil_printf("%s: unknown PHY link speed (%d), setting TEMAC speed to be 10 Mbps\r\n",
+							__FUNCTION__, phylinkspeed);
+					return 10;
+			}
+
+		} else {
+
+			return (control & IEEE_CTRL_LINKSPEED_MASK) ? 100 : 10;
+
+		}
+
+	}
+}
+
+unsigned configure_IEEE_phy_speed_emaclite(XEmacLite *xemaclitep, unsigned speed)
+{
+	u16 control;
+	u16 status;
+	u16 phylinkspeed;
+	u32 phy_addr = detect_phy_emaclite(xemaclitep);
+
+	XEmacLite_PhyRead(xemaclitep, phy_addr,
+				IEEE_CONTROL_REG_OFFSET,
+				&control);
+	control &= ~IEEE_CTRL_LINKSPEED_100M;
+	control &= ~IEEE_CTRL_LINKSPEED_10M;
+	if (speed == 100) {
+		control |= IEEE_CTRL_LINKSPEED_100M;
+		/* Dont advertise PHY speed of 1000 Mbps */
+		XEmacLite_PhyWrite(xemaclitep, phy_addr,
+					IEEE_1000_ADVERTISE_REG_OFFSET,
+					0);
+		/* Dont advertise PHY speed of 10 Mbps */
+		XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_AUTONEGO_ADVERTISE_REG,
+				ADVERTISE_100);
+
+	}
+	else if (speed == 10) {
+		control |= IEEE_CTRL_LINKSPEED_10M;
+		/* Dont advertise PHY speed of 1000 Mbps */
+		XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_1000_ADVERTISE_REG_OFFSET,
+					0);
+		/* Dont advertise PHY speed of 100 Mbps */
+		XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_AUTONEGO_ADVERTISE_REG,
+				ADVERTISE_10);
+	}
+
+	XEmacLite_PhyWrite(xemaclitep, phy_addr,
+				IEEE_CONTROL_REG_OFFSET,
+				control | IEEE_CTRL_RESET_MASK);
+	{
+		volatile int wait;
+		for (wait=0; wait < 100000; wait++);
+		for (wait=0; wait < 100000; wait++);
+	}
+	return 0;
+}
+
+/*
+ * xemacliteif_init():
+ *
+ * Should be called at the beginning of the program to set up the
+ * network interface. It calls the function low_level_init() to do the
+ * actual setup of the hardware.
+ *
+ */
+
+err_t
+xemacliteif_init(struct netif *netif)
+{
+#if LWIP_SNMP
+	/* ifType ethernetCsmacd(6) @see RFC1213 */
+	netif->link_type = 6;
+	/* your link speed here */
+	netif->link_speed = ;
+	netif->ts = 0;
+	netif->ifinoctets = 0;
+	netif->ifinucastpkts = 0;
+	netif->ifinnucastpkts = 0;
+	netif->ifindiscards = 0;
+	netif->ifoutoctets = 0;
+	netif->ifoutucastpkts = 0;
+	netif->ifoutnucastpkts = 0;
+	netif->ifoutdiscards = 0;
+#endif
+
+	netif->name[0] = IFNAME0;
+	netif->name[1] = IFNAME1;
+	netif->output = xemacliteif_output;
+	netif->linkoutput = low_level_output;
+
+	low_level_init(netif);
+
+#if !NO_SYS
+	sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
+#endif
+
+	return ERR_OK;
+}
+
+#ifndef XLWIP_CONFIG_INCLUDE_EMACLITE_ON_ZYNQ
+#if XPAR_INTC_0_HAS_FAST == 1
+/****************** Fast Interrupt Handler **********************************/
+
+void XEmacLite_FastInterruptHandler (void)
+{
+	XEmacLite_InterruptHandler((void *)xemaclitep_fast);
+}
+#endif
+#endif
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c
new file mode 100644
index 0000000..48716e2
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xpqueue.c
@@ -0,0 +1,94 @@
+/******************************************************************************
+*
+* Copyright (C) 2007 - 2014 Xilinx, Inc.  All rights reserved.
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is
+* furnished to do so, subject to the following conditions:
+*
+* The above copyright notice and this permission notice shall be included in
+* all copies or substantial portions of the Software.
+*
+* Use of the Software is limited solely to applications:
+* (a) running on a Xilinx device, or
+* (b) that interact with a Xilinx device through a bus or interconnect.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* XILINX CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
+* OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* Except as contained in this notice, the name of the Xilinx shall not be used
+* in advertising or otherwise to promote the sale, use or other dealings in
+* this Software without prior written authorization from Xilinx.
+*
+******************************************************************************/
+
+#include <stdlib.h>
+
+#include "netif/xpqueue.h"
+
+#define NUM_QUEUES	2
+
+pq_queue_t pq_queue[NUM_QUEUES];
+
+pq_queue_t *
+pq_create_queue()
+{
+	static int i;
+	pq_queue_t *q = NULL;
+
+	if (i >= NUM_QUEUES) {
+		xil_printf("ERR: Max Queues allocated\n\r");
+		return q;
+	}
+
+	q = &pq_queue[i++];
+
+	if (!q)
+		return q;
+
+	q->head = q->tail = q->len = 0;
+
+	return q;
+}
+
+int
+pq_enqueue(pq_queue_t *q, void *p)
+{
+	if (q->len == PQ_QUEUE_SIZE)
+		return -1;
+
+	q->data[q->head] = p;
+	q->head = (q->head + 1)%PQ_QUEUE_SIZE;
+	q->len++;
+
+	return 0;
+}
+
+void*
+pq_dequeue(pq_queue_t *q)
+{
+	int ptail;
+
+	if (q->len == 0)
+		return NULL;
+
+	ptail = q->tail;
+	q->tail = (q->tail + 1)%PQ_QUEUE_SIZE;
+	q->len--;
+
+	return q->data[ptail];
+}
+
+int
+pq_qlength(pq_queue_t *q)
+{
+	return q->len;
+}
diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xtopology_g.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xtopology_g.c
new file mode 100644
index 0000000..19afdba
--- /dev/null
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_port/netif/xtopology_g.c
@@ -0,0 +1,15 @@
+#include "netif/xtopology.h"

+#include "xparameters.h"

+

+struct xtopology_t xtopology[] = {

+	{

+		0x40E00000,

+		xemac_type_xps_emaclite,

+		0x41200000,

+		2,

+		0x0,

+		0x0,

+	},

+};

+

+int xtopology_n_emacs = 1;

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/main_lwIP.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/main_lwIP.c
index 0bdbd8c..b7b8e04 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/main_lwIP.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/main_lwIP.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
index 12ee2c6..4ec3d72 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c
index 0c9cbce..a3fa5a0 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f134735..95ba54f 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 b0ade17..a359fca 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 951115c..a76dc82 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 cb72854..7a41aba 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/RegisterTests.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3076c70..bc67a10 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 bffc378..e93a8a0 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 754efb6..b1e23af 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f93ddcc..5202cf2 100644
--- a/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 7fcf85e..d815d90 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
index 64becfe..1c587ac 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index 4a2b878..9d13cd2 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
index b56bf8f..bb59abe 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
index a012c68..9d3e570 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 3e3f2be..ae53441 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index 2f673f5..92e13e3 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index dd19935..5c19b38 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index d868993..8379f14 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 8935e37..5bfec74 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c5bc056..a203e4d 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85 b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
index 31d565b..8c8dbeb 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 ;	

 ;

 ;    ***************************************************************************

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
index acfff85..0b4cc44 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
index afad64f..2b7794b 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index ffc3415..136e9c5 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e229b4f..2ac3655 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index c12489d..e302393 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index cebbd44..6d78d2a 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PC/FRConfig.h b/FreeRTOS/Demo/PC/FRConfig.h
index c50d607..3838ed9 100644
--- a/FreeRTOS/Demo/PC/FRConfig.h
+++ b/FreeRTOS/Demo/PC/FRConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PC/FileIO/fileIO.c b/FreeRTOS/Demo/PC/FileIO/fileIO.c
index 9038ac2..1a7c7bb 100644
--- a/FreeRTOS/Demo/PC/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/PC/FileIO/fileIO.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PC/FreeRTOSConfig.h b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
index 720b4c7..77c3709 100644
--- a/FreeRTOS/Demo/PC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PC/ParTest/ParTest.c b/FreeRTOS/Demo/PC/ParTest/ParTest.c
index d40643c..35666ed 100644
--- a/FreeRTOS/Demo/PC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PC/main.c b/FreeRTOS/Demo/PC/main.c
index d02f164..8ca2f9e 100644
--- a/FreeRTOS/Demo/PC/main.c
+++ b/FreeRTOS/Demo/PC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PC/serial/serial.c b/FreeRTOS/Demo/PC/serial/serial.c
index 70424b4..aeefd64 100644
--- a/FreeRTOS/Demo/PC/serial/serial.c
+++ b/FreeRTOS/Demo/PC/serial/serial.c
@@ -6,7 +6,7 @@
 */

 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -17,12 +17,12 @@
     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

@@ -44,17 +44,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index 1f70b1c..a0a6000 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
index b05267f..511a7d3 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main1.c b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
index ff9e4a3..0a339c5 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main1.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main2.c b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
index 6736444..6c924eb 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main2.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main3.c b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
index 7634a26..7350d42 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main3.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
index ea83fd3..858ad32 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 5352ec6..82a717e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 050446c..59f4a03 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
index 6e191f2..e21a13f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
index 95dc499..43a5938 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index 99fc81b..6ef2e94 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
index c015b55..9a6bd90 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
index 526dc3e..fe502b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
index 6f043bf..3bf8835 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index edf2100..393da05 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
index c015b55..9a6bd90 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
index 526dc3e..fe502b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
index daa798e..0075c17 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index b9d7a48..0ed265b 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
index c015b55..9a6bd90 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
index 526dc3e..fe502b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
index 6cf722a..d049691 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index d8b7a03..a50b7d9 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
index c015b55..9a6bd90 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
index 526dc3e..fe502b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
index cb50864..4e74e33 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index 1b71963..5183ad5 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
index c015b55..9a6bd90 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
index 526dc3e..fe502b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
index e6918ad..cc51880 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index 4a32ce7..d2b581f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
index c015b55..9a6bd90 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
index dae59f6..7bca72f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
index 526dc3e..fe502b2 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
index 4b07a01..1de389a 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
index dc440fd..29dd2f8 100644
--- a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
index 084a787..dfb9b5f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
index d0dcbf7..fb30e1e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
index 6fa1e52..8f97d54 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index 1fbb580..445f702 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 2e288d5..8233568 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
index 0a5c2c6..a5c0625 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
index ff9eba6..5e13e34 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/main.c b/FreeRTOS/Demo/PIC24_MPLAB/main.c
index c786441..efe1003 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
index 3ccf637..3896739 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
index a89edee..c57bb82 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
index 92f213f..a5d264c 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
index 734d630..1eecb90 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
index b87ec90..627e1b9 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index c44be9d..a6ef141 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index d5f8f05..11e73b0 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -80,8 +80,8 @@
 /* As these interrupts use the FreeRTOS interrupt entry point, the IPL settings

 in the following prototypes have no effect.  The interrupt priorities are set

 by the ConfigIntTimerX() library calls in vInitialiseTimerForIntQueueTest(). */

-void __attribute__( (interrupt(ipl0), vector(_TIMER_3_VECTOR))) vT3InterruptWrapper( void );

-void __attribute__( (interrupt(ipl0), vector(_TIMER_4_VECTOR))) vT4InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_TIMER_3_VECTOR))) vT3InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_TIMER_4_VECTOR))) vT4InterruptWrapper( void );

 

 void vInitialiseTimerForIntQueueTest( void )

 {

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 0279167..330aaa7 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
index c392079..b43d3c4 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1a9870c..8556c91 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
index 311286a..844c324 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
index 89f1e36..6e1b50c 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
index ff9eba6..5e13e34 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
index d98539d..b0fafb8 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -106,7 +106,7 @@
 

 /* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,

 or 0 to run the more comprehensive test and demo application. */

-#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY	1

+#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY	0

 

 /*-----------------------------------------------------------*/

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
index 8b7e4a9..a69e4f3 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
index 57be74f..5d90179 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
index 9f881c8..1d8176b 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -102,7 +102,7 @@
 entry point the IPL setting in the following prototype has no effect.  The

 interrupt priority is set by the call to  ConfigIntUART2() in 

 xSerialPortInitMinimal(). */

-void __attribute__( (interrupt(ipl0), vector(_UART2_VECTOR))) vU2InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_UART2_VECTOR))) vU2InterruptWrapper( void );

 

 /*-----------------------------------------------------------*/

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
index 2f23a9f..17e292d 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -79,7 +79,7 @@
 /* The timer 2 interrupt handler.  As this interrupt uses the FreeRTOS assembly

 entry point the IPL setting in the following function prototype has no effect.

 The interrupt priority is set by ConfigIntTimer2() in vSetupTimerTest(). */

-void __attribute__( (interrupt(ipl0), vector(_TIMER_2_VECTOR))) vT2InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_TIMER_2_VECTOR))) vT2InterruptWrapper( void );

 

 /*-----------------------------------------------------------*/

 

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
index 92f213f..a5d264c 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
index fcce73b..a30e619 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
index 12f8113..814a94a 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
index b87ec90..627e1b9 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
index f8f8856..e0382b3 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
index 05df389..95481f2 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -124,7 +124,7 @@
 

 /* The timer 5 interrupt handler.  As this interrupt uses the FreeRTOS assembly

 entry point the IPL setting in the following function prototype has no effect. */

-void __attribute__( (interrupt(ipl3), vector(_TIMER_5_VECTOR))) vT5InterruptWrapper( void );

+void __attribute__( (interrupt(IPL3AUTO), vector(_TIMER_5_VECTOR))) vT5InterruptWrapper( void );

 

 /*-----------------------------------------------------------*/

 

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
index 34c89d4..1141b78 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
index d5f8f05..11e73b0 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -80,8 +80,8 @@
 /* As these interrupts use the FreeRTOS interrupt entry point, the IPL settings

 in the following prototypes have no effect.  The interrupt priorities are set

 by the ConfigIntTimerX() library calls in vInitialiseTimerForIntQueueTest(). */

-void __attribute__( (interrupt(ipl0), vector(_TIMER_3_VECTOR))) vT3InterruptWrapper( void );

-void __attribute__( (interrupt(ipl0), vector(_TIMER_4_VECTOR))) vT4InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_TIMER_3_VECTOR))) vT3InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_TIMER_4_VECTOR))) vT4InterruptWrapper( void );

 

 void vInitialiseTimerForIntQueueTest( void )

 {

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
index 54bb3c5..48ed1a9 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
index f51b31a..b8eb2fc 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
index 9366ff0..27ac940 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
index 424edcc..e9b72d7 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
index 32ad085..31e3e3a 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
index a391a43..c96e124 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
index b95d1ba..5c02bbd 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -79,7 +79,7 @@
 /* The timer 2 interrupt handler.  As this interrupt uses the FreeRTOS assembly

 entry point the IPL setting in the following function prototype has no effect.

 The interrupt priority is set by ConfigIntTimer2() in vSetupTimerTest(). */

-void __attribute__( (interrupt(ipl0), vector(_TIMER_2_VECTOR))) vT2InterruptWrapper( void );

+void __attribute__( (interrupt(IPL0AUTO), vector(_TIMER_2_VECTOR))) vT2InterruptWrapper( void );

 

 /*-----------------------------------------------------------*/

 

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
index 92f213f..a5d264c 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
index 62ac2db..ace1839 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c69839c..0eee3c0 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 aed7f4f..f0f5b1b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e861ce5..09f105a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 893a163..2b75669 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 4806f0d..d82d7d8 100644
--- a/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_FPU_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f7c908a..2bfa95e 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7fa2a58..2d70410 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
index 42b00ff..274bc1c 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 aed7f4f..f0f5b1b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e861ce5..09f105a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 893a163..2b75669 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
index 5cf98cf..9482f85 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f7c908a..2bfa95e 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7fa2a58..2d70410 100644
--- a/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC405_Xilinx_Virtex4_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 eb0746a..5d889bd 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a94fc4a..73097fa 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e861ce5..09f105a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 bede62e..0b61aa3 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3e121bf..e953061 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9194f02..f2692ff 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab95223..449e82a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 eb0746a..5d889bd 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 aed7f4f..f0f5b1b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e861ce5..09f105a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 893a163..2b75669 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 4806f0d..d82d7d8 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

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

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9194f02..f2692ff 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab95223..449e82a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index ac056d9..8888779 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 aed7f4f..f0f5b1b 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e861ce5..09f105a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 893a163..2b75669 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 5cf98cf..9482f85 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2e6fe22..7b13fb7 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ab95223..449e82a 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
index d01a967..8125db8 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
index afe0007..7e39fda 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 3e5fced..b6a6bd2 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
index 9ffa976..579be64 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
@@ -1,4 +1,4 @@
-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 4efbe9d..a097e76 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
index 0ebb4e1..cdd5803 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 31f00f8..de21e25 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main.c b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
index 30fab8e..74593b7 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
index f483542..ed15afa 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
index eae1627..8fbeb51 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
index d66aa36..2d71200 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
index e034ad2..de19f71 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
index 83dbcba..c81f0a6 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e8c8a64..a077e57 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 183d3f6..8cbe0ea 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
index 246afa9..9a821f1 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
index e034ad2..de19f71 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
index 7a6a2d4..32a822e 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main.c b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
index 0e9dfca..bd466fe 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
index 33f2a07..4664dcd 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
index 08b9932..658540c 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
index 398cea1..96e5940 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
index 5311cae..6fc20c6 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
index e034ad2..de19f71 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
index 5956c42..5833d50 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1c51bc2..0a5b7aa 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 02e317a..b0e79ed 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
index 8def140..691cbba 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 011d3ef..3f12713 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index fae7c6b..ac98cc1 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 37b1392..40eb0b9 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
index baa9418..0533e29 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 14f5e06..111e49c 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 faf04ed..8c26462 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 0afaa9e..880dcf5 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index 06536e7..ed3db84 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 9b5aba7..9f2c2d3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index 5c08e00..a47f90d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index bae2888..bb9e71b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3a591f1..2960cba 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9700a40..2e0feed 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 88bd642..83bbfdb 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 01db56c..7989187 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index fb7c5d7..0306135 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index f12f801..77145e6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index 5ca138c..bfaefb6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index b2dabaa..f185636 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
index 384dd3a..64671d9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index a0831cd..48bee10 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
index 08248a7..ecb8d1a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
index a5fc687..958d8ae 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index 6577811..c56e1cd 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
index 5271696..182aed7 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index ba3e629..7f61fb3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index fae7c6b..ac98cc1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 37b1392..40eb0b9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index 05e6b4b..018d805 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ea2900f..2376631 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 572b6af..b0ce2d1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 88bd642..83bbfdb 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c4ad6f9..dd2f62c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
index 1027fa8..45d7c3a 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 9b5aba7..9f2c2d3 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index 5c08e00..a47f90d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index 6e3ee68..de7f5e8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3a591f1..2960cba 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9700a40..2e0feed 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 88bd642..83bbfdb 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 01db56c..7989187 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index c896f05..d98753f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index f12f801..77145e6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index 5ca138c..bfaefb6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index 2a8ce15..b043ace 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
index 384dd3a..64671d9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index a0831cd..48bee10 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
index 39684d1..bb1a91c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
index a20c62e..00c1dfb 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index 6577811..c56e1cd 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
index 5271696..182aed7 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 39c3f6a..2e34a69 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index fae7c6b..ac98cc1 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 37b1392..40eb0b9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index 6e3ee68..de7f5e8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 ea2900f..2376631 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a39cda7..2096cd9 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 88bd642..83bbfdb 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2e1c90c..4bd6191 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 4e4785a..9e44a56 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index fae7c6b..ac98cc1 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 37b1392..40eb0b9 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
index baa9418..0533e29 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 953464a..0c4a311 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 a2b2cc3..a456ca4 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index b95cda6..434587d 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index fbb32c2..c810a1e 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 032b521..271a837 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
index 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
index 12baad7..16e1721 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 60b32cf..6ba6522 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f5cc237..ea36cef 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 88bd642..83bbfdb 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1c0d0c0..6869a1b 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2932807..4907394 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 633f65a..d6452a2 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 cd5a1b1..fcf418c 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5a86b53..9f7c3b4 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 d31379e..4caf031 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d0aca64..623c032 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7a3b83a..481cd0f 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 2932807..4907394 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9526fd1..a40173e 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 9471c37..77de772 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 3a63d69..d24048c 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 7cd3b45..6cf29c4 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 f865649..0d6f896 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 d0aca64..623c032 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 84f8194..2f9c60a 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index d18bcd3..78ec054 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
index c60900b..2c10bc1 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index ba80ba5..1fe30d4 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index 801feff..02b8917 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
index 05c6cbb..c49c7da 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 e6829e8..982202c 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
index f6dabb7..af50593 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 5e3101f..621e878 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 1652df3..83ee697 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
index 61e79c4..494f580 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
index 9458ece..76222eb 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
index c9b180f..dfbb686 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
index 4ad3e6f..6961153 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
index 67a481a..c3dd70b 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
index 974e94c..d784200 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/DemosModifiedForLowTickRate/recmutex.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
index 2a3f7db..0a86eb4 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
index 98a9b8f..9f04deb 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main.c b/FreeRTOS/Demo/WIN32-MSVC/main.c
index fea2169..84b3841 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
index 0fd8c76..f629191 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_full.c b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
index db89451..10d7f33 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
index 974e94c..d784200 100644
--- a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
index f5a6a98..29f3312 100644
--- a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
index 98a9b8f..9f04deb 100644
--- a/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c
index 8aea6f1..f5871db 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MingW/main_blinky.c b/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
index 2876311..cc9eae5 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WIN32-MingW/main_full.c b/FreeRTOS/Demo/WIN32-MingW/main_full.c
index d68b259..adec022 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main_full.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index d4c7409..b892ca6 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 33be75e..ec9ad48 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 8609022..f33d14c 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 97fc388..e292084 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 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 b628fbe..30d2be4 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 28d016c..e3cbc83 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index 7368d09..b809c85 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 7b3e963..6a35f1d 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index 198276a..e7d8180 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index c0ef8f9..1c7d580 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index d57f814..5a54dce 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 273648b..d2372f2 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 73f7b2e..2731d66 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 8424650..8f1b5c5 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 97de3f6..eb0ab67 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
index 7928dd9..a1ae7ba 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index e0f0ebb..916fabc 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index c74a1e9..f5df6e6 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index a0a7dbe..056c731 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
index 9457349..8379484 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
index ff9eba6..5e13e34 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/main.c b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
index 5b6efee..cc26bb6 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/main.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
index 1c113e0..2052e73 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
index a89edee..c57bb82 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
index 92f213f..a5d264c 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index 4ab39c8..374ecd2 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index 95dd69d..2367a95 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 1912911..6639f7c 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 17bf087..576b0ca 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e597526..b49ec15 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,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 81e90c6..f3f2d93 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index 797c9b5..4c5c73a 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 68a0ed7..ae1b303 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 fc9b951..8f4fa78 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 8264cf1..27c21ed 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index cb7f7f0..bbd5f2b 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index 9cf748f..7637576 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
index b8c73fc..23607f9 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 150acfe..c491e50 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index 70fd1e1..d589215 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
index 1203200..f24de40 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/main.c b/FreeRTOS/Demo/msp430_CrossWorks/main.c
index b1a1103..fab8bf9 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/main.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
index 2ac9efb..06b36eb 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
index 86f2404..a6a947c 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
index 38ae647..d43e015 100644
--- a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
index 4bbbafb..a1ea757 100644
--- a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_GCC/main.c b/FreeRTOS/Demo/msp430_GCC/main.c
index 4c408b1..2e0ab50 100644
--- a/FreeRTOS/Demo/msp430_GCC/main.c
+++ b/FreeRTOS/Demo/msp430_GCC/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_GCC/makefile b/FreeRTOS/Demo/msp430_GCC/makefile
index 42da249..a2a363c 100644
--- a/FreeRTOS/Demo/msp430_GCC/makefile
+++ b/FreeRTOS/Demo/msp430_GCC/makefile
@@ -1,5 +1,5 @@
 #/*

-#    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+#    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 #	

 #

 #    ***************************************************************************

diff --git a/FreeRTOS/Demo/msp430_GCC/serial/serial.c b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
index 2c5f2a9..82ddd83 100644
--- a/FreeRTOS/Demo/msp430_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
index 53b89e8..ab49001 100644
--- a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
index 1203200..f24de40 100644
--- a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_IAR/main.c b/FreeRTOS/Demo/msp430_IAR/main.c
index cf4589f..14f9834 100644
--- a/FreeRTOS/Demo/msp430_IAR/main.c
+++ b/FreeRTOS/Demo/msp430_IAR/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serial.c b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
index 4a6545f..4cb14c3 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43 b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
index 995cf2a..9078451 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79 b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
index 604e3aa..3610222 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/EMAClISR.s79
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 c1bfde9..bb352a2 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/EMAC/SAM7_EMAC.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
index 83e5dc3..5c9a575 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
index 676b820..dcf5482 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/ParTest/ParTest.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
index 7a4ebf9..4c2a957 100644
--- a/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_IAR_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index bf9f09a..cb81e68 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
index 32d2ed2..5c4ffe3 100644
--- a/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/uIP_Demo_Rowley_ARM7/main.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/croutine.c b/FreeRTOS/Source/croutine.c
index 6b20de7..785e9a2 100644
--- a/FreeRTOS/Source/croutine.c
+++ b/FreeRTOS/Source/croutine.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/event_groups.c b/FreeRTOS/Source/event_groups.c
index 85dd487..a54c89b 100644
--- a/FreeRTOS/Source/event_groups.c
+++ b/FreeRTOS/Source/event_groups.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/FreeRTOS.h b/FreeRTOS/Source/include/FreeRTOS.h
index 26e141b..9b8bae2 100644
--- a/FreeRTOS/Source/include/FreeRTOS.h
+++ b/FreeRTOS/Source/include/FreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/StackMacros.h b/FreeRTOS/Source/include/StackMacros.h
index 380fc49..18c6a7f 100644
--- a/FreeRTOS/Source/include/StackMacros.h
+++ b/FreeRTOS/Source/include/StackMacros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/croutine.h b/FreeRTOS/Source/include/croutine.h
index 05658e8..b833067 100644
--- a/FreeRTOS/Source/include/croutine.h
+++ b/FreeRTOS/Source/include/croutine.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/deprecated_definitions.h b/FreeRTOS/Source/include/deprecated_definitions.h
index 2d46bc8..83f0931 100644
--- a/FreeRTOS/Source/include/deprecated_definitions.h
+++ b/FreeRTOS/Source/include/deprecated_definitions.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/event_groups.h b/FreeRTOS/Source/include/event_groups.h
index b2c5c92..cfaa38f 100644
--- a/FreeRTOS/Source/include/event_groups.h
+++ b/FreeRTOS/Source/include/event_groups.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/list.h b/FreeRTOS/Source/include/list.h
index f4bff64..e45332e 100644
--- a/FreeRTOS/Source/include/list.h
+++ b/FreeRTOS/Source/include/list.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/mpu_wrappers.h b/FreeRTOS/Source/include/mpu_wrappers.h
index ea59dcb..b7073a9 100644
--- a/FreeRTOS/Source/include/mpu_wrappers.h
+++ b/FreeRTOS/Source/include/mpu_wrappers.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/portable.h b/FreeRTOS/Source/include/portable.h
index 8344383..73386cb 100644
--- a/FreeRTOS/Source/include/portable.h
+++ b/FreeRTOS/Source/include/portable.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/projdefs.h b/FreeRTOS/Source/include/projdefs.h
index f3c3699..79ced44 100644
--- a/FreeRTOS/Source/include/projdefs.h
+++ b/FreeRTOS/Source/include/projdefs.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/queue.h b/FreeRTOS/Source/include/queue.h
index 0633fb3..c3e2ed5 100644
--- a/FreeRTOS/Source/include/queue.h
+++ b/FreeRTOS/Source/include/queue.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/semphr.h b/FreeRTOS/Source/include/semphr.h
index 356cde8..20afb76 100644
--- a/FreeRTOS/Source/include/semphr.h
+++ b/FreeRTOS/Source/include/semphr.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index 3f1e8b8..0377ef9 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -85,10 +85,10 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V8.2.0"

+#define tskKERNEL_VERSION_NUMBER "V8.2.1"

 #define tskKERNEL_VERSION_MAJOR 8

 #define tskKERNEL_VERSION_MINOR 2

-#define tskKERNEL_VERSION_BUILD 0

+#define tskKERNEL_VERSION_BUILD 1

 

 /**

  * task. h

diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 60f394f..882a333 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/list.c b/FreeRTOS/Source/list.c
index ecc2c2b..b8ebafb 100644
--- a/FreeRTOS/Source/list.c
+++ b/FreeRTOS/Source/list.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
index c7a48db..17321df 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index e5c3e76..f0c6be3 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
index bea3439..7f30018 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 7bcb834..deb75ca 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
index a046478..af8734f 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
index a78f1d2..18c77c0 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c
index 5cc2116..d133bff 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
index 52a9886..0522d98 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

 ;    All rights reserved

 ;

 ;    VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h
index c7d3bb8..0408f27 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
index 809704c..9063a2d 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
index 1920f17..8c418ff 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 f65ce79..721f971 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
index ba4de00..fbf0de7 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 bbf228f..1fa200b 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
index 1defa4a..d9887ef 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
@@ -1,6 +1,6 @@
 ;

 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 783c433..63998b1 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 990e082..16a1977 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index c98f3df..8ac30b6 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index 69b11a4..959fd91 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 0124ffe..1603d39 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index a29e2fd..0b412d3 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index d39b0e3..c0f479b 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
index 48fe33c..beda749 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
index 05c2059..01dcddc 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
index 32bcde8..6c27e06 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 43e9caf..2b0990a 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 137a719..6306742 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 1b05e70..67f9aa1 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index 77e267d..697fd52 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index f6f97aa..f9a5dee 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
index 0c1d372..39a261d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 5a51397..4d35626 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 4ee7c77..b7f2b0a 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
index c66f875..faf5dfb 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index 359d638..a9f656f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index e0ecfef..52d9b8a 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c b/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
index 4dbdcf4..ead436d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S b/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
index db3e7d4..4f521c5 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 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 1218e92..1b7f18a 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
index 6191269..6654a93 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
index d8a75cb..54c219e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
index 2cf4000..64cf151 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
index ebbe0e4..7c06291 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
index 950cdb2..3ff5d55 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 126233a..7e22ccb 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
index 7f14d4d..6292671 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
index 890949d..d00592b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
index 4792041..588cbf0 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
index 4e71e6f..dd331ef 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/port.c b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
index e216ecf..c82c3f9 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
index b44546c..839e76c 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
index 461ed9a..395cea6 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -24,12 +24,12 @@
     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

@@ -51,17 +51,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
index b45e60b..a02f712 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -24,12 +24,12 @@
     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

@@ -51,17 +51,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
index f97f802..52ca374 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
index e295dc7..20f84be 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
index 49af2f6..8c73229 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
index 78c8b5a..6e57c16 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
index 75f1f50..b59a637 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/port.c b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
index d19cb02..029279f 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/port.c
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
index e7c987c..ee4bdad 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/port.c b/FreeRTOS/Source/portable/GCC/HCS12/port.c
index f41f57d..3a15c5a 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/port.c
+++ b/FreeRTOS/Source/portable/GCC/HCS12/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
index 8152716..5edd26e 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
index 4833619..996706f 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
index 230e7b1..843b40c 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
index ef60e56..3ae975a 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
index f8e7b82..1f9a97e 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
index d371667..69ac04a 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
index 75c0238..74e206f 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
index afbda99..06c5ae5 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
index adbe3ec..9c6bef0 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
index a44024c..ffc7dae 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port.c b/FreeRTOS/Source/portable/GCC/NiosII/port.c
index be7f005..11f953a 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port.c
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
index 8f21731..d26f472 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
index f503180..5b9958c 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 1301907..7d6894b 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
index 8008620..477e28c 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 4728413..cc25f5c 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index fac5524..2fef1cd 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 1301907..7d6894b 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
index 10d9f73..50fcc34 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 4728413..cc25f5c 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index fac5524..2fef1cd 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/RX100/port.c b/FreeRTOS/Source/portable/GCC/RX100/port.c
index 86a3d60..1fdabe8 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX100/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
index 33343d6..e87e79a 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/RX600/port.c b/FreeRTOS/Source/portable/GCC/RX600/port.c
index 3c29923..205f4cf 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
index 479dac2..625a506 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/RX600v2/port.c b/FreeRTOS/Source/portable/GCC/RX600v2/port.c
index ff40f29..033a090 100644
--- a/FreeRTOS/Source/portable/GCC/RX600v2/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600v2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
index 479dac2..625a506 100644
--- a/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/port.c b/FreeRTOS/Source/portable/GCC/STR75x/port.c
index 0a4cb55..5806e36 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/port.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
index 4a3ee22..f5c9367 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
index 4d1f4d1..d705d3d 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
index d358b86..07825c1 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
index ed39c2b..929c854 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
index d9af52a..538fe22 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
index 1874f7c..255ebae 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 c12f2fd..2a92b70 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/port.c
+++ b/FreeRTOS/Source/portable/IAR/78K0R/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
index 7789f4d..c16fb3a 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 fb25967..d645e05 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 00a0da6..c4bb908 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 cec75a9..60f289c 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 0fe8f9c..af7e33e 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 5889e1a..719a47b 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
index 2a455cc..138a6b0 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
index 82d08cc..0812f53 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 1c8d17f..e7b3920 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 2aaafd4..4f2f925 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
index 7cf2bcf..5ba5f19 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
index 14228f3..c9cb431 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
index 4b3301c..c8a1501 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
index c1a4a34..58963f5 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
index 86c738f..50f1012 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
index 65bb1f8..1acb363 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
index 2340806..c2cc7a5 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
index 3e95928..06a94b1 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
index 945a52a..7cdad6c 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c
index 6cc4cfc..de0a7c7 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
index 6aaadff..a43e9b6 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
index 3b8a5e1..23a704d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
index c8bcac2..0171371 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
index 22653c9..c7fbbd7 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
index 898ff82..d87d5ac 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 869bcb4..f152a5e 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -24,12 +24,12 @@
     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

@@ -51,17 +51,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
index 3ed1868..0c18f19 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,7 +13,7 @@
  *****************************************************************************/

 

 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -24,12 +24,12 @@
     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

@@ -51,17 +51,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
index 18d8505..fb65233 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 4af4e52..615f2cd 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79 b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
index cb6697f..1f1e7e4 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 ea92387..700e3e0 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
index 1cd3715..9c451a0 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index a726838..76d25d1 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
index 18d8505..fb65233 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 7078a5a..0992bdd 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/port.c
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79 b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
index 68c2455..f23ec45 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 1f89720..3933f89 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/port.c b/FreeRTOS/Source/portable/IAR/MSP430/port.c
index 5d96b34..b721293 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
index 5cbd3f6..82b7bbd 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
index 334955f..27293a8 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
index 48ed376..89b094c 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
index 2f4e6b6..1c341b5 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/port.c b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
index 4a19f8b..96314f8 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
index 7c2d015..57f9320 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
index 8225453..9f15e3c 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
index 8f75d87..5799dfa 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 d3985ed..1576130 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/port.c
+++ b/FreeRTOS/Source/portable/IAR/RL78/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87 b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
index c4e0734..97551b8 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
+++ b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 60bf113..3e18c8f 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port.c b/FreeRTOS/Source/portable/IAR/RX100/port.c
index ae6939a..eb52783 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX100/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
index f5314d0..bfd7180 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
index dde2c96..8f2b88b 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port.c b/FreeRTOS/Source/portable/IAR/RX600/port.c
index 36d6cfe..300e309 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
index 62c2d47..7b60dff 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
index 7d869ed..192d49f 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
index 18d8505..fb65233 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 493b4d3..50ceaac 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR71x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
index 95225ba..1968550 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 9f07e69..98be6a7 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
index 1c7b0b6..19bc643 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 618d33a..a721f82 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR75x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
index f843c2c..404a136 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 94aca0f..b0a18fc 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
index 134a42d..eb2e28e 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/port.c b/FreeRTOS/Source/portable/IAR/STR91x/port.c
index 6f9d821..5d74194 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR91x/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
index 09d3529..0657b0f 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
index 26b32da..9d11bc0 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
index e0f3db1..b8101a1 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/port.c b/FreeRTOS/Source/portable/IAR/V850ES/port.c
index 569e74b..7aff474 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/port.c
+++ b/FreeRTOS/Source/portable/IAR/V850ES/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
index 4f91549..63c2305 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
@@ -1,5 +1,5 @@
 ;/*

-;    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 d45f4b8..bfc2610 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 bd78946..7d192f0 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 f630b29..73c0a95 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
index b22d062..db07516 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
index 1d9e1ec..06d0ea4 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 5bf5752..161d65d 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 35cfa04..8f27863 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 7b49f34..47962cf 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index ab6d656..5ef3be5 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 4ebfa14..0c6705b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
index f9e160a..e27ed0b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

@@ -163,7 +163,7 @@
  * following line of code has no effect.  The interrupt priority is set by the

  * call to ConfigIntTimer1() in vApplicationSetupTickTimerInterrupt().

  */

-extern void __attribute__( (interrupt(ipl1), vector( configTICK_INTERRUPT_VECTOR ))) vPortTickInterruptHandler( void );

+extern void __attribute__( (interrupt(IPL1AUTO), vector( configTICK_INTERRUPT_VECTOR ))) vPortTickInterruptHandler( void );

 

 /*

  * The software interrupt handler that performs the yield.  Note that, because

@@ -171,7 +171,7 @@
  * code has no effect.  The interrupt priority is set by the call to

  * mConfigIntCoreSW0() in xPortStartScheduler().

  */

-void __attribute__( (interrupt(ipl1), vector(_CORE_SOFTWARE_0_VECTOR))) vPortYieldISR( void );

+void __attribute__( (interrupt(IPL1AUTO), vector(_CORE_SOFTWARE_0_VECTOR))) vPortYieldISR( void );

 

 /*

  * Used to catch tasks that attempt to return from their implementing function.

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
index bb0bdcd..88077ca 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
index 95427c4..1cbfcb8 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
index 9e2fff3..bb2194f 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
index e15307e..5cf3d2d 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
index 577026b..9dfb097 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
index 48d83ed..95d13b8 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/port.c b/FreeRTOS/Source/portable/MSVC-MingW/port.c
index 0564072..96dbf78 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/port.c
+++ b/FreeRTOS/Source/portable/MSVC-MingW/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
index 121c6ef..4ba7291 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
+++ b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MemMang/heap_1.c b/FreeRTOS/Source/portable/MemMang/heap_1.c
index 195736c..25619f1 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_1.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_1.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MemMang/heap_2.c b/FreeRTOS/Source/portable/MemMang/heap_2.c
index 6bddc6c..cb9114b 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_2.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_2.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MemMang/heap_3.c b/FreeRTOS/Source/portable/MemMang/heap_3.c
index 3aea22f..8235bfe 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_3.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_3.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MemMang/heap_4.c b/FreeRTOS/Source/portable/MemMang/heap_4.c
index 8c45cd3..089ff86 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_4.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_4.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/MemMang/heap_5.c b/FreeRTOS/Source/portable/MemMang/heap_5.c
index 7f4e3c4..97647d0 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_5.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_5.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 f6a7e5d..4e3ddbb 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e0ce969..cd16e2b 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

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 e092ce7..5ea1e0d 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
index 6108ace..1c40b69 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
index b500bcb..1f179c7 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index aabb7aa..2395abe 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
index c83b2d8..255784d 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index f80b291..de9beeb 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 d31909c..77db37d 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index fe6c92e..8e0f79e 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 e142506..1ee711a 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
index 14e99d2..c8a62dd 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 74c784d..7eed8b0 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
index 99b33c4..ce7201e 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 6c4d71f..08c61d4 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
index e23b85a..8d34de7 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
index 6139019..89cd2c0 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
index 6573778..64d8ec1 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
index 6786822..8f9018f 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
index 7255f8d..8d574c4 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
index 87e7934..d1535f3 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
index 64d7ad9..a92624c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port.c b/FreeRTOS/Source/portable/Renesas/RX100/port.c
index ed86db4..db29e10 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX100/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
index 353f346..5ffdd11 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 a5d40b5..e1851ba 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port.c b/FreeRTOS/Source/portable/Renesas/RX200/port.c
index 897f11e..86b1b65 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
index 353f346..5ffdd11 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 10301f3..8ac001d 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port.c b/FreeRTOS/Source/portable/Renesas/RX600/port.c
index cd5a79d..8e56250 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
index 353f346..5ffdd11 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 9b21623..7f04101 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
index 058f2df..c11514a 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
index eb860ca..438fab9 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 568e2bd..f703e49 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
index 050d50d..472145e 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 d0b9ee6..2c50254 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
index 9dc5633..e658ed3 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 15fe803..27689e6 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
index 1266c93..a2ae7d9 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
index b77c6b3..49d2f1b 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
index f5a51fa..907e49c 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
index 9dd4f19..a4a867f 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
index 627afbe..d27915d 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
index 140b5d4..f12f750 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/port.c b/FreeRTOS/Source/portable/Softune/MB91460/port.c
index 99de64f..dbc0cf6 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB91460/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
index d54a22f..e982f74 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/port.c b/FreeRTOS/Source/portable/Softune/MB96340/port.c
index 1814b71..b56934c 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB96340/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
index 7504d4b..e2e6a03 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
index adaba02..16365a0 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
index b66065d..cbcb4f7 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+;    FreeRTOS V8.2.1 - Copyright (C) 2015 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 111bdd4..414fb81 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 1556d38..83b5925 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 8cc0222..cd99276 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Install.bat b/FreeRTOS/Source/portable/WizC/PIC18/Install.bat
index a661146..2780803 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.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+REM    FreeRTOS V8.2.1 - Copyright (C) 2015 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 03612c4..91c7b3c 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/port.c b/FreeRTOS/Source/portable/WizC/PIC18/port.c
index 2db8ed7..1cf2109 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/port.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
index eb74403..2dace23 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index 9ebe9dc..bd0c9d5 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 3ecce05..ad50590 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
index 737101d..da5ff46 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index d7e31cd..0975291 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 93da4b9..3be2e07 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 5461403..30bbe53 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/queue.c b/FreeRTOS/Source/queue.c
index c552e66..d25cdc8 100644
--- a/FreeRTOS/Source/queue.c
+++ b/FreeRTOS/Source/queue.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/tasks.c b/FreeRTOS/Source/tasks.c
index edfda80..adf0a16 100644
--- a/FreeRTOS/Source/tasks.c
+++ b/FreeRTOS/Source/tasks.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS

diff --git a/FreeRTOS/Source/timers.c b/FreeRTOS/Source/timers.c
index b270488..7b7a42d 100644
--- a/FreeRTOS/Source/timers.c
+++ b/FreeRTOS/Source/timers.c
@@ -1,5 +1,5 @@
 /*

-    FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.

+    FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.

     All rights reserved

 

     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.

@@ -10,12 +10,12 @@
     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

@@ -37,17 +37,17 @@
     ***************************************************************************

 

     http://www.FreeRTOS.org/FAQHelp.html - Having a problem?  Start by reading

-	the FAQ page "My application does not run, what could be wrong?".  Have you

-	defined configASSERT()?

+    the FAQ page "My application does not run, what could be wrong?".  Have you

+    defined configASSERT()?

 

-	http://www.FreeRTOS.org/support - In return for receiving this top quality

-	embedded software for free we request you assist our global community by

-	participating in the support forum.

+    http://www.FreeRTOS.org/support - In return for receiving this top quality

+    embedded software for free we request you assist our global community by

+    participating in the support forum.

 

-	http://www.FreeRTOS.org/training - Investing in training allows your team to

-	be as productive as possible as early as possible.  Now you can receive

-	FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

-	Ltd, and the world's leading authority on the world's leading RTOS.

+    http://www.FreeRTOS.org/training - Investing in training allows your team to

+    be as productive as possible as early as possible.  Now you can receive

+    FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers

+    Ltd, and the world's leading authority on the world's leading RTOS.

 

     http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,

     including FreeRTOS+Trace - an indispensable productivity tool, a DOS