Update version number in readiness for V10.2.0 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 20eaf72..6a641f1 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 e5ec9e2..c512b7e 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 dc6eb93..d813bd2 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 6460209..ba64244 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 0580c0c..91d6ac0 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 7df0588..73275dd 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 2cd88c5..38b8749 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 8e84c34..bb79993 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 286c1b1..eb43b88 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 dca98ac..c698236 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 4fff3ac..d1a21ed 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 17a6f39..c8badc2 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 4a5492d..eb41fbd 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 e19f9bf..9e58497 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 2cd3e81..087874c 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 833d635..53bed6f 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

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 129327c..adedfbf 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 Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
index 31a6e80..786666d 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-Related-CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-Related-CLI-commands.c
index 19c6c69..2ac337d 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-Related-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-Related-CLI-commands.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-system-demo.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-system-demo.c
index a401a24..994b9b60 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-system-demo.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/File-system-demo.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Run-time-stats-utils.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Run-time-stats-utils.c
index 01b89a2..00b3fd3 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Run-time-stats-utils.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Run-time-stats-utils.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Sample-CLI-commands.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Sample-CLI-commands.c
index b899592..d4f5e11 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Sample-CLI-commands.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/Sample-CLI-commands.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/UDPCommandServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/UDPCommandServer.c
index 53bd1b5..23071a0 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/UDPCommandServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/UDPCommandServer.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/main.c
index 99a5ace..d7bf96a 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/main.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c
index 792d2e1..3d27786 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/TCPEchoClient_SingleTasks.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/TCPEchoClient_SingleTasks.c
index e58254a..c300950 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/TCPEchoClient_SingleTasks.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/TCPEchoClient_SingleTasks.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/SimpleUDPClientAndServer.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/SimpleUDPClientAndServer.h
index d2b3988..70e94ac 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/SimpleUDPClientAndServer.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/SimpleUDPClientAndServer.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/TCPEchoClient_SingleTasks.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/TCPEchoClient_SingleTasks.h
index 7808087..9aea0c5 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/TCPEchoClient_SingleTasks.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/include/TCPEchoClient_SingleTasks.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSConfig.h
index ef76844..9b95731 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSIPConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSIPConfig.h
index b139713..9033b31 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSIPConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/FreeRTOSIPConfig.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/arch.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/arch.c
index ad90cfe..2537511 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/arch.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/arch.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/netif.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/netif.h
index 95ebacd..16a3585 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/netif.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/WinPCap/netif.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.c
index 41cd548..00b3373 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.h
index 41969b7..69f34f5 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/demo_logging.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c
index b3df392..13afb36 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/main.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/FreeRTOSConfig.h
index eafec55..432e6bb 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/FreeRTOSConfig.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/FreeRTOSConfig.h
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPClientTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPClientTask.c
index fcd8a32..395c86c 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPClientTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPClientTask.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPServerTask.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPServerTask.c
index 14e244b..0848e72 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPServerTask.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/SecureTCPServerTask.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/main.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/main.c
index 9c2883f..4f96492 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/main.c
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_WolfSSL_Windows_Simulator/main.c
@@ -1,5 +1,5 @@
 /*

- * FreeRTOS Kernel V10.0.1

+ * FreeRTOS Kernel V10.2.0

  * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

  *

  * Permission is hereby granted, free of charge, to any person obtaining a copy of

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
index fd67017..30d07ac 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
index 038bc8b..f1a3b06 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/Makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
index a2f29ea..e99d241 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
index c7a3a32..f95bc98 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
index 5ecca4c..da24db7 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
index eadd72d..dfbfe49 100644
--- a/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_AT91FR40008_GCC/serial/serialISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
index c8978c2..a2e6826 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
index 42674e0..1e857bf 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
index ad9d3ab..0161846 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/USB/USBSample.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
index 5350831..f369d4b 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
index 683b116..de8b9e5 100644
--- a/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_AT91SAM7S64_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
index 94ac95f..cdb6c2c 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
index 4dc276d..2c6f01e 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/Makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
index 21ba0a7..bbc8580 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
index 9f221de..cd4776f 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
index ba4e5d7..b49cd23 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
index e908e4d..9095849 100644
--- a/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2106_GCC/serial/serialISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
index 3170342..73ebbf9 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
index 9d57099..c605dae 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
index a96a541..ae25b03 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
index b033b9a..291f912 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
index 5989f2f..9fca706 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
index 2121fe7..5569c5e 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
index cc207fe..f3e71b4 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
index ebf6cfc..d40313e 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
index 4e73e78..0314515 100644
--- a/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
+++ b/FreeRTOS/Demo/ARM7_LPC2129_Keil_RVDS/serial/serialISR.s
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
index 6d8e42b..a70795a 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
index b7c583e..348e4d0 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
index f73a4b8..460f437 100644
--- a/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
+++ b/FreeRTOS/Demo/ARM7_LPC2138_Rowley/mainISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
index 89eac21..e9457a5 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
index 9aa283b..962dd29 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/Makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
index 17e0ef9..41254d5 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
index 528c019..a7decfe 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9e853cd..e17a5e1 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
index 97385fe..7a4d282 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
index 17e0ef9..41254d5 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
index 84b9ee0..ff31ec5 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
index 0d9b9d8..b0f6b1d 100644
--- a/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM7_LPC2368_Rowley/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
index b7a3545..b30427d 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
index 63cd038..319e571 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
index c0fbe5c..f036d8d 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
index 6f9cc35..88b80a5 100644
--- a/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR71x_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
index f6a5f28..fb6f4ee 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
index e16473b..dd28baf 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
index 117d127..88ffc12 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
index ce6d4d9..68346a0 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
index 68431aa..4f1e034 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_GCC/serial/serialISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
index 34735a7..1babc6b 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
index e16473b..dd28baf 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
index 736596c..3809ac6 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
index 2c29ffb..4d9b7d6 100644
--- a/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM7_STR75x_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
index 989bf53..4c403d8 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
index 5df969d..3ef7f7f 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
index 7f60f90..c0bdce1 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
index ec4b1a6..5c9003e 100644
--- a/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_AT91SAM9XE_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
index e4ed651..3409b34 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
index c528129..2a1e308 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 0baae5a..8bc09ca 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/include/lwIPWebServer/BasicWEB.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
index f2d887f..d8589c9 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/lwip/lwipWebServer/BasicWEB.c
@@ -1,7 +1,7 @@
 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
index 1164e92..d0d4bbc 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
index 75d88cf..1e8d375 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
index fdedb92..165bd6a 100644
--- a/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/ARM9_STR91X_IAR/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR32_UC3/main.c b/FreeRTOS/Demo/AVR32_UC3/main.c
index 692892c..adaf3b9 100644
--- a/FreeRTOS/Demo/AVR32_UC3/main.c
+++ b/FreeRTOS/Demo/AVR32_UC3/main.c
@@ -30,8 +30,8 @@
  *****************************************************************************/

 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
