summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/Common/Minimal
diff options
context:
space:
mode:
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2015-01-16 13:20:28 +0000
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2015-01-16 13:20:28 +0000
commitaa220220e8624ff13a0121caa8081874b386e32d (patch)
treea5cd091c75ab51bc84988a1dacda6d15ca68a802 /FreeRTOS/Demo/Common/Minimal
parentdf6c8a8a566e9d7e92357f006057441dd3191ed9 (diff)
downloadfreertos-aa220220e8624ff13a0121caa8081874b386e32d.tar.gz
Update version number in preparation for official V8.2.0 release.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2324 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/Common/Minimal')
-rw-r--r--FreeRTOS/Demo/Common/Minimal/AltBlckQ.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/AltBlock.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/AltPollQ.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/AltQTest.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/BlockQ.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/GenQTest.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/IntQueue.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/IntSemTest.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/PollQ.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/QPeek.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/QueueSet.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/TaskNotify.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/TimerDemo.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/blocktim.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/comtest.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/comtest_strings.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/countsem.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/crflash.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/crhook.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/death.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/dynamic.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/flash.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/flash_timer.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/flop.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/integer.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/recmutex.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/semtest.c54
-rw-r--r--FreeRTOS/Demo/Common/Minimal/sp_flop.c54
30 files changed, 420 insertions, 1200 deletions
diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
index 18974b978..58d882e84 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlckQ.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/AltBlock.c b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
index 4a155d7f4..175efa431 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltBlock.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltBlock.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
index bf04a9f71..d4d28d287 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltPollQ.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/AltQTest.c b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
index c8b3efda7..e67a04c19 100644
--- a/FreeRTOS/Demo/Common/Minimal/AltQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/AltQTest.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/BlockQ.c b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
index 22ffbd20c..6ef9586b5 100644
--- a/FreeRTOS/Demo/Common/Minimal/BlockQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/BlockQ.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
index f84bb42e9..61092a45a 100644
--- a/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/GenQTest.c b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
index 16cd158f2..e7f13e083 100644
--- a/FreeRTOS/Demo/Common/Minimal/GenQTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/GenQTest.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
index 31e890e7b..e7761e502 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
index 2518f3bbf..8f21e8296 100644
--- a/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
+++ b/FreeRTOS/Demo/Common/Minimal/IntSemTest.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/PollQ.c b/FreeRTOS/Demo/Common/Minimal/PollQ.c
index 1d1a997ea..0e1605e22 100644
--- a/FreeRTOS/Demo/Common/Minimal/PollQ.c
+++ b/FreeRTOS/Demo/Common/Minimal/PollQ.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/QPeek.c b/FreeRTOS/Demo/Common/Minimal/QPeek.c
index 11c9c9f81..72f84a403 100644
--- a/FreeRTOS/Demo/Common/Minimal/QPeek.c
+++ b/FreeRTOS/Demo/Common/Minimal/QPeek.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
index 4cca8a0b2..e080192b9 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueOverwrite.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/QueueSet.c b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
index b753d109b..33e3897b9 100644
--- a/FreeRTOS/Demo/Common/Minimal/QueueSet.c
+++ b/FreeRTOS/Demo/Common/Minimal/QueueSet.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
index 347eb30e6..ed5aba7a7 100644
--- a/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
+++ b/FreeRTOS/Demo/Common/Minimal/TaskNotify.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
index c63014695..e8f44fe88 100644
--- a/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
+++ b/FreeRTOS/Demo/Common/Minimal/TimerDemo.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/blocktim.c b/FreeRTOS/Demo/Common/Minimal/blocktim.c
index cb2533d98..63693a73c 100644
--- a/FreeRTOS/Demo/Common/Minimal/blocktim.c
+++ b/FreeRTOS/Demo/Common/Minimal/blocktim.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/comtest.c b/FreeRTOS/Demo/Common/Minimal/comtest.c
index 32eb8d61d..df6f8e07b 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
index 113040f5b..f66045671 100644
--- a/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
+++ b/FreeRTOS/Demo/Common/Minimal/comtest_strings.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/countsem.c b/FreeRTOS/Demo/Common/Minimal/countsem.c
index a9f8c3788..2931270be 100644
--- a/FreeRTOS/Demo/Common/Minimal/countsem.c
+++ b/FreeRTOS/Demo/Common/Minimal/countsem.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/crflash.c b/FreeRTOS/Demo/Common/Minimal/crflash.c
index 5bdab7b42..28241c7e2 100644
--- a/FreeRTOS/Demo/Common/Minimal/crflash.c
+++ b/FreeRTOS/Demo/Common/Minimal/crflash.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/crhook.c b/FreeRTOS/Demo/Common/Minimal/crhook.c
index 31b493d3e..778bfee20 100644
--- a/FreeRTOS/Demo/Common/Minimal/crhook.c
+++ b/FreeRTOS/Demo/Common/Minimal/crhook.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/death.c b/FreeRTOS/Demo/Common/Minimal/death.c
index 3b0293db4..482cbbfb7 100644
--- a/FreeRTOS/Demo/Common/Minimal/death.c
+++ b/FreeRTOS/Demo/Common/Minimal/death.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/dynamic.c b/FreeRTOS/Demo/Common/Minimal/dynamic.c
index 1de5ea597..4189b0c6e 100644
--- a/FreeRTOS/Demo/Common/Minimal/dynamic.c
+++ b/FreeRTOS/Demo/Common/Minimal/dynamic.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/flash.c b/FreeRTOS/Demo/Common/Minimal/flash.c
index b3c6ff5d1..6f1d14b54 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/flash_timer.c b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
index 0e6091b46..36429585b 100644
--- a/FreeRTOS/Demo/Common/Minimal/flash_timer.c
+++ b/FreeRTOS/Demo/Common/Minimal/flash_timer.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/flop.c b/FreeRTOS/Demo/Common/Minimal/flop.c
index a7819331f..0d9cb4345 100644
--- a/FreeRTOS/Demo/Common/Minimal/flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/flop.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/integer.c b/FreeRTOS/Demo/Common/Minimal/integer.c
index 10dc67fe4..f282906b4 100644
--- a/FreeRTOS/Demo/Common/Minimal/integer.c
+++ b/FreeRTOS/Demo/Common/Minimal/integer.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/recmutex.c b/FreeRTOS/Demo/Common/Minimal/recmutex.c
index 330bf6d53..9389bf7f6 100644
--- a/FreeRTOS/Demo/Common/Minimal/recmutex.c
+++ b/FreeRTOS/Demo/Common/Minimal/recmutex.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/semtest.c b/FreeRTOS/Demo/Common/Minimal/semtest.c
index 37d0f9a6b..9af4088cb 100644
--- a/FreeRTOS/Demo/Common/Minimal/semtest.c
+++ b/FreeRTOS/Demo/Common/Minimal/semtest.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.
diff --git a/FreeRTOS/Demo/Common/Minimal/sp_flop.c b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
index 2620fbaf7..3df8532a9 100644
--- a/FreeRTOS/Demo/Common/Minimal/sp_flop.c
+++ b/FreeRTOS/Demo/Common/Minimal/sp_flop.c
@@ -1,5 +1,5 @@
/*
- FreeRTOS V8.2.0rc1 - Copyright (C) 2014 Real Time Engineers Ltd.
+ FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
@@ -10,27 +10,18 @@
the terms of the GNU General Public License (version 2) as published by the
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
+ ***************************************************************************
>>! NOTE: The modification to the GPL is included to allow you to !<<
>>! distribute a combined work that includes FreeRTOS without being !<<
>>! obliged to provide the source code for proprietary components !<<
>>! outside of the FreeRTOS kernel. !<<
+ ***************************************************************************
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. Full license text is available on the following
link: http://www.freertos.org/a00114.html
- 1 tab == 4 spaces!
-
- ***************************************************************************
- * *
- * Having a problem? Start by reading the FAQ "My application does *
- * not run, what could be wrong?". Have you defined configASSERT()? *
- * *
- * http://www.FreeRTOS.org/FAQHelp.html *
- * *
- ***************************************************************************
-
***************************************************************************
* *
* FreeRTOS provides completely free yet professionally developed, *
@@ -45,35 +36,18 @@
* *
***************************************************************************
- ***************************************************************************
- * *
- * Investing in training allows your team to be as productive as *
- * possible as early as possible, lowering your overall development *
- * cost, and enabling you to bring a more robust product to market *
- * earlier than would otherwise be possible. Richard Barry is both *
- * the architect and key author of FreeRTOS, and so also the world's *
- * leading authority on what is the world's most popular real time *
- * kernel for deeply embedded MCU designs. Obtaining your training *
- * from Richard ensures your team will gain directly from his in-depth *
- * product knowledge and years of usage experience. Contact Real Time *
- * Engineers Ltd to enquire about the FreeRTOS Masterclass, presented *
- * by Richard Barry: http://www.FreeRTOS.org/contact
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
+ the FAQ page "My application does not run, what could be wrong?". Have you
+ defined configASSERT()?
- ***************************************************************************
- * *
- * You are receiving this top quality software for free. Please play *
- * fair and reciprocate by reporting any suspected issues and *
- * participating in the community forum: *
- * http://www.FreeRTOS.org/support *
- * *
- * Thank you! *
- * *
- ***************************************************************************
+ http://www.FreeRTOS.org/support - In return for receiving this top quality
+ embedded software for free we request you assist our global community by
+ participating in the support forum.
- http://www.FreeRTOS.org - Documentation, books, training, latest versions,
- license and Real Time Engineers Ltd. contact details.
+ http://www.FreeRTOS.org/training - Investing in training allows your team to
+ be as productive as possible as early as possible. Now you can receive
+ FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
+ Ltd, and the world's leading authority on the world's leading RTOS.
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
@@ -82,7 +56,7 @@
http://www.FreeRTOS.org/labs - Where new FreeRTOS products go to incubate.
Come and try FreeRTOS+TCP, our new open source TCP/IP stack for FreeRTOS.
- http://www.OpenRTOS.com - Real Time Engineers ltd license FreeRTOS to High
+ http://www.OpenRTOS.com - Real Time Engineers ltd. license FreeRTOS to High
Integrity Systems ltd. to sell under the OpenRTOS brand. Low cost OpenRTOS
licenses offer ticketed support, indemnification and commercial middleware.