index ecb2710..6a86153 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
index 7e9a9e2..d5b59e0 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
index 511b5c4..16eefc0 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
index 3a4c051..511c05e 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
index 6bdd0a4..e3d0b2c 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/regtest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
index cf6decf..f4f540b 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
index 3ab2696..25c7e55 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
index e13401d..c096a4a 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
index a833ce9..868b895 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
index b9b8911..166cf3d 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
index 6bdd0a4..e3d0b2c 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/regtest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
index b6b2e36..910b25f 100644
--- a/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
+++ b/FreeRTOS/Demo/AVR_ATMega323_WinAVR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
index 7544ba3..c150873 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
index fc18609..4771981 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 95de42e..f5d4478 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 d0cc607..26c832a 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 abb208c..0d4b18e 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_IAR_and_Keil/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
index 1093190..b2f3fbd 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
index fc18609..4771981 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
index 69e9858..ccea0fe 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
index d01452b..e912181 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
index ade195d..9a6f065 100644
--- a/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_A2F200_SoftConsole/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Blinky_Demo/main_blinky.c
index 0abd668..8d84af0 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOSConfig.h
index 800011d..a9d0015 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOS_tick_config.c
index bc37bee..95fdd2f 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/FreeRTOS_tick_config.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.c
index 6d4d4bd..642cc76 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/main_full.c
index d5ca03c..9563c27 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/reg_test.S b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/reg_test.S
index 49e92c0..a40084e 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/Full_Demo/reg_test.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/main.c b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/main.c
index 87c9bd8..46dfa73 100644
--- a/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_A53_64-bit_UltraScale_MPSoC/RTOSDemo_A53/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOSConfig.h
index 5cee945..eeabe67 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOS_tick_config.c
index e8f41fb..46966a4 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/FreeRTOS_tick_config.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.c
index 1466579..b2e96f7 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/main_full.c
index 2aab03c..e30d500 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/reg_test.S b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/reg_test.S
index 6c2a757..f9d82a8 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/Full_Demo/reg_test.S
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/LEDs.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/LEDs.c
index 22f48fe..ff0f38c 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/LEDs.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/blinky_demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/blinky_demo/main_blinky.c
index 8635682..0937d58 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/blinky_demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/blinky_demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/main.c
index c7bc8ed..5180351 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D2x_Xplained_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
index e5fbc6c..9723bca 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/CDCCommandConsole.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
index e2fae22..e281c86 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f168046..150bc22 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 cc9e219..a604e02 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 667241f..d9ffcad 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 513d94f..f15aaf6 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6c2a757..f9d82a8 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,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
index de1a278..ef5ace7 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/LEDs.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b2cf633..26bbdff 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
index bfbdc80..f0041ec 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D3x_Xplained_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Blinky_Demo/main_blinky.c
index b2cf633..26bbdff 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
index 71c94a6..145705d 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/CDCCommandConsole.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
index 2975168..8d01e22 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6721f33..2044e22 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 43dce19..82ce8b3 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 667241f..d9ffcad 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b2743ea..9fb025f 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 77e0f98..363678b 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,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
index de1a278..ef5ace7 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/LEDs.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
index 0c4470a..554ac52 100644
--- a/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_A5_SAMA5D4x_EK_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 bdff934..5e8d8e7 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 10aefd4..6acb885 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/LEDs.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b856879..0695c7e 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 dad22bd..8a3ac06 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6485e6a..cfaef9e 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 69e9137..3b2bc5b 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7a2fdf1..982f601 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Cyclone_V_SoC_DK/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c96a3b6..d31e263 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a24fedf..d298048 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 d2f405b..bec8e8f 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 72ad869..420ceb4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1d60f50..9814ebd 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 69e9137..3b2bc5b 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 e8e2cfc..0e50909 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1570ea1..27e521e 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
index 89a20e9..add1e5f 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c
index 6f7bcfa..eacbd46 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h
index 2243912..d630d61 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f6e2128..6f96eeb 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c1c9964..68a82f6 100644
--- a/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
index 863d87b..325b5f8 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
index d1a4725..ec1ea74 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
index c9442f1..8997c65 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/lcd_message.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
index e752d4f..3cca73e 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
index 0ef278a..ace562d 100644
--- a/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_AT91SAM3U256_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 e36f026..036a43e 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 265fa48..acb1436 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7fb81d8..6f5fb9b 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f39013c..5500d4a 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 89414f4..32fc147 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f5679ab..4ca49e6 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 90515fc..a1de3a4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f862ea5..3beb51f 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3S-EK2_Atmel_Studio/src/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 e36f026..036a43e 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 265fa48..acb1436 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
index 7fb81d8..6f5fb9b 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
index f39013c..5500d4a 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
index 89414f4..32fc147 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f5679ab..4ca49e6 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 90515fc..a1de3a4 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
index a18d4ee..08b361f 100644
--- a/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/src/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4cf6b2a..0cd4b55 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 80af120..e41e281 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1a4d012..c90225a 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 0681916..108f2b0 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4e99de3..02b34fd 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 20daea9..487adc0 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5935f8f..4b7914f 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4cf6b2a..0cd4b55 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 80af120..e41e281 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1a4d012..c90225a 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 0681916..108f2b0 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4e99de3..02b34fd 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 20daea9..487adc0 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5935f8f..4b7914f 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4cf6b2a..0cd4b55 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 80af120..e41e281 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1a4d012..c90225a 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 0681916..108f2b0 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4e99de3..02b34fd 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 20daea9..487adc0 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5935f8f..4b7914f 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/FreeRTOSConfig.h
index 9ad45cf..d9ef139 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/RegTest.c b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/RegTest.c
index bb39ed1..074de80 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/main_full.c
index 3bb3e02..0388d59 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_BURTC.c b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_BURTC.c
index 2b549d5..9f5a832 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_BURTC.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_BURTC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTC.c b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTC.c
index 0034a33..d915380 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTC.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c
index 807b0f9..8fe2ba6 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/main.c b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/main.c
index 295dcd6..7a5af10 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/main.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Giant_Gecko_Simplicity_Studio/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/FreeRTOSConfig.h
index b310fef..42b8b83 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/RegTest.c b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/RegTest.c
index 875c2a6..aefd171 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/main_full.c
index 3bb3e02..0388d59 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTCC.c b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTCC.c
index d320968..8acb21e 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTCC.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/low_power_tick_management_RTCC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c
index 807b0f9..8fe2ba6 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/Low_Power_Demo/main_low_power.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/main.c b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/main.c
index 6aa693d..9b55552 100644
--- a/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/main.c
+++ b/FreeRTOS/Demo/CORTEX_EFM32_Pearl_Gecko_Simplicity_Studio/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
index 7a54cf3..dccf98f 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
index 8f32bb9..ff03cd9 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7c818c7..05b47cb 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 05a2abe..96a0099 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c71003a..4c6ad43 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7127135..ffad8dd 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 2da12e2..3108311 100644
--- a/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
+++ b/FreeRTOS/Demo/CORTEX_Kinetis_K60_Tower_IAR/webserver/EMAC.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
index a200de0..eb5faf5 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
index 53b8f0c..127f487 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo1/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
index 08d8b81..8cce254 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
index 7e642c6..2b9a9b6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/Demo2/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
index e7efcff..dbef9dd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
index 4975785..618f9a1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
index 53b8f0c..127f487 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
index e7efcff..dbef9dd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
index 4975785..618f9a1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
index 9736e9a..f44ac5d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo1/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
index a5dad57..7922462 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
index 4975785..618f9a1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
index b8df0b7..96f08e9 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo2/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
index ad6fabf..658e81d 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
index f2debaf..c3eec83 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
index f2d471e..58fcd51 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S102_Rowley/Demo3/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
index 0acf803..e88411f 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
index 4975785..618f9a1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
index 18649c5..328fcf9 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
index e4ae071..7a773b6 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/commstest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
index 1585d08..e24a9ba 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S316_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
index 9cdd6f2..b5c0097 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
index b444bb3..dd7714c 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
index 371b194..c2328f7 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
index 822cf50..e888e34 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
index bb4c9c0..f7594ac 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
index c98632c..2f80cdd 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/heap/heap_1.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
index 6749de0..a1d2848 100644
--- a/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3S811_KEIL/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
index b4238c6..bf20e14 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
index 107bd9b..6874992 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
index 9ee639e..fb46dbf 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
index 7fc8ca3..9f52c2b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
index e99e30b..86b4085 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
index 0d27d0c..b26d2c3 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/emac.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a359304..29ac98b 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_IAR_Keil/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
index 916a9d6..66656a1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
index 107bd9b..6874992 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
index 9ee639e..fb46dbf 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
index 64d97f4..d1613b3 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
index 481a7b1..17f1af1 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
index 2a51cd9..5146866 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/emac.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
index 9f53893..7236521 100644
--- a/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
index f689709..fb8d9e9 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
index c63a083..a3d7259 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
index 5f54b33..b2cf3fc 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5f421de..848f450 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_RedSuite/src/webserver/emac.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5392f02..8dc7e89 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
index 8236fe6..d519f46 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
index 93880bf..c1de9a9 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/LED.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
index 4e2a7ba..e6425f7 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
index 2d0bce1..014a997 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
index 760cb03..c776d6c 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/emac.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4669e58..355213b 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_GCC_Rowley/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
index c510f35..a07b592 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
index 93880bf..c1de9a9 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/LED.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
index b6becb3..308e767 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
index 055b75a..fc86002 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
index 3dc4852..63d99b9 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/emac.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
index 4669e58..355213b 100644
--- a/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_LPC1768_IAR/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 447bce4..44ee467 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a6d4861..ec3521a 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 d39ac7d..4a6c2f3 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 00b0254..0364ab1 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 19fefa4..03e31d1 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 2a93b10..4e1c4bd 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 ea3980a..e23c00a 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 12bfae6..05f9713 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 fc1c033..e098ade 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 2f845a7..b3c89f5 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6288010..b197c27 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 3a2539a..67411e9 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,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f0828ff..9297e83 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 401233f..89a6ee6 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4345e47..672cead 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a4d7f78..f6e5add 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 72c9490..fb06cf8 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1f5970f..c8da7c4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 93046e2..fdae119 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 02435d6..c53c1ed 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 83ff442..c127e88 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f47f39d..b7179ef 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 ca2dcd7..deaf500 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 be2ec60..0d63329 100644
--- a/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_LPC1114_LPCXpresso/RTOSDemo/Source/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
index 7fe1d16..6263448 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
index 4acc30f..9464692 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
index 3ecdfcf..af41a2e 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
index b99c242..6cf7eea 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
index ae5c0fb..5e7a537 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
index 5a13e00..76fd7b7 100644
--- a/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M0_STM32F0518_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/FreeRTOSConfig.h
index 0e29b6e..d482ad9 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/GCC_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/GCC_Specific/RegTest.c
index 3abb9ff..ba38fe3 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/GCC_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/GCC_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/Keil_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/Keil_Specific/RegTest.c
index 803139f..65212e1 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/Keil_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/Keil_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main.c
index 61aeff4..e3c224d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.c
index 739b4db..759f984 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/main_full.c
index eddd596..3f7e477 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_full/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/low_power_tick_config.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/low_power_tick_config.c
index bb2ed8f..181590c 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/low_power_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/low_power_tick_config.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/main_low_power.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/main_low_power.c
index 85a1ca8..0fed1ab 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_Keil_GCC/main_low_power/main_low_power.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/FreeRTOSConfig.h
index f5eee2f..7638be4 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/MikroC_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/MikroC_Specific/RegTest.c
index 67ef959..7fc1cbc 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/MikroC_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/MikroC_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main.c
index 9595e89..967e7fa 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.c
index 9f7a11c..6e65dd2 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/main_full.c
index a0a3b48..e950e3d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_full/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/low_power_tick_config.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/low_power_tick_config.c
index e3b11cd..8f83fcb 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/low_power_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/low_power_tick_config.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/main_low_power.c b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/main_low_power.c
index 1388f23..8b192cf 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC1302_MikroC/main_low_power/main_low_power.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h
index 20d37b0..62f8000 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/main.c
index 6603271..e8d5ae4 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_CEC_MEC_17xx_51xx_Keil_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 92a2a59..c90c90f 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1fba59d..5dc6ce5 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_GCC_Dave/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f13f979..851f482 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 770c232..6e8c870 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
index 2c09e28..be25798 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
index a3a1008..55eab54 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
index 804fe7f..57b7736 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f13f979..851f482 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 d4441ec..a11fe03 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_IAR/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
index 88d9c05..7cdbbaf 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
index 4fb0b86..acca2d1 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
index b280742..6ff0054 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f13f979..851f482 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4d85ac8..6e67a82 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Keil/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
index 66391f9..021f61e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
index 81902d0..8d69817 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8f82c70..f0a1da0 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f492df7..b14d523 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_Infineon_XMC4000_Tasking/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 210cc0d..1247ebf 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 24d8203..7c17a99 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 24a1ec8..6188098 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 fcb7c99..ee37c0c 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8ae183d..dbc8722 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 e849e3a..8cff578 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8eb96b9..f564d4b 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4f7bafa..ad87104 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_M0_LPC43xx_Keil/M4/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/FreeRTOSConfig.h
index ff1f416..ba27d45 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.c
index 7111f63..5d0318a 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.asm b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.asm
index 4fe73ad..2551b82 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.asm
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.c
index 83c2aed..6ebb466 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.s
index 9127afd..bfb06aa 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RunTimeStatsTimer.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RunTimeStatsTimer.c
index 30ec938..1a57e0d 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RunTimeStatsTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/RunTimeStatsTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c
index 762595b..141838f 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/serial.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/serial.c
index 623f14d..69d2f36 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/serial.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/SimplyBlinkyDemo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/SimplyBlinkyDemo/main_blinky.c
index 5489cd3..84d222e 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/SimplyBlinkyDemo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/SimplyBlinkyDemo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/main.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/main.c
index bbbb6c8..eb35622 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
index 589a072..ec80908 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
index 5511d7a..877cdb6 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
index a2f8c51..acfb773 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
index f592e8b..75701e9 100644
--- a/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4F_STM32F407ZG-SK/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6caddea..cdd346b 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5ec33c4..915ecd7 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 ad39247..7f60543 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 690b6e1..0ad8dec 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a90ec6b..8595273 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 57275bb..dcae984 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 e36f026..036a43e 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 265fa48..acb1436 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 bf90d8e..9d39836 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 595367f..5baa97a 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6b84011..e9a6068 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9dcfce5..9708f10 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f5679ab..4ca49e6 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f6884fe..1d51206 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a2a26c6..c944068 100644
--- a/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
+++ b/FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/src/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/FreeRTOSConfig.h
index e2a8e45..6766c7c 100644
--- a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm
index 9da85b3..953d251 100644
--- a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm
+++ b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/RegTest.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/main_full.c
index 278dfd7..63ff5f2 100644
--- a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Simply_Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Simply_Blinky_Demo/main_blinky.c
index 883f4ff..92612ae 100644
--- a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Simply_Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/Simply_Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/main.c b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/main.c
index 0457389..21bd355 100644
--- a/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/main.c
+++ b/FreeRTOS/Demo/CORTEX_M4_SimpleLink_CC3220SF_CCS/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Blinky_Demo/main_blinky.c
index acce9d1..496d39e 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/FreeRTOSConfig.h
index 726ae3d..ac5d65e 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.c
index 0de3405..f13f432 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/RegTest_GCC.c b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/RegTest_GCC.c
index 3abb9ff..ba38fe3 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/RegTest_GCC.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/RegTest_GCC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/main_full.c
index 45f2ade..a94a8be 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/main.c b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/main.c
index 739a618..59fea54 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAME70_Xplained_AtmelStudio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Blinky_Demo/main_blinky.c
index 4488efe..9a4e11d 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/FreeRTOSConfig.h
index 43aeab2..411d2a0 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.c
index b33532f..bc03109 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/RegTest_GCC.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/RegTest_GCC.c
index 3abb9ff..ba38fe3 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/RegTest_GCC.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/RegTest_GCC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/main_full.c
index 05f654b..051609d 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/main.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/main.c
index 7a966e8..ae78cbb 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/main.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Blinky_Demo/main_blinky.c
index 4488efe..9a4e11d 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/FreeRTOSConfig.h
index 43aeab2..411d2a0 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.c
index 46efc98..9af784a 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.c
index f39d426..75c39e7 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.s b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.s
index d073a98..b8a6daa 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.s
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/main_full.c
index 05f654b..051609d 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/main.c
index 2828288..70acd35 100644
--- a/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_IAR_Keil/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Blinky_Demo/main_blinky.c
index c47c3b0..39f86dd 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/FreeRTOSConfig.h
index b8b40c5..ad18e4d 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.c
index c6b6131..d62fe07 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_IAR.s b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_IAR.s
index d073a98..b8a6daa 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_IAR.s
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_IAR.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_Keil.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_Keil.c
index f39d426..75c39e7 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_Keil.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/RegTest_Keil.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c
index cc1b00b..e7e5b30 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/main.c b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/main.c
index 1451a69..60a8cfe 100644
--- a/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
index 87f13d1..d5c5816 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
index 8878a78..b107efc 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
index 51a0c0b..ff95f8b 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
index d843366..36d6912 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
index 394773f..8824e7d 100644
--- a/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9A310_IAR_Keil/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
index a57a522..bf63301 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
index e920601..00ded43 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
index e2ab1a1..b2c2ab1 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
index eb2bb3b..5712896 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
index 53e35a4..05670eb 100644
--- a/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
+++ b/FreeRTOS/Demo/CORTEX_MB9B500_IAR_Keil/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h
index a6e3b37..44ed302 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RegTest.c
index 14dbf03..1092a54 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/GCC_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RegTest.c
index 4b3e607..7021eb2 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/Keil_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/main.c
index 8f929c4..78b0a69 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/FreeRTOSConfig.h
index 8521099..55786a5 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RegTest.c
index 14dbf03..1092a54 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/GCC_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/Keil_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/Keil_Specific/RegTest.c
index 4b3e607..7021eb2 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/Keil_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/Keil_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c
index bc2ac8b..69b6589 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_Simulator_Keil_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/FreeRTOSConfig.h
index 5976512..43e01b6 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/GCC_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/GCC_Specific/RegTest.c
index 14dbf03..1092a54 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/GCC_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/GCC_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/Keil_Specific/RegTest.c b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/Keil_Specific/RegTest.c
index 4b3e607..7021eb2 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/Keil_Specific/RegTest.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/Keil_Specific/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/main.c b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/main.c
index 83e14f4..362c6e0 100644
--- a/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_MPU_Static_Simulator_Keil_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/IAR/Interrupt_Entry_Stubs.asm b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/IAR/Interrupt_Entry_Stubs.asm
index 0bad758..e7a6491 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/IAR/Interrupt_Entry_Stubs.asm
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/System/IAR/Interrupt_Entry_Stubs.asm
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Blinky_Demo/main_blinky.c
index fb6577e..de46956 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOSConfig.h
index bdfb20a..5c7724a 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOS_tick_config.c
index 64c3977..80bb5f0 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/FreeRTOS_tick_config.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.c
index c86e187..b1dbee3 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/main_full.c
index c301396..8a28a99 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_GCC.S b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_GCC.S
index e51037f..4fe78a8 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_GCC.S
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_GCC.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm
index 0a8c256..180dab4 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/Full_Demo/reg_test_IAR.asm
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/main.c b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/main.c
index a9e529f..64da440 100644
--- a/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
index 1c3067a..6ed9179 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8120632..9286f11 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5b33ad8..845c35e 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/Library/het.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
index 72a01a1..3806d13 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 eb258d1..7cce068 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f620ca3..3c42406 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/flop_hercules.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
index ab0fcac..40e9dde 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 31212f4..fb73b6f 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 3eaeec3..f10489f 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1fe5eb6..53c1cf4 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/reg_test.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
index 2c502ab..9aa924f 100644
--- a/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
+++ b/FreeRTOS/Demo/CORTEX_R4_RM48_TMS570_CCS5/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Blinky_Demo/main_blinky.c
index 0abd668..8d84af0 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOSConfig.h
index bc12ab6..c6fe39e 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOS_tick_config.c b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOS_tick_config.c
index 418af70..82463db 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOS_tick_config.c
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/FreeRTOS_tick_config.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.c
index 3d22e9d..53fc134 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/main_full.c
index b48651e..f9895e7 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/reg_test.S b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/reg_test.S
index 7210450..356621d 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/reg_test.S
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/Full_Demo/reg_test.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/main.c b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/main.c
index 1d65719..2e0f34e 100644
--- a/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/main.c
+++ b/FreeRTOS/Demo/CORTEX_R5_UltraScale_MPSoC/RTOSDemo_R5/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6f15a37..54dd5ae 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

@@ -31,7 +31,7 @@
  * executed from within CCS4!  Once it has been executed, re-open or refresh 

  * the CCS4 project and remove the #error line below.

  */

-//#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.

+#error Ensure CreateProjectDirectoryStructure.bat has been executed before building.  See comment immediately above.

 

 

 #ifndef FREERTOS_CONFIG_H

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 92780d6..1edddd7 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F100_Atollic/Simple_Demo_Source/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 3e54dfd..1ab616b 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 d1353b1..0d311b5 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/Drivers/STM32_USART.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
index 191543e..8077bf5 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 3dc7f19..5d95793 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/ParTest/ParTest_MCBSTM32.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 fbb0f57..338a6e2 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
index 9d2ae11..2f77ef5 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_GCC_Rowley/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
index e1b9eaf..9456767 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
index fbb0f57..338a6e2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
index 7ccf89a..ee0153c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
index d4a327f..0c8208c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
index edbbacc..ae68e0a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_IAR/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
index e1b9eaf..9456767 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
index fbb0f57..338a6e2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
index 7ccf89a..ee0153c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
index d4a327f..0c8208c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
index edbbacc..ae68e0a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Keil/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
index da34851..e751603 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
index 4bba149..78d9c11 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
index 1512cea..d059660 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/bitmap.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
index 822f0c6..d34e7e0 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
index edbbacc..ae68e0a 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
index 3e6b042..4e5c574 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
index 58e385a..dd3aafa 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
index d6f3e3b..3f3f7ce 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
index b5a5f22..2ed71a8 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/scsc.tmp
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
index b32ab97..0a47701 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
index 302d9f5..1c808fe 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
index f30b3ff..b8c1648 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.c.scsc
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
index 1ec28e7..96c8db9 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
index 31158f0..d476101 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/emac.h.scsc
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 2c35a09..bff0d3c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
+++ b/FreeRTOS/Demo/CORTEX_STM32F107_GCC_Rowley/webserver/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 320d310..1c9cd9d 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
index d158460..1cf5b4f 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
index 534bad0..cd7a4b2 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
index 4a18702..807b26c 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7aba275..f5881b4 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/main_low_power.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
index c8b8001..5273159 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
index 8d42145..d18c022 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
index 33be7bc..be644ba 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
index b51ebf1..b622d64 100644
--- a/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
+++ b/FreeRTOS/Demo/CORTEX_STM32L152_IAR/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
index a9b4333..9f554a8 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
index 74089e7..7e309fb 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/7seg.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
index c9ea04f..67399b6 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
index c3194b2..188fcfe 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
index a20edfa..83739f0 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
index 6bdd0a4..e3d0b2c 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/RegTest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
index 5ea4697..a313cb1 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/demoGpio.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
index 0ed9633..0574ea1 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
index bf56967..19f7394 100644
--- a/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
+++ b/FreeRTOS/Demo/CORTUS_APS3_GCC/Demo/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
index ba51c4a..9598719 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
index 12d75e2..225e39e 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8b1ab20..a871fab 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/httpd/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
index 9e537e5..236f174 100644
--- a/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
index 7a8e18e..6187861 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 94680ff..802d5e1 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
index a682ebe..b3b13c7 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
index de4fede..147a12b 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
index 4f849be..491865d 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
index d231d45..5279111 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
index d5ccd6b..018fe14 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/FreeRTOS_Tick_Setup.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
index fe0ad0a..a323e99 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
index 5997d33..6215d10 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/HTTPDemo.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
index a682ebe..b3b13c7 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
index f4a3d96..cfe21bc 100644
--- a/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
+++ b/FreeRTOS/Demo/ColdFire_MCF52259_CodeWarrior/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/BlockQ.c b/FreeRTOS/Demo/Common/Full/BlockQ.c
index ec55e20..5f882ed 100644
--- a/FreeRTOS/Demo/Common/Full/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Full/BlockQ.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/PollQ.c b/FreeRTOS/Demo/Common/Full/PollQ.c
index 2d5d15f..48d37d8 100644
--- a/FreeRTOS/Demo/Common/Full/PollQ.c
+++ b/FreeRTOS/Demo/Common/Full/PollQ.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/comtest.c b/FreeRTOS/Demo/Common/Full/comtest.c
index 6c2b5f1..671d71c 100644
--- a/FreeRTOS/Demo/Common/Full/comtest.c
+++ b/FreeRTOS/Demo/Common/Full/comtest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/death.c b/FreeRTOS/Demo/Common/Full/death.c
index eb88878..a4c084f 100644
--- a/FreeRTOS/Demo/Common/Full/death.c
+++ b/FreeRTOS/Demo/Common/Full/death.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/dynamic.c b/FreeRTOS/Demo/Common/Full/dynamic.c
index 93bd3c2..fba3c37 100644
--- a/FreeRTOS/Demo/Common/Full/dynamic.c
+++ b/FreeRTOS/Demo/Common/Full/dynamic.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/events.c b/FreeRTOS/Demo/Common/Full/events.c
index 460a9e8..2568f7e 100644
--- a/FreeRTOS/Demo/Common/Full/events.c
+++ b/FreeRTOS/Demo/Common/Full/events.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/flash.c b/FreeRTOS/Demo/Common/Full/flash.c
index 6d46f7d..088b3f3 100644
--- a/FreeRTOS/Demo/Common/Full/flash.c
+++ b/FreeRTOS/Demo/Common/Full/flash.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/flop.c b/FreeRTOS/Demo/Common/Full/flop.c
index 1a6a1cd..fce32bd 100644
--- a/FreeRTOS/Demo/Common/Full/flop.c
+++ b/FreeRTOS/Demo/Common/Full/flop.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/integer.c b/FreeRTOS/Demo/Common/Full/integer.c
index 53c5aee..be32165 100644
--- a/FreeRTOS/Demo/Common/Full/integer.c
+++ b/FreeRTOS/Demo/Common/Full/integer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/print.c b/FreeRTOS/Demo/Common/Full/print.c
index a36591f..85ba149 100644
--- a/FreeRTOS/Demo/Common/Full/print.c
+++ b/FreeRTOS/Demo/Common/Full/print.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Full/semtest.c b/FreeRTOS/Demo/Common/Full/semtest.c
index f19e137..231c41b 100644
--- a/FreeRTOS/Demo/Common/Full/semtest.c
+++ b/FreeRTOS/Demo/Common/Full/semtest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/AbortDelay.c b/FreeRTOS/Demo/Common/Minimal/AbortDelay.c
index 8fb798d..7c49195 100644
--- a/FreeRTOS/Demo/Common/Minimal/AbortDelay.c
+++ b/FreeRTOS/Demo/Common/Minimal/AbortDelay.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/BlockQ.c b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
index 85e62fe..7c656d2 100644
--- a/FreeRTOS/Demo/Common/Minimal/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
index 2dc528b..72e549f 100644
--- a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
index 80e8b75..f6ec646 100644
--- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
index e859d0b..5f3dc50 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
index cb41a76..3fbf66d 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/MessageBufferAMP.c b/FreeRTOS/Demo/Common/Minimal/MessageBufferAMP.c
index 0ee3729..c3fdb64 100644
--- a/FreeRTOS/Demo/Common/Minimal/MessageBufferAMP.c
+++ b/FreeRTOS/Demo/Common/Minimal/MessageBufferAMP.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/MessageBufferDemo.c b/FreeRTOS/Demo/Common/Minimal/MessageBufferDemo.c
index 85e8b23..5fdb904 100644
--- a/FreeRTOS/Demo/Common/Minimal/MessageBufferDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/MessageBufferDemo.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/PollQ.c b/FreeRTOS/Demo/Common/Minimal/PollQ.c
index 0d4b92f..8e7bba4 100644
--- a/FreeRTOS/Demo/Common/Minimal/PollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/PollQ.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/QPeek.c b/FreeRTOS/Demo/Common/Minimal/QPeek.c
index 91946e9..58dc51d 100644
--- a/FreeRTOS/Demo/Common/Minimal/QPeek.c
+++ b/FreeRTOS/Demo/Common/Minimal/QPeek.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
index 06e6258..27f9438 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSet.c b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
index a6121c2..f272ce0 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSet.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c b/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c
index 3c2a738..a95939d 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSetPolling.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/StaticAllocation.c b/FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
index e093467..309cef3 100644
--- a/FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
+++ b/FreeRTOS/Demo/Common/Minimal/StaticAllocation.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/StreamBufferDemo.c b/FreeRTOS/Demo/Common/Minimal/StreamBufferDemo.c
index 81aa79d..70d95cb 100644
--- a/FreeRTOS/Demo/Common/Minimal/StreamBufferDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/StreamBufferDemo.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/StreamBufferInterrupt.c b/FreeRTOS/Demo/Common/Minimal/StreamBufferInterrupt.c
index 507a454..4c782ba 100644
--- a/FreeRTOS/Demo/Common/Minimal/StreamBufferInterrupt.c
+++ b/FreeRTOS/Demo/Common/Minimal/StreamBufferInterrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
index 8e3aee1..e3ceec7 100644
--- a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
+++ b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
index 1e980b0..f4f0edd 100644
--- a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/blocktim.c b/FreeRTOS/Demo/Common/Minimal/blocktim.c
index 44dd220..0cef7d6 100644
--- a/FreeRTOS/Demo/Common/Minimal/blocktim.c
+++ b/FreeRTOS/Demo/Common/Minimal/blocktim.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest.c b/FreeRTOS/Demo/Common/Minimal/comtest.c
index 34a46d5..f01f5df 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
index 26e385c..3e586fd 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/countsem.c b/FreeRTOS/Demo/Common/Minimal/countsem.c
index 81cb0dd..ed50429 100644
--- a/FreeRTOS/Demo/Common/Minimal/countsem.c
+++ b/FreeRTOS/Demo/Common/Minimal/countsem.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/crflash.c b/FreeRTOS/Demo/Common/Minimal/crflash.c
index 7f3a19c..adae24a 100644
--- a/FreeRTOS/Demo/Common/Minimal/crflash.c
+++ b/FreeRTOS/Demo/Common/Minimal/crflash.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/crhook.c b/FreeRTOS/Demo/Common/Minimal/crhook.c
index 356d587..6bfb6c8 100644
--- a/FreeRTOS/Demo/Common/Minimal/crhook.c
+++ b/FreeRTOS/Demo/Common/Minimal/crhook.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/death.c b/FreeRTOS/Demo/Common/Minimal/death.c
index a81f0b3..cfa0cea 100644
--- a/FreeRTOS/Demo/Common/Minimal/death.c
+++ b/FreeRTOS/Demo/Common/Minimal/death.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/dynamic.c b/FreeRTOS/Demo/Common/Minimal/dynamic.c
index ba17e03..add4376 100644
--- a/FreeRTOS/Demo/Common/Minimal/dynamic.c
+++ b/FreeRTOS/Demo/Common/Minimal/dynamic.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/flash.c b/FreeRTOS/Demo/Common/Minimal/flash.c
index fcf9cb1..cd39e16 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/flash_timer.c b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
index fffca2a..ed3d378 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash_timer.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/flop.c b/FreeRTOS/Demo/Common/Minimal/flop.c
index f1dc4d8..a3f6533 100644
--- a/FreeRTOS/Demo/Common/Minimal/flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/flop.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/integer.c b/FreeRTOS/Demo/Common/Minimal/integer.c
index 276e7f3..8cfba35 100644
--- a/FreeRTOS/Demo/Common/Minimal/integer.c
+++ b/FreeRTOS/Demo/Common/Minimal/integer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/recmutex.c b/FreeRTOS/Demo/Common/Minimal/recmutex.c
index 232b7e4..0016357 100644
--- a/FreeRTOS/Demo/Common/Minimal/recmutex.c
+++ b/FreeRTOS/Demo/Common/Minimal/recmutex.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/semtest.c b/FreeRTOS/Demo/Common/Minimal/semtest.c
index 44f6910..994959b 100644
--- a/FreeRTOS/Demo/Common/Minimal/semtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/semtest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/Minimal/sp_flop.c b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
index bda2f2f..9229dd2 100644
--- a/FreeRTOS/Demo/Common/Minimal/sp_flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 e050ed3..de3a08b 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7c7b2a9..da31a6b 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 566fa5e..21e6057 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/AbortDelay.h b/FreeRTOS/Demo/Common/include/AbortDelay.h
index 4ff63fd..6ee8bb8 100644
--- a/FreeRTOS/Demo/Common/include/AbortDelay.h
+++ b/FreeRTOS/Demo/Common/include/AbortDelay.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/BlockQ.h b/FreeRTOS/Demo/Common/include/BlockQ.h
index a4621f0..b3b3c61 100644
--- a/FreeRTOS/Demo/Common/include/BlockQ.h
+++ b/FreeRTOS/Demo/Common/include/BlockQ.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
index 2755446..ac96dbd 100644
--- a/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
+++ b/FreeRTOS/Demo/Common/include/EventGroupsDemo.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/GenQTest.h b/FreeRTOS/Demo/Common/include/GenQTest.h
index 71690b7..9710234 100644
--- a/FreeRTOS/Demo/Common/include/GenQTest.h
+++ b/FreeRTOS/Demo/Common/include/GenQTest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/IntQueue.h b/FreeRTOS/Demo/Common/include/IntQueue.h
index 00ed76f..91e444e 100644
--- a/FreeRTOS/Demo/Common/include/IntQueue.h
+++ b/FreeRTOS/Demo/Common/include/IntQueue.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/IntSemTest.h b/FreeRTOS/Demo/Common/include/IntSemTest.h
index 016aeeb..c734a86 100644
--- a/FreeRTOS/Demo/Common/include/IntSemTest.h
+++ b/FreeRTOS/Demo/Common/include/IntSemTest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/MessageBufferAMP.h b/FreeRTOS/Demo/Common/include/MessageBufferAMP.h
index 5e8716c..61a27b2 100644
--- a/FreeRTOS/Demo/Common/include/MessageBufferAMP.h
+++ b/FreeRTOS/Demo/Common/include/MessageBufferAMP.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/MessageBufferDemo.h b/FreeRTOS/Demo/Common/include/MessageBufferDemo.h
index d103a01..ce36d69 100644
--- a/FreeRTOS/Demo/Common/include/MessageBufferDemo.h
+++ b/FreeRTOS/Demo/Common/include/MessageBufferDemo.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/PollQ.h b/FreeRTOS/Demo/Common/include/PollQ.h
index 494b199..7b3a1a6 100644
--- a/FreeRTOS/Demo/Common/include/PollQ.h
+++ b/FreeRTOS/Demo/Common/include/PollQ.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/QPeek.h b/FreeRTOS/Demo/Common/include/QPeek.h
index dceff00..2995220 100644
--- a/FreeRTOS/Demo/Common/include/QPeek.h
+++ b/FreeRTOS/Demo/Common/include/QPeek.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/QueueOverwrite.h b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
index 4d622e9..6ab614b 100644
--- a/FreeRTOS/Demo/Common/include/QueueOverwrite.h
+++ b/FreeRTOS/Demo/Common/include/QueueOverwrite.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/QueueSet.h b/FreeRTOS/Demo/Common/include/QueueSet.h
index 1dd5e7a..fe7f71c 100644
--- a/FreeRTOS/Demo/Common/include/QueueSet.h
+++ b/FreeRTOS/Demo/Common/include/QueueSet.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/QueueSetPolling.h b/FreeRTOS/Demo/Common/include/QueueSetPolling.h
index 72407b6..6713533 100644
--- a/FreeRTOS/Demo/Common/include/QueueSetPolling.h
+++ b/FreeRTOS/Demo/Common/include/QueueSetPolling.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/StaticAllocation.h b/FreeRTOS/Demo/Common/include/StaticAllocation.h
index 1a28a88..92f13e0 100644
--- a/FreeRTOS/Demo/Common/include/StaticAllocation.h
+++ b/FreeRTOS/Demo/Common/include/StaticAllocation.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/StreamBufferDemo.h b/FreeRTOS/Demo/Common/include/StreamBufferDemo.h
index faf3b54..2fae5a8 100644
--- a/FreeRTOS/Demo/Common/include/StreamBufferDemo.h
+++ b/FreeRTOS/Demo/Common/include/StreamBufferDemo.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/StreamBufferInterrupt.h b/FreeRTOS/Demo/Common/include/StreamBufferInterrupt.h
index be1c8d5..3545d19 100644
--- a/FreeRTOS/Demo/Common/include/StreamBufferInterrupt.h
+++ b/FreeRTOS/Demo/Common/include/StreamBufferInterrupt.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/TaskNotify.h b/FreeRTOS/Demo/Common/include/TaskNotify.h
index 991685a..c20ebe0 100644
--- a/FreeRTOS/Demo/Common/include/TaskNotify.h
+++ b/FreeRTOS/Demo/Common/include/TaskNotify.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/TimerDemo.h b/FreeRTOS/Demo/Common/include/TimerDemo.h
index 62a2b78..bf40f1d 100644
--- a/FreeRTOS/Demo/Common/include/TimerDemo.h
+++ b/FreeRTOS/Demo/Common/include/TimerDemo.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/blocktim.h b/FreeRTOS/Demo/Common/include/blocktim.h
index f3364ba..4ef4d68 100644
--- a/FreeRTOS/Demo/Common/include/blocktim.h
+++ b/FreeRTOS/Demo/Common/include/blocktim.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/comtest.h b/FreeRTOS/Demo/Common/include/comtest.h
index 6155479..195dda1 100644
--- a/FreeRTOS/Demo/Common/include/comtest.h
+++ b/FreeRTOS/Demo/Common/include/comtest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/comtest2.h b/FreeRTOS/Demo/Common/include/comtest2.h
index 5f8ff40..f3ca932 100644
--- a/FreeRTOS/Demo/Common/include/comtest2.h
+++ b/FreeRTOS/Demo/Common/include/comtest2.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/comtest_strings.h b/FreeRTOS/Demo/Common/include/comtest_strings.h
index 9493bf4..db7bb21 100644
--- a/FreeRTOS/Demo/Common/include/comtest_strings.h
+++ b/FreeRTOS/Demo/Common/include/comtest_strings.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/countsem.h b/FreeRTOS/Demo/Common/include/countsem.h
index f2da6de..d652dd7 100644
--- a/FreeRTOS/Demo/Common/include/countsem.h
+++ b/FreeRTOS/Demo/Common/include/countsem.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/crflash.h b/FreeRTOS/Demo/Common/include/crflash.h
index 38e505f..180a366 100644
--- a/FreeRTOS/Demo/Common/include/crflash.h
+++ b/FreeRTOS/Demo/Common/include/crflash.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/crhook.h b/FreeRTOS/Demo/Common/include/crhook.h
index 77a4c1d..2f10851 100644
--- a/FreeRTOS/Demo/Common/include/crhook.h
+++ b/FreeRTOS/Demo/Common/include/crhook.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/death.h b/FreeRTOS/Demo/Common/include/death.h
index 08367f5..da4992c 100644
--- a/FreeRTOS/Demo/Common/include/death.h
+++ b/FreeRTOS/Demo/Common/include/death.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/dynamic.h b/FreeRTOS/Demo/Common/include/dynamic.h
index 798c9ab..d769f79 100644
--- a/FreeRTOS/Demo/Common/include/dynamic.h
+++ b/FreeRTOS/Demo/Common/include/dynamic.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/fileIO.h b/FreeRTOS/Demo/Common/include/fileIO.h
index 8167ca7..dad25c7 100644
--- a/FreeRTOS/Demo/Common/include/fileIO.h
+++ b/FreeRTOS/Demo/Common/include/fileIO.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/flash.h b/FreeRTOS/Demo/Common/include/flash.h
index e64e0f4..bd3898b 100644
--- a/FreeRTOS/Demo/Common/include/flash.h
+++ b/FreeRTOS/Demo/Common/include/flash.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/flash_timer.h b/FreeRTOS/Demo/Common/include/flash_timer.h
index 79cbbf2..6e0acb2 100644
--- a/FreeRTOS/Demo/Common/include/flash_timer.h
+++ b/FreeRTOS/Demo/Common/include/flash_timer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/flop.h b/FreeRTOS/Demo/Common/include/flop.h
index 32b7de9..718676d 100644
--- a/FreeRTOS/Demo/Common/include/flop.h
+++ b/FreeRTOS/Demo/Common/include/flop.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/integer.h b/FreeRTOS/Demo/Common/include/integer.h
index 2da8a07..596d41a 100644
--- a/FreeRTOS/Demo/Common/include/integer.h
+++ b/FreeRTOS/Demo/Common/include/integer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/mevents.h b/FreeRTOS/Demo/Common/include/mevents.h
index 0bc915b..2e3d95f 100644
--- a/FreeRTOS/Demo/Common/include/mevents.h
+++ b/FreeRTOS/Demo/Common/include/mevents.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/partest.h b/FreeRTOS/Demo/Common/include/partest.h
index eba4394..8141b89 100644
--- a/FreeRTOS/Demo/Common/include/partest.h
+++ b/FreeRTOS/Demo/Common/include/partest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/print.h b/FreeRTOS/Demo/Common/include/print.h
index a36630d..01642ae 100644
--- a/FreeRTOS/Demo/Common/include/print.h
+++ b/FreeRTOS/Demo/Common/include/print.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/recmutex.h b/FreeRTOS/Demo/Common/include/recmutex.h
index 2edb557..8fe1413 100644
--- a/FreeRTOS/Demo/Common/include/recmutex.h
+++ b/FreeRTOS/Demo/Common/include/recmutex.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/semtest.h b/FreeRTOS/Demo/Common/include/semtest.h
index 8ba40e1..e77343c 100644
--- a/FreeRTOS/Demo/Common/include/semtest.h
+++ b/FreeRTOS/Demo/Common/include/semtest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Common/include/serial.h b/FreeRTOS/Demo/Common/include/serial.h
index 265fa48..acb1436 100644
--- a/FreeRTOS/Demo/Common/include/serial.h
+++ b/FreeRTOS/Demo/Common/include/serial.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
index d9de11f..04e771e 100644
--- a/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Cygnal/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Cygnal/Makefile b/FreeRTOS/Demo/Cygnal/Makefile
index d9fd44a..38673ba 100644
--- a/FreeRTOS/Demo/Cygnal/Makefile
+++ b/FreeRTOS/Demo/Cygnal/Makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
index 0b2b6ff..12977b2 100644
--- a/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Cygnal/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Cygnal/main.c b/FreeRTOS/Demo/Cygnal/main.c
index 72e9bd6..05ad5da 100644
--- a/FreeRTOS/Demo/Cygnal/main.c
+++ b/FreeRTOS/Demo/Cygnal/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Cygnal/serial/serial.c b/FreeRTOS/Demo/Cygnal/serial/serial.c
index 10fadf1..4803c79 100644
--- a/FreeRTOS/Demo/Cygnal/serial/serial.c
+++ b/FreeRTOS/Demo/Cygnal/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Flshlite/FRConfig.h b/FreeRTOS/Demo/Flshlite/FRConfig.h
index 59b62cc..e26c1fd 100644
--- a/FreeRTOS/Demo/Flshlite/FRConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FRConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
index 5148b44..5276f0b 100644
--- a/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
+++ b/FreeRTOS/Demo/Flshlite/FileIO/fileIO.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
index fb9cb9c..b254ed5 100644
--- a/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/Flshlite/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
index f3d03e5..2e14ba3 100644
--- a/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/Flshlite/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Flshlite/main.c b/FreeRTOS/Demo/Flshlite/main.c
index c549e38..7f35956 100644
--- a/FreeRTOS/Demo/Flshlite/main.c
+++ b/FreeRTOS/Demo/Flshlite/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Flshlite/serial/serial.c b/FreeRTOS/Demo/Flshlite/serial/serial.c
index db37e7e..efe0dc9 100644
--- a/FreeRTOS/Demo/Flshlite/serial/serial.c
+++ b/FreeRTOS/Demo/Flshlite/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
index 4c4c05b..d855d67 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
index 273cbf3..fd2b68d 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/main.c b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
index c885d5d..109ee03 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
index 3723e61..569fb9a 100644
--- a/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/H8S/RTOSDemo/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
index 9267706..4b675b3 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
index 88393dc..83eeb96 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
index 09ba0bb..32dbeda 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/main.c
@@ -1,7 +1,7 @@
 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
index 653c2b5..c855e59 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_banked/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
index a8d2a51..c14617c 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
index 88393dc..83eeb96 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
index 957eff1..12e3f2f 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
index 33c35c4..ec19b0e 100644
--- a/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
+++ b/FreeRTOS/Demo/HCS12_CodeWarrior_small/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
index ae2ddb2..22d94db 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
index c786d3f..a4a1f74 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/main.c b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
index 6da20b3..386b913 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/main.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/main.c
@@ -1,7 +1,7 @@
 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
index b51524d..e0627a9 100644
--- a/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
+++ b/FreeRTOS/Demo/HCS12_GCC_banked/startup.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Blinky_Demo/main_blinky.c
index 553c099..7a1f3de 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/FreeRTOSConfig.h b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/FreeRTOSConfig.h
index 593556b..b8f7f47 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.c
index cbac226..7a58844 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/RegTest.S b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/RegTest.S
index 5321b4e..aa3023d 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/RegTest.S
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/RegTest.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/main_full.c b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/main_full.c
index d9c3b44..7859068 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/freestanding_functions.c b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/freestanding_functions.c
index 88888de..82bc820 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/freestanding_functions.c
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/freestanding_functions.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/math.h b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/math.h
index ef75a2d..4324790 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/math.h
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/math.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/startup.S b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/startup.S
index 6973d56..1813cea 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/startup.S
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/startup.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdint.h b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdint.h
index afc5599..39049f5 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdint.h
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/stdint.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/main.c b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/main.c
index ce192b8..fc4c967 100644
--- a/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/main.c
+++ b/FreeRTOS/Demo/IA32_flat_GCC_Galileo_Gen_2/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
index b487fd3..932dd89 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
index 5bf9a2b..3d43e96 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/crflash_modified.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
index c88526e..39e3ee0 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
index 81e60ac..986943a 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/partest/partest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
index ac38588..23fbfc6 100644
--- a/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
+++ b/FreeRTOS/Demo/MB91460_Softune/SRC/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 36825b0..d4bea0c 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5bf9a2b..3d43e96 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 787fadb..dff0550 100644
--- a/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
+++ b/FreeRTOS/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 3486f1f..f08f1ed 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b243c75..38c0774 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
index 0dc57fe..5cdebbe 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
index f25f9ef..fcb67cc 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/DiceTask.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
index 04cea35..cc20aa7 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
index 60513de..5e91494 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
index c426d63..0ce085f 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/SegmentToggleTasks.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
index 26013e2..dd85f5e 100644
--- a/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/FreeRTOS/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
index 774d95c..9152ea1 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
index 8c750f7..430dfec 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
index c8f9889..5c57133 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RegTest.asm
@@ -1,7 +1,7 @@
 ;

 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
index b9ca142..2044737 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/RunTimeStatsConfig.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
index 712f4a5..dcb9173 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
index 274cd2b..adc88c4 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_CCS/Demo_Source/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
index 2d1a451..b4eda66 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
index 8c750f7..430dfec 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43 b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
index 4935b47..414c1b0 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RegTest.s43
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
index f0e8e7f..7e3f06b 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/RunTimeStatsConfig.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
index 7462083..f1e66dd 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
index cecea64..aa63fb7 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430F5438_IAR/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c
index 08c82ae..be06217 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/CCS_Only/RegTest.asm b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/CCS_Only/RegTest.asm
index c5ad3b6..b816631 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/CCS_Only/RegTest.asm
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/CCS_Only/RegTest.asm
@@ -1,7 +1,7 @@
 ;

 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/FreeRTOSConfig.h b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/FreeRTOSConfig.h
index 2c9c710..7d7682c 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/main_full.c b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/main_full.c
index e1bfa95..137a37b 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/serial.c b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/serial.c
index 2ca7f77..5d212bd 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/serial.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/Full_Demo/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/IAR_Only/RegTest.s43 b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/IAR_Only/RegTest.s43
index afc0eee..317e0cc 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/IAR_Only/RegTest.s43
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/IAR_Only/RegTest.s43
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/LEDs.c b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/LEDs.c
index 9c475b7..c7f7154 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/LEDs.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/LEDs.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/main.c b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/main.c
index 02e7bc6..a61ce4d 100644
--- a/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/main.c
+++ b/FreeRTOS/Demo/MSP430X_MSP430FR5969_LaunchPad_IAR_CCS/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 38aba97..a98cf2c 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h
index a326555..43d5eeb 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 57cbd5d..2ec864e 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 6f287ab..f718687 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c
index 3acf515..a548b42 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/LEDs.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
index 691152b..cadb93f 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c
index b8b19ae..27d292a 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h
index 2243912..d630d61 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/lwIP_Demo/lwIP_Apps/lwIP_Apps.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5aff133..3a874de 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
index 191f3cd..3466c3b 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c
index e6e4258..a3403e2 100644
--- a/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c
+++ b/FreeRTOS/Demo/MicroBlaze_Kintex7_EthernetLite/RTOSDemo/src/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
index 4e37420..acca410 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonISR.s26
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
index 4b4a241..1de901b 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/ButtonTask.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
index afc97c3..a11fc0c 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26 b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
index 7ef41f7..1b262ec 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/RegTest.s26
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
index 14f4321..83e0ade 100644
--- a/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_78K0R_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
index 0fea481..8004097 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
index d823a2b..0689085 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
index 093a9cf..834968d 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Fx3.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
index a0a7181..be92c53 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/LowLevelInit/LowLevelInit_Hx2.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 0503465..032136e 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 11a4c36..7127434 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85 b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
index def2ef5..89855cb 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/RegTest.s85
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
index f1c854f..7bc96b6 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
index b0a3ffd..9cf887c 100644
--- a/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/NEC_V850ES_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
index bac938e..3561acc 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 5b558a5..a4f22c1 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
index 144359a..d094377 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
index 661a9cd..877c676 100644
--- a/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/NiosII_CycloneIII_DBC3C40_GCC/RTOSDemo/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
index fdf1b3f..1d29c26 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_MPLAB/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
index de6f8fc..618810d 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main1.c b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
index ca4ba02..e248c8f 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main1.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main1.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main2.c b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
index b237e37..1488d20 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main2.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main2.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/main3.c b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
index 3994293..d33c9d8 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/main3.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/main3.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
index 9cac062..beb5743 100644
--- a/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_MPLAB/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
index 44b4393..118cdd9 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
index 352eee2..94a3ab1 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
index 60264e5..0b0ff32 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
index 674bad8..5876238 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo1/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
index c826237..c9feb39 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
index 309153b..c1dbf77 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
index ec76764..69b27f0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
index c1a11ae..77e66a4 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo2/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
index c1be45d..b05cb97 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
index 309153b..c1dbf77 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
index ec76764..69b27f0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
index f0a21c0..888392f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo3/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
index b25e60b..460187f 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
index 309153b..c1dbf77 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
index ec76764..69b27f0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
index adb82f8..c42b6cc 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo4/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
index a9143fd..3b5d1c3 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
index 309153b..c1dbf77 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
index ec76764..69b27f0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
index 08e89da..736f448 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo5/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
index efd1c86..06eed27 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
index 309153b..c1dbf77 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
index ec76764..69b27f0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
index 99f1cce..42cb739 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo6/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
index ac8b2c5..c07c960 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
index 309153b..c1dbf77 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/WIZCmake.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
index 284e3b2..d1a5dc7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/fuses.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
index ec76764..69b27f0 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/interrupt.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
index 277c0d3..68eca63 100644
--- a/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
+++ b/FreeRTOS/Demo/PIC18_WizC/Demo7/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
index 8442503..5db5a9e 100644
--- a/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC18_WizC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
index 31337a0..f0fe959 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialRx.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
index 801f2a7..53b44f7 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/isrSerialTx.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
index 6a56a3b..dff0460 100644
--- a/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
+++ b/FreeRTOS/Demo/PIC18_WizC/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
index feb9d16..6a747ad 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
index 9fdcef2..2ef7118 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
index 6fb9111..c8e81e0 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
index ade8686..57b49b3 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/lcd.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/main.c b/FreeRTOS/Demo/PIC24_MPLAB/main.c
index f318043..163a4cc 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
index a999dcc..d306139 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
index dadb9b2..4fe1714 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
index bdf782c..a7e0f66 100644
--- a/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC24_MPLAB/timertest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Blinky_Demo/main_blinky.c
index 1a40e5c..cb06df0 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/FreeRTOSConfig.h
index abc1776..7d33892 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.c
index b0ff69c..e590251 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer_isr.S
index bb7cac1..9d999f7 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/IntQueueTimer_isr.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/RegisterTestTasks.S
index 8ba808b..6daae59 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/RegisterTestTasks.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/main_full.c b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/main_full.c
index 7901fe5..acb5048 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.c b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.c
index 6fbe049..a1ccb2f 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.c
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.h b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.h
index bdf782c..a7e0f66 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.h
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/Full_Demo/timertest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/main.c b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/main.c
index 96916f3..ddc97fa 100644
--- a/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/main.c
+++ b/FreeRTOS/Demo/PIC32MEC14xx_MPLAB/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
index b1b4083..99a89dc 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
index 65e0e53..c248d53 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ConfigPerformance.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
index b975ac5..1d3897d 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
index 6911a2d..135e545 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
index 0720057..67fa36e 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/IntQueueTimer_isr.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
index 77eb1f1..a19adbb 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_Explorer16.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 de8f00e..343b319 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/ParTest/ParTest_USBII_Starter_Kit.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
index a31839f..6aff42c 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/RegisterTestTasks.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
index 7cd4905..0af687e 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
index ade8686..57b49b3 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/lcd.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
index f70f7e9..c265ddf 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
index 3c0925e..8db9831 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
index 1955b63..aeff3c1 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
index d0c5866..e00a6bb 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
index 7228375..2ad0d5f 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
index bdf782c..a7e0f66 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
index 939b94e..6794640 100644
--- a/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MX_MPLAB/timertest_isr.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
index 3331bb2..47c53ac 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
index 65e0e53..c248d53 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ConfigPerformance.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
index 4a1873b..25013d2 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
index a9d4065..139ff14 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
index 1450a54..9086767 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ISRTriggeredTask_isr.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
index 6911a2d..135e545 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
index 3e4c11a..64ee747 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/IntQueueTimer_isr.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
index fb9841b..0414865 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
index 70e677f..89d7b33 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/RegisterTestTasks.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.c
index d6255cb..5e268c6 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.h
index f620ca3..3c42406 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/flop_mz.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
index d69ceda..ed20b14 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
index d00c5ff..55bc5cb 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
index 5771b17..3ef773b 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
index 3d2f5c1..f7c835c 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
index bdf782c..a7e0f66 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
index b8cd636..9c2b0dc 100644
--- a/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
+++ b/FreeRTOS/Demo/PIC32MZ_MPLAB/timertest_isr.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 98681ad..eef64c2 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 86d8f55..49eaaf4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c7098a0..7ce1309 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 d97caa5..a1acf8a 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 f585be2..8b6cb74 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b44c317..c3341b4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 12bef80..392c457 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 98681ad..eef64c2 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b9931f1..9d8d682 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c7098a0..7ce1309 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b51f780..08836bf 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 93aed4b..8b4d080 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b44c317..c3341b4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 12bef80..392c457 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
index 72c3947..daa4ea2 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b9931f1..9d8d682 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c7098a0..7ce1309 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 b51f780..08836bf 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/flop/flop.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
index 7cd22c8..5179b25 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a8c3198..3bfeef1 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/partest/partest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 12bef80..392c457 100644
--- a/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
+++ b/FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/blinky_demo/main_blinky.c b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/blinky_demo/main_blinky.c
index f5222ad..0d39102 100644
--- a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/blinky_demo/main_blinky.c
+++ b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/blinky_demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/RegTest.S b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/RegTest.S
index e3d169a..7e6ffc2 100644
--- a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/RegTest.S
+++ b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/RegTest.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/main_full.c b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/main_full.c
index a71ff0d..2577283 100644
--- a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/main_full.c
+++ b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/full_demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/main.c b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/main.c
index 6bfdefb..f25a775 100644
--- a/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/main.c
+++ b/FreeRTOS/Demo/RISC-V-Qemu-sifive_e-FreedomStudio/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/blinky_demo/main_blinky.c b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/blinky_demo/main_blinky.c
index 2c49c05..3d55b49 100644
--- a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/blinky_demo/main_blinky.c
+++ b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/blinky_demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
index 1582dba..2398c06 100644
--- a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
+++ b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/RegTest.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/main_full.c b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/main_full.c
index 9e68df4..0f8874e 100644
--- a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/main_full.c
+++ b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/full_demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/main.c b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/main.c
index 2bf2661..75a51b7 100644
--- a/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/main.c
+++ b/FreeRTOS/Demo/RISC-V_RV32M1_Vega_GCC_Eclipse/projects/RTOSDemo_ri5cy/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/blinky_demo/main_blinky.c b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/blinky_demo/main_blinky.c
index 7688ed8..99724cb 100644
--- a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/blinky_demo/main_blinky.c
+++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/blinky_demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/RegTest.S b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/RegTest.S
index 702454f..fdf9524 100644
--- a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/RegTest.S
+++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/RegTest.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c
index b9b9df4..969b2a1 100644
--- a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c
+++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/full_demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/main.c b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/main.c
index 59c3093..5cf9004 100644
--- a/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/main.c
+++ b/FreeRTOS/Demo/RISC-V_Renode_Emulator_SoftConsole/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
index 57cc402..3e34a8a 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
index 4e006dc..b660114 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/RegTest.s87
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
index ee3c77b..ade8a7e 100644
--- a/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_RL78G13_Promo_Board_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
index 1ee518f..a8cd5a9 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/ExampleISR.s87
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
index 5516788..409ecd6 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87 b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
index b655874..38f52ae 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/RegTest.s87
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
index fb8df70..e0d0092 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/demo_specific_io.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main.c b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
index 31c44cd..da9a0be 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
index 5dea9b1..72658d9 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
index 0ffd6d9..9039999 100644
--- a/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
+++ b/FreeRTOS/Demo/RL78_multiple_IAR/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
index e8b6769..0c9f7f5 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
index 8e0d70e..48445f2 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
index bfb3494..e01a2bc 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 308f8d6..2f377b9 100644
--- a/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_GCC_e2studio/RTOSDemo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a0c6cae..0a92b5c 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
index e2e8971..056d9c7 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
index 8e0d70e..48445f2 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
index 0563007..7ed5843 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/PriorityDefinitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main.c b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
index 7ea0555..4b69425 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
index aff21f4..6d85761 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
index 3b0f4c5..da12086 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/main_low_power.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
index 7b594a5..c8073f0 100644
--- a/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
+++ b/FreeRTOS/Demo/RX100-RSK_IAR/reg_test.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
index 3ec50cf..16f2ce5 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
index 8e0d70e..48445f2 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
index da60a67..5e9aba3 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 800d95e..d9e6d5a 100644
--- a/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
+++ b/FreeRTOS/Demo/RX100-RSK_Renesas_e2studio/RTOSDemo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8a7df97..5479298 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
index c03bd91..e85b2ed 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
index 43497d3..34d9f68 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
index 485be7f..c703edc 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
index 696cea3..2e71afe 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
index 8ca15e2..fc317aa 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
index e9b29a1..bc63777 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
index 09cbf58..598cfc5 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/main.c b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/main.c
index d8ed5c0..d66b6c7 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/main.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_GCC_e2studio_IAR/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
index c03bd91..e85b2ed 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/FreeRTOSConfig.h
index 9e7324f..840fe71 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
index 0e2526f..068b6a1 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/main_full.c b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/main_full.c
index da73d59..9a5e789 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/main.c b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/main.c
index 9948315..b8af319 100644
--- a/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/main.c
+++ b/FreeRTOS/Demo/RX100_RX113-RSK_Renesas_e2studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
index c92b21b..f89cf63 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ButtonAndLCD.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index dd00292..686f46e 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 5be814f..f9efaa6 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 1cc806b..974f238 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
index 92e7739..420b343 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 df774e9..b42265f 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/ButtonAndLCD.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 82f892d..c6465dd 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7ae8e11..f8f1513 100644
--- a/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX200_RX210-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
index d53dead..c16fab9 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
index 34d096b..1ce4011 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
index ccb5c1b..f364eab 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
index 696cea3..2e71afe 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
index 442ec08..5c893f6 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
index e7317ab..e42d302 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
index 09cbf58..598cfc5 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/main.c b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/main.c
index d36e35f..ffe6b37 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/main.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_GCC_e2studio_IAR/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
index d53dead..c16fab9 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/FreeRTOSConfig.h
index bac091b..b95297d 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
index 439d8ab..054e730 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/main_full.c b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/main_full.c
index 9372b69..6071c17 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/main.c b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/main.c
index 9f232c7..2952f37 100644
--- a/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/main.c
+++ b/FreeRTOS/Demo/RX200_RX231-RSK_Renesas_e2studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
index 4c4e9c3..5a7f852 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 2400f74..0a5ff18 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
index 069bb28..fc4fb5f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
index 98dea69..53d86b4 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9e09108..30c71cf 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 90b9619..e8b16d8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4de04f9..b76fb2d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c0f6183..4fe5904 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
index 7f9bde0..40a2064 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
index 25a43be..4676946 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
index 2a8206f..a167cf6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
index 1a272ed..bbdb6d6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
index 254d012..95cd204 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/PriorityDefinitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
index 1d769d3..d8cb99c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
index d459bb0..2aa9393 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
index 2b063a4..5eb31a8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
index 0e0ad0c..19f1141 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
index 7d77732..8294e98 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_IAR/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index ac7a153..823431c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 5be814f..f9efaa6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 1cc806b..974f238 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
index cff6f23..29349ea 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4bafde6..1fe6461 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 ea3d4a5..582c89b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4de04f9..b76fb2d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 1225da2..3687c86 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
index 0763676..89fda06 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
index 2400f74..0a5ff18 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
index 069bb28..fc4fb5f 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
index 1956918..ab5bc71 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9e09108..30c71cf 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 90b9619..e8b16d8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4de04f9..b76fb2d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 c0f6183..4fe5904 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_GNURX/RTOSDemo/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
index 46063a4..6ef00d6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
index 25a43be..4676946 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
index 2a8206f..a167cf6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
index 72bf2af..1199e6c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
index 254d012..95cd204 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/PriorityDefinitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
index 1d769d3..d8cb99c 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/RegTest.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
index 12d8f29..3733023 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
index 25c5395..e68be1b 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
index 0e0ad0c..19f1141 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
index 7d77732..8294e98 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_IAR/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index bfae3b3..4deeb24 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 5be814f..f9efaa6 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 1cc806b..974f238 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
index 1956918..ab5bc71 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4bafde6..1fe6461 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 58b92be..c7684b8 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4de04f9..b76fb2d 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 ced619c..788c127 100644
--- a/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX62N-RSK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 077279d..4a43113 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index 5be814f..f9efaa6 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
index 1cc806b..974f238 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
index 92e7739..420b343 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/include/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 cf9f980..5c11d71 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9c7b0e2..13d6ddb 100644
--- a/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX630-RSK_Renesas/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
index 5eb594d..ff07b1c 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
index d2c3334..1df108d 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/HighFrequencyTimerTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
index 1aed99d..cff8e09 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
index efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
index f09717f..cfa6b4e 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9ff081f..bd1a596 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 61a9d21..8167b47 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/main-full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 4de04f9..b76fb2d 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 bad6f33..08ec9b6 100644
--- a/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/RX600_RX63N-RDK_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 914503d..46e208e 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 386fdc0..bb8d6cd 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 99d3655..9ebb8ef 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 337eccd..cb03ef6 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/RegTest.S
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/RegTest.S
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a1fc6d2..f652d9b 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_GCC_e2studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 fda4443..64f0589 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 edd0df8..b9551e4 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 914503d..46e208e 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 9d298fb..4a4df8e 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 efa9794..7f8d207 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 874e49c..04620f1 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a38a90f..68978d8 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/RegTest.src
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/RegTest.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 a171673..9fd78f5 100644
--- a/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
+++ b/FreeRTOS/Demo/RX600_RX64M_RSK_Renesas_e2studio/Source/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 fda4443..64f0589 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 60c871d..266e3ef 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
index 745aabb..7404f8f 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
index 61914a7..eaba2e6 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
index b22b823..8459b29 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
index 337eccd..cb03ef6 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_GCC.S
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
index 442ec08..5c893f6 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/RegTest_IAR.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
index b21e6bb..c08b9c7 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
index 09cbf58..598cfc5 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/PriorityDefinitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/main.c b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/main.c
index 05fdbb1..f09a2c7 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/main.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_GCC_e2studio_IAR/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
index 745aabb..7404f8f 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Blinky_Demo/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/FreeRTOSConfig.h b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/FreeRTOSConfig.h
index 0d4140e..1e7950a 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
index d53664d..5efbc5e 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
index 667241f..d9ffcad 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/main_full.c b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/main_full.c
index d335983..cdc0a4e 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/main_full.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/Full_Demo/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/main.c b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/main.c
index fe5d11b..6d828c2 100644
--- a/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/main.c
+++ b/FreeRTOS/Demo/RX700_RX71M_RSK_Renesas_e2studio/src/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
index 06737df..b856c1b 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
index 4acddbe..724022e 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
index 636e94a..4becc1f 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/flop.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
index f308055..e96ec68 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
index 9470757..4295720 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/regtest.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
index 064ce88..c67ded0 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/uIP_Task.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
index a06f145..9758e1a 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 beb8a89..dd4d85a 100644
--- a/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
+++ b/FreeRTOS/Demo/SuperH_SH7216_Renesas/RTOSDemo/webserver/EMAC_ISR.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.c b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.c
index d413d99..42edfe6 100644
--- a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.c
+++ b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.c
@@ -1,6 +1,6 @@
 /*

  * FreeRTOS Kernel V10.0.0

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.h b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.h
index 8a9c5b8..5245d48 100644
--- a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.h
+++ b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/IntQueueTimer.h
@@ -1,6 +1,6 @@
 /*

  * FreeRTOS Kernel V10.0.0

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main.c b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main.c
index 7b6423b..8a80cba 100644
--- a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main.c
+++ b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main_blinky.c b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main_blinky.c
index 7edb6e9..e732273 100644
--- a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main_blinky.c
+++ b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/regtest_xtensa.S b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/regtest_xtensa.S
index aea9340..18f69db 100644
--- a/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/regtest_xtensa.S
+++ b/FreeRTOS/Demo/Tensilica_Simulator_Xplorer_XCC/regtest_xtensa.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
index e60af6d..fabd1ad 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
index b15c514..cc36cfe 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
index 259d057..fb75e79 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/InterruptNestTest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
index 97c3720..83520f7 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
index ed464ed..dc6a229 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
index a167014..2e79bd6 100644
--- a/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
+++ b/FreeRTOS/Demo/TriCore_TC1782_TriBoard_GCC/RTOSDemo/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/FreeRTOSConfig.h
index 6badf68..a69cd35 100644
--- a/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/main.c b/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/main.c
index 04da877..d658c7c 100644
--- a/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/main.c
+++ b/FreeRTOS/Demo/WIN32-MSVC-Static-Allocation-Only/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
index 4e96508..976d980 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
index 6c3c3bc..ce6d9fd 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/Run-time-stats-utils.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main.c b/FreeRTOS/Demo/WIN32-MSVC/main.c
index bca0f6d..73917d2 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
index 66b2f53..e331238 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MSVC/main_full.c b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
index ba370a7..e7ccb9c 100644
--- a/FreeRTOS/Demo/WIN32-MSVC/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MSVC/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
index 33dd211..06e6026 100644
--- a/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
+++ b/FreeRTOS/Demo/WIN32-MingW/DemosModifiedForLowTickRate/recmutex.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
index ef07b76..c7208b7 100644
--- a/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WIN32-MingW/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c b/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
index 6424acc..ebb659b 100644
--- a/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
+++ b/FreeRTOS/Demo/WIN32-MingW/Run-time-stats-utils.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/code_coverage_additions.c b/FreeRTOS/Demo/WIN32-MingW/code_coverage_additions.c
index 1c4ec67..e83b312 100644
--- a/FreeRTOS/Demo/WIN32-MingW/code_coverage_additions.c
+++ b/FreeRTOS/Demo/WIN32-MingW/code_coverage_additions.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c
index 62f9aa5..070203a 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/main_blinky.c b/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
index c8b3ffa..f26f9e1 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main_blinky.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WIN32-MingW/main_full.c b/FreeRTOS/Demo/WIN32-MingW/main_full.c
index abd9bf5..3d3a2e6 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main_full.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main_full.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
index 3bf889a..d97653f 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
index 601d081..623f271 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
index 1f37e09..a2d97fe 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/HTTP_Serv.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
index 8d04d73..9afb243 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/Makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
index 8ec0117..7f040b3 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
index 1a80228..9a39b9d 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCP.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
index a3c0a49..eabe3c3 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/TCPISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
index 9c3a76a..14d404d 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/html_pages.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
index e4b6ea8..f186a29 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
index ae72321..743300c 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2c.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
index 9aca44e..7b8e552 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/i2cISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
index 7680774..18e5093 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_GCC_ARM7/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
index 0b6d26c..f4d9c8b 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
index 82823d2..de600cf 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
index 84216d6..caabbc7 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/HTTPTask.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
index 131c173..b4a7b4c 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
index e839163..0df3c86 100644
--- a/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
+++ b/FreeRTOS/Demo/WizNET_DEMO_TERN_186/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
index 36a307d..f630f25 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
index 6f10f52..25976d7 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
index 65462d5..f29518b 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
index ade8686..57b49b3 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/main.c b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
index 2a4c6be..8f10487 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/main.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
index afe2425..13c3a00 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
index dadb9b2..4fe1714 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
index bdf782c..a7e0f66 100644
--- a/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
+++ b/FreeRTOS/Demo/dsPIC_MPLAB/timertest.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
index f73e2d4..e4b5754 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
index c879892..1180037 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/BasicWEB.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 965e38b..78e6f8f 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 cfbbae6..bfd1662 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/EMAC/SAM7_EMAC.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 7ef6ef4..3ca74b8 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,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
index 50d0347..6794f6d 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
index cf89922..a270e0c 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 fa96494..9eebb7f 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 cb64352..9c311c6 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USB-CDC.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
index 70b4e9f..221fc56 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/USBIsr.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
index 2b1c6ca..82f056b 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/descriptors.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
index e0c70ce..7a82578 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/USB/usb.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
index 3f6a058..86c7c97 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
index 0abfe28..cda3fa1 100644
--- a/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
+++ b/FreeRTOS/Demo/lwIP_Demo_Rowley_ARM7/makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
index ebfcafe..0d03064 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_CrossWorks/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
index b8bd60b..0703812 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/main.c b/FreeRTOS/Demo/msp430_CrossWorks/main.c
index 188a4e5..9ba6813 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/main.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
index a8d7aa8..07786b3 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
index fea9d39..83e4d2f 100644
--- a/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
+++ b/FreeRTOS/Demo/msp430_CrossWorks/serial/serialASM.asm
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
index 53e5839..ffd944c 100644
--- a/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_GCC/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
index 057bf0d..bdc4b62 100644
--- a/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_GCC/main.c b/FreeRTOS/Demo/msp430_GCC/main.c
index f5fd5c8..516cae9 100644
--- a/FreeRTOS/Demo/msp430_GCC/main.c
+++ b/FreeRTOS/Demo/msp430_GCC/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_GCC/makefile b/FreeRTOS/Demo/msp430_GCC/makefile
index 37d3381..bc20af6 100644
--- a/FreeRTOS/Demo/msp430_GCC/makefile
+++ b/FreeRTOS/Demo/msp430_GCC/makefile
@@ -1,6 +1,6 @@
 #/*

-# * FreeRTOS Kernel V10.1.1

-# * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+# * FreeRTOS Kernel V10.2.0

+# * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_GCC/serial/serial.c b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
index f498676..d776bdd 100644
--- a/FreeRTOS/Demo/msp430_GCC/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_GCC/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
index ae6cb82..7c9c64a 100644
--- a/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
+++ b/FreeRTOS/Demo/msp430_IAR/FreeRTOSConfig.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
index b8bd60b..0703812 100644
--- a/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
+++ b/FreeRTOS/Demo/msp430_IAR/ParTest/ParTest.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_IAR/main.c b/FreeRTOS/Demo/msp430_IAR/main.c
index ae5ed9d..4dc2fc4 100644
--- a/FreeRTOS/Demo/msp430_IAR/main.c
+++ b/FreeRTOS/Demo/msp430_IAR/main.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serial.c b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
index b0cf27d..258cff9 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serial.c
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serial.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43 b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
index 0041c93..a8ee283 100644
--- a/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
+++ b/FreeRTOS/Demo/msp430_IAR/serial/serialASM.s43
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/License/license.txt b/FreeRTOS/License/license.txt
index 3fbdc3f..9c59050 100644
--- a/FreeRTOS/License/license.txt
+++ b/FreeRTOS/License/license.txt
@@ -17,7 +17,7 @@
 License text:

 -------------

 

-Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/croutine.c b/FreeRTOS/Source/croutine.c
index 1ff4dc0..9606f61 100644
--- a/FreeRTOS/Source/croutine.c
+++ b/FreeRTOS/Source/croutine.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/event_groups.c b/FreeRTOS/Source/event_groups.c
index 37e6f1f..fb2e7fc 100644
--- a/FreeRTOS/Source/event_groups.c
+++ b/FreeRTOS/Source/event_groups.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/FreeRTOS.h b/FreeRTOS/Source/include/FreeRTOS.h
index ac4f3f0..86bc089 100644
--- a/FreeRTOS/Source/include/FreeRTOS.h
+++ b/FreeRTOS/Source/include/FreeRTOS.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/StackMacros.h b/FreeRTOS/Source/include/StackMacros.h
index 8e16634..a13143d 100644
--- a/FreeRTOS/Source/include/StackMacros.h
+++ b/FreeRTOS/Source/include/StackMacros.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/croutine.h b/FreeRTOS/Source/include/croutine.h
index 32b742b..6ec8423 100644
--- a/FreeRTOS/Source/include/croutine.h
+++ b/FreeRTOS/Source/include/croutine.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/deprecated_definitions.h b/FreeRTOS/Source/include/deprecated_definitions.h
index 25c22e0..98a593b 100644
--- a/FreeRTOS/Source/include/deprecated_definitions.h
+++ b/FreeRTOS/Source/include/deprecated_definitions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/event_groups.h b/FreeRTOS/Source/include/event_groups.h
index 0164ef4..cfb4288 100644
--- a/FreeRTOS/Source/include/event_groups.h
+++ b/FreeRTOS/Source/include/event_groups.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/list.h b/FreeRTOS/Source/include/list.h
index e75393d..ad7d844 100644
--- a/FreeRTOS/Source/include/list.h
+++ b/FreeRTOS/Source/include/list.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/message_buffer.h b/FreeRTOS/Source/include/message_buffer.h
index 835d47c..64810c2 100644
--- a/FreeRTOS/Source/include/message_buffer.h
+++ b/FreeRTOS/Source/include/message_buffer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/mpu_prototypes.h b/FreeRTOS/Source/include/mpu_prototypes.h
index a8fe655..fa3fc3e 100644
--- a/FreeRTOS/Source/include/mpu_prototypes.h
+++ b/FreeRTOS/Source/include/mpu_prototypes.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/mpu_wrappers.h b/FreeRTOS/Source/include/mpu_wrappers.h
index 220949c..203e0be 100644
--- a/FreeRTOS/Source/include/mpu_wrappers.h
+++ b/FreeRTOS/Source/include/mpu_wrappers.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/portable.h b/FreeRTOS/Source/include/portable.h
index 04b679b..cddc8f1 100644
--- a/FreeRTOS/Source/include/portable.h
+++ b/FreeRTOS/Source/include/portable.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/projdefs.h b/FreeRTOS/Source/include/projdefs.h
index 5e2bd40..ce62c44 100644
--- a/FreeRTOS/Source/include/projdefs.h
+++ b/FreeRTOS/Source/include/projdefs.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/queue.h b/FreeRTOS/Source/include/queue.h
index 69f1082..5b1e35c 100644
--- a/FreeRTOS/Source/include/queue.h
+++ b/FreeRTOS/Source/include/queue.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/semphr.h b/FreeRTOS/Source/include/semphr.h
index b601859..827a877 100644
--- a/FreeRTOS/Source/include/semphr.h
+++ b/FreeRTOS/Source/include/semphr.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/stack_macros.h b/FreeRTOS/Source/include/stack_macros.h
index ab17f5d..23cf452 100644
--- a/FreeRTOS/Source/include/stack_macros.h
+++ b/FreeRTOS/Source/include/stack_macros.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/stream_buffer.h b/FreeRTOS/Source/include/stream_buffer.h
index 4268e4b..3764a8e 100644
--- a/FreeRTOS/Source/include/stream_buffer.h
+++ b/FreeRTOS/Source/include/stream_buffer.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/include/task.h b/FreeRTOS/Source/include/task.h
index 43fcbee..7651c5f 100644
--- a/FreeRTOS/Source/include/task.h
+++ b/FreeRTOS/Source/include/task.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

@@ -43,10 +43,10 @@
  * MACROS AND DEFINITIONS

  *----------------------------------------------------------*/

 

-#define tskKERNEL_VERSION_NUMBER "V10.1.1"

+#define tskKERNEL_VERSION_NUMBER "V10.2.0"

 #define tskKERNEL_VERSION_MAJOR 10

-#define tskKERNEL_VERSION_MINOR 1

-#define tskKERNEL_VERSION_BUILD 1

+#define tskKERNEL_VERSION_MINOR 2

+#define tskKERNEL_VERSION_BUILD 0

 

 /**

  * task. h

diff --git a/FreeRTOS/Source/include/timers.h b/FreeRTOS/Source/include/timers.h
index 6d05b6a..7aaf1ae 100644
--- a/FreeRTOS/Source/include/timers.h
+++ b/FreeRTOS/Source/include/timers.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/list.c b/FreeRTOS/Source/list.c
index 7e3f73d..75f9b44 100644
--- a/FreeRTOS/Source/list.c
+++ b/FreeRTOS/Source/list.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
index 8e8949b..4e9ffd2 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
index da22c02..4a12160 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/Flsh186/prtmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
index 54b9a9f..9ab760c 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
index 14cf2a1..193e6d9 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/PC/prtmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
index 28e030b..e093433 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portasm.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
index 2a0af37..53b65ca 100644
--- a/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/BCC/16BitDOS/common/portcomn.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c b/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c
index 72adab8..ede7ee3 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM3/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm b/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm
index f61b3b6..cfb8d58 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM3/portasm.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_CM3/portmacro.h
index aa4f69a..3a54bcb 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM3/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c
index 94a3419..6a49b1f 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM4F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
index 6467afe..50c23e5 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portasm.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h
index 09086d4..6023bbd 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_CM4F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
index 89894cc..6803813 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
index 8bbca11..214e23c 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portASM.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
index 35ea9bd..d133820 100644
--- a/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/ARM_Cortex-R4/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
index cca8235..77d079a 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/data_model.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/port.c b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
index e1174a1..f68e092 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
index a8efd36..63911e0 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portext.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
index 972509b..36dd710 100644
--- a/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/CCS/MSP430X/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
index 3f965c7..48862f6 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
index f2e360a..9842626 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
index d3eb2be..b724153 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V1/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
index 73d03bf..b781c4c 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
index 04ab4f4..2c7d0c7 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
index 4857bc5..075ff69 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/ColdFire_V2/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
index b6fadb5..e4593e6 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
index 8c0c5e3..a22fab1 100644
--- a/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/CodeWarrior/HCS12/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Common/mpu_wrappers.c b/FreeRTOS/Source/portable/Common/mpu_wrappers.c
index d5aa0e9..45c91c1 100644
--- a/FreeRTOS/Source/portable/Common/mpu_wrappers.c
+++ b/FreeRTOS/Source/portable/Common/mpu_wrappers.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
index ae03c12..1c2486b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
index 44fea8a..98fb4fb 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
index 0faf0ad..ad7cb3f 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91FR40008/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
index 4328984..a52c25c 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
index a012cfe..4d2ec7e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
index eec7032..c5845ed 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
index d3ceafa..7642775 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
index 782bd96..6cfb7c4 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
index 51d70c4..4dd6a2e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC2000/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
index 8cdcec7..580b61d 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
index c59534d..45ce5b3 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
index 784ed44..7cc2948 100644
--- a/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM7_LPC23xx/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/port.c b/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/port.c
index 312e38f..51340e3 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portASM.S b/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portASM.S
index 4417b2c..61600b5 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portASM.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portmacro.h
index f0ea12a..15ca36b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA53_64_BIT/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c b/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
index 2375fb5..2869354 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S b/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
index 6079329..d14d270 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/portASM.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
index 80426cf..a8be773 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CA9/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
index 1f9ccec..11d4c94 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
index 9ac835e..1552ac0 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
index fa136c7..d917429 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
index fd1d340..71c09de 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
index 8f68714..3d83a3b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
index 6514dab..1a255b2 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM3_MPU/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
index d5cbef4..e75f81e 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
index 2a7600b..85c718c 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c
index 6f61eee..c1b01dc 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/portmacro.h
index 6514dab..1a255b2 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM4_MPU/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
index 5239017..b91a9be 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
index b430cc9..4341327 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CR5/port.c b/FreeRTOS/Source/portable/GCC/ARM_CR5/port.c
index d3ef491..9042f1c 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CR5/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CR5/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CR5/portASM.S b/FreeRTOS/Source/portable/GCC/ARM_CR5/portASM.S
index c509530..9120831 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CR5/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/ARM_CR5/portASM.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CR5/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CR5/portmacro.h
index f1d911b..b93ca71 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CR5/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CR5/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c
index e0b2acd..52dd22b 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c
+++ b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portASM.S b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portASM.S
index dc09231..3c15d32 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portASM.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portmacro.h b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portmacro.h
index 230b18f..595cade 100644
--- a/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ARM_CRx_No_GIC/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/port.c b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
index 6a471c2..f16bb3d 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
index cae02b9..8dc778b 100644
--- a/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ATMega323/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
index e8699c6..f4cc002 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/port.c
@@ -13,8 +13,8 @@
  *****************************************************************************/

 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
index 82587fb..d64d8df 100644
--- a/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/AVR32_UC3/portmacro.h
@@ -13,8 +13,8 @@
  *****************************************************************************/

 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
index 6d5d388..f18383d 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
index 8fcea9d..cde6124 100644
--- a/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/CORTUS_APS3/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
index db43b27..d799289 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
index 40a0951..7047a30 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
index 9df5931..7af4296 100644
--- a/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/ColdFire_V2/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/port.c b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
index f72e6f9..66b85fa 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/port.c
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
index a3ad8f5..3cedf6c 100644
--- a/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/H8S2329/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/port.c b/FreeRTOS/Source/portable/GCC/HCS12/port.c
index b75ef42..5818b4c 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/port.c
+++ b/FreeRTOS/Source/portable/GCC/HCS12/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
index e896c9a..eb87f45c 100644
--- a/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/HCS12/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/IA32_flat/ISR_Support.h b/FreeRTOS/Source/portable/GCC/IA32_flat/ISR_Support.h
index b52f267..ba1c561 100644
--- a/FreeRTOS/Source/portable/GCC/IA32_flat/ISR_Support.h
+++ b/FreeRTOS/Source/portable/GCC/IA32_flat/ISR_Support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/IA32_flat/port.c b/FreeRTOS/Source/portable/GCC/IA32_flat/port.c
index d07e191..4d34f5b 100644
--- a/FreeRTOS/Source/portable/GCC/IA32_flat/port.c
+++ b/FreeRTOS/Source/portable/GCC/IA32_flat/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/IA32_flat/portASM.S b/FreeRTOS/Source/portable/GCC/IA32_flat/portASM.S
index 6a47a99..da75782 100644
--- a/FreeRTOS/Source/portable/GCC/IA32_flat/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/IA32_flat/portASM.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h b/FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h
index 3a3dd5a..3025a02 100644
--- a/FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/IA32_flat/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
index 80a9c32..00ef2c8 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
index 1b824f1..31abe4e 100644
--- a/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MSP430F449/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
index d877643..d2b3184 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
index 2e9ae31..dfa2ee1 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portasm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
index 9d0b708..ac063b3 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlaze/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
index 0a42b15..ed9a5ea 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
index 14ec0fc..a556d2b 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/port_exceptions.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
index 5b1a3e2..7829c9a 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
index 7fb8178..82c29d6 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port.c
index 2ad5fb1..09e6c02 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port_exceptions.c b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port_exceptions.c
index 14ec0fc..a556d2b 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port_exceptions.c
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/port_exceptions.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portasm.S b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portasm.S
index 5b1a3e2..7829c9a 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portmacro.h b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portmacro.h
index 7fb8178..82c29d6 100644
--- a/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/MicroBlazeV9/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port.c b/FreeRTOS/Source/portable/GCC/NiosII/port.c
index 703b277..3c6dc26 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port.c
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
index ef67e54..018f4b0 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
+++ b/FreeRTOS/Source/portable/GCC/NiosII/port_asm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
index f0991df..14350c6 100644
--- a/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/NiosII/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
index 953e89e..cf555fb 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/FPU_Macros.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
index 8c70d6b..928ab82 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
index 12ba80c..be6a39f 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
index 3de9042..afa96f8 100644
--- a/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC405_Xilinx/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
index 953e89e..cf555fb 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/FPU_Macros.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
index 8df8a99..15c3cc0 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
index 12ba80c..be6a39f 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
index 3de9042..afa96f8 100644
--- a/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/PPC440_Xilinx/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h b/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
index d8980c3..51924f0 100644
--- a/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
+++ b/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/freertos_risc_v_chip_specific_extensions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h b/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
index 67a7a72..a16e2c6 100644
--- a/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
+++ b/FreeRTOS/Source/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/freertos_risc_v_chip_specific_extensions.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RISC-V/port.c b/FreeRTOS/Source/portable/GCC/RISC-V/port.c
index a4cf988..836c4fa 100644
--- a/FreeRTOS/Source/portable/GCC/RISC-V/port.c
+++ b/FreeRTOS/Source/portable/GCC/RISC-V/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RISC-V/portASM.S b/FreeRTOS/Source/portable/GCC/RISC-V/portASM.S
index 4f3e5a8..825bf44 100644
--- a/FreeRTOS/Source/portable/GCC/RISC-V/portASM.S
+++ b/FreeRTOS/Source/portable/GCC/RISC-V/portASM.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h b/FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
index 65aa9cf..670e62f 100644
--- a/FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RL78/isr_support.h b/FreeRTOS/Source/portable/GCC/RL78/isr_support.h
index a0d9eed..96770b6 100644
--- a/FreeRTOS/Source/portable/GCC/RL78/isr_support.h
+++ b/FreeRTOS/Source/portable/GCC/RL78/isr_support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RL78/port.c b/FreeRTOS/Source/portable/GCC/RL78/port.c
index 5ad5fb2..8a497e3 100644
--- a/FreeRTOS/Source/portable/GCC/RL78/port.c
+++ b/FreeRTOS/Source/portable/GCC/RL78/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RL78/portasm.S b/FreeRTOS/Source/portable/GCC/RL78/portasm.S
index 2949264..f1382de 100644
--- a/FreeRTOS/Source/portable/GCC/RL78/portasm.S
+++ b/FreeRTOS/Source/portable/GCC/RL78/portasm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RL78/portmacro.h b/FreeRTOS/Source/portable/GCC/RL78/portmacro.h
index b16c984..8953854 100644
--- a/FreeRTOS/Source/portable/GCC/RL78/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RL78/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RX100/port.c b/FreeRTOS/Source/portable/GCC/RX100/port.c
index 94d623a..f68cdbe 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX100/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
index a39af93..c900103 100644
--- a/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX100/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RX600/port.c b/FreeRTOS/Source/portable/GCC/RX600/port.c
index 526315f..a195749 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
index 6684c16..33f0a60 100644
--- a/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RX600v2/port.c b/FreeRTOS/Source/portable/GCC/RX600v2/port.c
index fdeb911..940e925 100644
--- a/FreeRTOS/Source/portable/GCC/RX600v2/port.c
+++ b/FreeRTOS/Source/portable/GCC/RX600v2/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h b/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
index 6684c16..33f0a60 100644
--- a/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/RX600v2/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/port.c b/FreeRTOS/Source/portable/GCC/STR75x/port.c
index 6bbe43a..024399d 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/port.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
index b83ad7c..f315b6a 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portISR.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
index bb3b637..dedfb56 100644
--- a/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/STR75x/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
index fb4fd59..196af96 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
index 2b9e4ca..8848cef 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
index a7b9695..bbf6998 100644
--- a/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
+++ b/FreeRTOS/Source/portable/GCC/TriCore_1782/porttrap.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
index dbceece..fb20e87 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/ISR_Support.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/port.c b/FreeRTOS/Source/portable/IAR/78K0R/port.c
index 604bf47..d2a3914 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/port.c
+++ b/FreeRTOS/Source/portable/IAR/78K0R/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26 b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
index 4d71e24..4f4cefb 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portasm.s26
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
index a0ecf7a..bdbed2d 100644
--- a/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/78K0R/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 83d5d99..e0d703d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 94e4f47..9fd2bd8 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 220c803..23c4b43 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portASM.s
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 190c296..dda3cb7 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA5_No_GIC/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
index 397ac2f..85ebbac 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
index 20ea1fc..0691d33 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
index dad84b2..8e39dda 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portASM.s
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
index 912c392..0298d1a 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CA9/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
index b03b56d..4f2bf26 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
index 515c5e7..9d2c9f8 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portasm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
index 32d628d..c675b85 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM0/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
index 9f1110d..c430669 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
index 288c216..f0e2a2d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portasm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
index 25b8d76..8603136 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM3/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
index 6f1be48..a63438f 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
index f78d4f2..e99d13a 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portasm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
index e6b9ee1..698be4e 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/port.c
index 192ce28..a347d17 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portasm.s
index 9c98bb6..54df95e 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portasm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portmacro.h
index e772f52..cba10b1 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM4F_MPU/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c
index eb47ce3..e92e367 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
index 0d2101f..79c75c9 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
index c6c7424..613e396 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/port.c b/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/port.c
index 6fa1842..51ac895 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/port.c
+++ b/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portASM.s b/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portASM.s
index 3c549b8..79e0a8d 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portASM.s
+++ b/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portASM.s
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portmacro.h b/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portmacro.h
index 4b04807..50d8efd 100644
--- a/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ARM_CRx_No_GIC/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/port.c b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
index d08277a..3173924 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/port.c
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
index c161d39..bff3cb8 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90 b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
index 0773fb8..c106d55 100644
--- a/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
+++ b/FreeRTOS/Source/portable/IAR/ATMega323/portmacro.s90
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
index dd0033e..500eb0d 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/port.c
@@ -13,8 +13,8 @@
  *****************************************************************************/

 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
index ce36f70..0f72e39 100644
--- a/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AVR32_UC3/portmacro.h
@@ -13,8 +13,8 @@
  *****************************************************************************/

 

 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
index f225cf3..5a71157 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/ISR_Support.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
index 9eacb21..ea6d8ea 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79 b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
index 0da7549..95594b0 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portasm.s79
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
index f482ca3..c7e6e97 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM7S64/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
index a2bc61b..ff9eec9 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
index 6217a38..c65e1be 100644
--- a/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/AtmelSAM9XE/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
index f225cf3..5a71157 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/ISR_Support.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/port.c b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
index 6cd906c..4aa688a 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/port.c
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79 b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
index 87ebe2e..14a6cfe 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portasm.s79
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
index 5fdccc5..f45dd73 100644
--- a/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/LPC2000/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/port.c b/FreeRTOS/Source/portable/IAR/MSP430/port.c
index b70f632..c74a909 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
index 221681e..957a21c 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portasm.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
index c33a852..24d48d6 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portext.s43
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
index df67f93..66d945d 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
index 2c71ffb..45acd09 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/data_model.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/port.c b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
index 36354ef..32bf347 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/port.c
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43 b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
index 867fadf..d5cfc76 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portext.s43
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
index af9caa2..107ba27 100644
--- a/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/MSP430X/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
index 6dfa28c..9e01c8e 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/ISR_Support.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RL78/port.c b/FreeRTOS/Source/portable/IAR/RL78/port.c
index 506ebc3..2163782 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/port.c
+++ b/FreeRTOS/Source/portable/IAR/RL78/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87 b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
index 05627d6..69fce36 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
+++ b/FreeRTOS/Source/portable/IAR/RL78/portasm.s87
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
index c0c6fdb..dfb4bd6 100644
--- a/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RL78/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port.c b/FreeRTOS/Source/portable/IAR/RX100/port.c
index e103427..0a6b017 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX100/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
index 0211793..d044c55 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX100/port_asm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
index b87968e..b48b8f6 100644
--- a/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX100/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port.c b/FreeRTOS/Source/portable/IAR/RX600/port.c
index cc0e6ec..d0d9bf1 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port.c
+++ b/FreeRTOS/Source/portable/IAR/RX600/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
index 49f55f9..6fb5db7 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RX600/port_asm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
index 1e4fc07..bd30ee3 100644
--- a/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RX600/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RXv2/port.c b/FreeRTOS/Source/portable/IAR/RXv2/port.c
index bb5cb12..72bc4cf 100644
--- a/FreeRTOS/Source/portable/IAR/RXv2/port.c
+++ b/FreeRTOS/Source/portable/IAR/RXv2/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RXv2/port_asm.s b/FreeRTOS/Source/portable/IAR/RXv2/port_asm.s
index f818a67..fbab116 100644
--- a/FreeRTOS/Source/portable/IAR/RXv2/port_asm.s
+++ b/FreeRTOS/Source/portable/IAR/RXv2/port_asm.s
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/RXv2/portmacro.h b/FreeRTOS/Source/portable/IAR/RXv2/portmacro.h
index d298af0..84f3cf7 100644
--- a/FreeRTOS/Source/portable/IAR/RXv2/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/RXv2/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
index f225cf3..5a71157 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/ISR_Support.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/port.c b/FreeRTOS/Source/portable/IAR/STR71x/port.c
index 84d27e0..a9a08cf 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR71x/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
index d9bc57e..e36269e 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portasm.s79
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
index a7ea205..2e16a99 100644
--- a/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR71x/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
index f225cf3..5a71157 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/ISR_Support.h
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/port.c b/FreeRTOS/Source/portable/IAR/STR75x/port.c
index b3cb763..809af48 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR75x/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
index c470f23..f6e91d9 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portasm.s79
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
index adfa8fc..58bfc96 100644
--- a/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR75x/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
index 9cbebbd..dc6f234 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/ISR_Support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/port.c b/FreeRTOS/Source/portable/IAR/STR91x/port.c
index 46b4de2..a987a70 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/port.c
+++ b/FreeRTOS/Source/portable/IAR/STR91x/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79 b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
index 63a8284..140971f 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portasm.s79
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
index 0a79cc3..ff8789a 100644
--- a/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/STR91x/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
index eaf6e9c..4a67e79 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/ISR_Support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/port.c b/FreeRTOS/Source/portable/IAR/V850ES/port.c
index 7bd4f40..8073484 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/port.c
+++ b/FreeRTOS/Source/portable/IAR/V850ES/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
index c254e2a..4c9aafd 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm.s85
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
index c659790..5eaf83d 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Fx3.s85
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85 b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
index 31b2d7f..3f65170 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portasm_Hx2.s85
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
index 03980b3..08345d7 100644
--- a/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
+++ b/FreeRTOS/Source/portable/IAR/V850ES/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
index bcc28cc..de90a5d 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
index 362d569..928539e 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC18F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
index 13c5660..7e3f190 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
index 0a2230e..be0a73b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_PIC24.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
index 1955c0f..3515ff6 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portasm_dsPIC.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
index a49e162..d6ca011 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC24_dsPIC/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
index 0053ce2..3cafbc8 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/ISR_Support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port.c
index aff9dff..d46a2d7 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port_asm.S
index e360a98..fed3423 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/port_asm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/portmacro.h
index b3601b4..c2d62f8 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MEC14xx/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
index 468a1c7..cd9db3b 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/ISR_Support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
index 5ac85b7..de07dba 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
index 555317d..24d66a2 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/port_asm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
index bbc27bb..c5ca717 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MX/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
index 14415ee..95f8563 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/ISR_Support.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
index 87dc3df..5e60693 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
index 37da3d1..722f62c 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/port_asm.S
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
index a0eb7d7..def054a 100644
--- a/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
+++ b/FreeRTOS/Source/portable/MPLAB/PIC32MZ/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/port.c b/FreeRTOS/Source/portable/MSVC-MingW/port.c
index d3b9bf5..0cd820b 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/port.c
+++ b/FreeRTOS/Source/portable/MSVC-MingW/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
index eb93f0b..652f53e 100644
--- a/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
+++ b/FreeRTOS/Source/portable/MSVC-MingW/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MemMang/heap_1.c b/FreeRTOS/Source/portable/MemMang/heap_1.c
index d911523..3b1a133 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_1.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_1.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MemMang/heap_2.c b/FreeRTOS/Source/portable/MemMang/heap_2.c
index d03b56f..fc80f24 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_2.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_2.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MemMang/heap_3.c b/FreeRTOS/Source/portable/MemMang/heap_3.c
index 91b6f5a..b0aae86 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_3.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_3.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MemMang/heap_4.c b/FreeRTOS/Source/portable/MemMang/heap_4.c
index bbd7bd8..674aad1 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_4.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_4.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MemMang/heap_5.c b/FreeRTOS/Source/portable/MemMang/heap_5.c
index 980a57e..a5a6545 100644
--- a/FreeRTOS/Source/portable/MemMang/heap_5.c
+++ b/FreeRTOS/Source/portable/MemMang/heap_5.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MikroC/ARM_CM4F/port.c b/FreeRTOS/Source/portable/MikroC/ARM_CM4F/port.c
index 543e994..9085a08 100644
--- a/FreeRTOS/Source/portable/MikroC/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/MikroC/ARM_CM4F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/MikroC/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/MikroC/ARM_CM4F/portmacro.h
index e889481..5b9ce4a 100644
--- a/FreeRTOS/Source/portable/MikroC/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/MikroC/ARM_CM4F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 375c1fd..6cb7d14 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 8deccb2..49e2522 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portasm.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

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 30e1384..616fee1 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/large_untested/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
index 42506e9..d8d1cff 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
index 7e99fa2..e7499f8 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portasm.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
index bb786db..9627d65 100644
--- a/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
+++ b/FreeRTOS/Source/portable/Paradigm/Tern_EE/small/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
index 5d5665a..cf469c8 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
index 4966ce8..0800280 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portASM.s
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
index e2fd8c8..e21107c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
index 42ebdb5..02d965e 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
+++ b/FreeRTOS/Source/portable/RVDS/ARM7_LPC21xx/portmacro.inc
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
index 9a1be96..566dc94 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
index c2da781..5ec265c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
index df17ead..8cef413 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
index 0636a69..4f0cd9d 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portmacro.inc
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
index 8ca28df..d1fd799 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM0/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
index c349183..9f75ded 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM0/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
index 3b0c0ec..c1c975c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
index b89b447..381af36 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
index d7dc144..07f251c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
index b89b447..381af36 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/port.c
index ba977fb..2f41129 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/portmacro.h
index 82fb249..5c5c05c 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM4_MPU/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
index 4f882c0..0d2af0d 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
index cd579ad..3349fb9 100644
--- a/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
+++ b/FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port.c b/FreeRTOS/Source/portable/Renesas/RX100/port.c
index 1788502..aa10508 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX100/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
index f4383e3..5a15838 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX100/port_asm.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
index 4ad6bf3..1462fa8 100644
--- a/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX100/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port.c b/FreeRTOS/Source/portable/Renesas/RX200/port.c
index a451972..e7e93a1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
index f4383e3..5a15838 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX200/port_asm.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
index 3834615..495e2a9 100644
--- a/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX200/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port.c b/FreeRTOS/Source/portable/Renesas/RX600/port.c
index 3d51eb6..ea445ee 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
index f4383e3..5a15838 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX600/port_asm.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
index 4d8380e..0827191 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
index 76fd333..1ff5d0b 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src b/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
index 166a66d..52328d1 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/port_asm.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h b/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
index 39e13a9..dfb5a8a 100644
--- a/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/RX600v2/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
index 5b3bcc4..6d35223 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/ISR_Support.inc
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
index 82b69ac..4aaa0a0 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
index 5735374..babb429 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portasm.src
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
index c281cb0..2c626cb 100644
--- a/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
+++ b/FreeRTOS/Source/portable/Renesas/SH2A_FPU/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
index 3fd5aab..7f9f426 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
index 99bb129..37f919e 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portasm.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
index 2207daf..e41ccec 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portext.asm
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
index 1d6a32b..86c47e7 100644
--- a/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
+++ b/FreeRTOS/Source/portable/Rowley/MSP430F449/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
index 23b9393..e2cf322 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
index 62b12a2..cda2e0e 100644
--- a/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
+++ b/FreeRTOS/Source/portable/SDCC/Cygnal/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/port.c b/FreeRTOS/Source/portable/Softune/MB91460/port.c
index d74d516..85cc789 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB91460/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
index 3f191bd..8c26b5e 100644
--- a/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB91460/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/port.c b/FreeRTOS/Source/portable/Softune/MB96340/port.c
index f0dfd56..c25ea77 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/port.c
+++ b/FreeRTOS/Source/portable/Softune/MB96340/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
index c5ee17d..1fe0355 100644
--- a/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
+++ b/FreeRTOS/Source/portable/Softune/MB96340/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
index f246ec6..8edbe1e 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
index e33da1b..a45cf06 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/port_asm.asm
@@ -1,6 +1,6 @@
 ;/*

-; * FreeRTOS Kernel V10.1.1

-; * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+; * FreeRTOS Kernel V10.2.0

+; * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
index 628d3ad..6b0dd37 100644
--- a/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
+++ b/FreeRTOS/Source/portable/Tasking/ARM_CM4F/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
index 270bde9..6273fc3 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/Tick.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
index 3d215d9..e0fbbde 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/Drivers/Tick/isrTick.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
index d6954cf..b6aa82c 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/addFreeRTOS.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/port.c b/FreeRTOS/Source/portable/WizC/PIC18/port.c
index c61f4c3..6b0530b 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/port.c
+++ b/FreeRTOS/Source/portable/WizC/PIC18/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
index e472a5e..5d1d6a8 100644
--- a/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
+++ b/FreeRTOS/Source/portable/WizC/PIC18/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
index a1e53b0..a73dcd1 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
index 458c0e8..44e89f8 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/Flsh186/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
index eea5956..cd80c22 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/port.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
index 1c4ebf9..c198eeb 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/PC/portmacro.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
index 304c645..ff140d6 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portasm.h
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
index 56312ab..7dca914 100644
--- a/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
+++ b/FreeRTOS/Source/portable/oWatcom/16BitDOS/common/portcomn.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/queue.c b/FreeRTOS/Source/queue.c
index a3894fb..9e0b28b 100644
--- a/FreeRTOS/Source/queue.c
+++ b/FreeRTOS/Source/queue.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/stream_buffer.c b/FreeRTOS/Source/stream_buffer.c
index 0c80df2..6f5c29e 100644
--- a/FreeRTOS/Source/stream_buffer.c
+++ b/FreeRTOS/Source/stream_buffer.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

diff --git a/FreeRTOS/Source/tasks.c b/FreeRTOS/Source/tasks.c
index 5a61f98..2eeeb45 100644
--- a/FreeRTOS/Source/tasks.c
+++ b/FreeRTOS/Source/tasks.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

@@ -75,6 +75,7 @@
  */

 #define tskSTACK_FILL_BYTE	( 0xa5U )

 

+/* Bits used to recored how a task's stack and TCB were allocated. */

 #define tskDYNAMICALLY_ALLOCATED_STACK_AND_TCB 		( ( uint8_t ) 0 )

 #define tskSTATICALLY_ALLOCATED_STACK_ONLY 			( ( uint8_t ) 1 )

 #define tskSTATICALLY_ALLOCATED_STACK_AND_TCB		( ( uint8_t ) 2 )

diff --git a/FreeRTOS/Source/timers.c b/FreeRTOS/Source/timers.c
index 51dfa0c..280cc4d 100644
--- a/FreeRTOS/Source/timers.c
+++ b/FreeRTOS/Source/timers.c
@@ -1,6 +1,6 @@
 /*

- * FreeRTOS Kernel V10.1.1

- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.

+ * FreeRTOS Kernel V10.2.0

+ * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  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

@@ -768,9 +768,9 @@
 			switch( xMessage.xMessageID )

 			{

 				case tmrCOMMAND_START :

-			    case tmrCOMMAND_START_FROM_ISR :

-			    case tmrCOMMAND_RESET :

-			    case tmrCOMMAND_RESET_FROM_ISR :

+				case tmrCOMMAND_START_FROM_ISR :

+				case tmrCOMMAND_RESET :

+				case tmrCOMMAND_RESET_FROM_ISR :

 				case tmrCOMMAND_START_DONT_TRACE :

 					/* Start or restart a timer. */

 					pxTimer->ucStatus |= tmrSTATUS_IS_ACTIVE;