mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Update version number ready for V8.2.1 release.
This commit is contained in:
parent
63b3c773d5
commit
693d0520bc
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#/*
|
#/*
|
||||||
# FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
# FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#/*
|
#/*
|
||||||
# FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
# FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#/*
|
#/*
|
||||||
# FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
# FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
;/*
|
;/*
|
||||||
; FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
; FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
; ***************************************************************************
|
; ***************************************************************************
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#/*
|
#/*
|
||||||
# FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
# FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
FreeRTOS V8.2.0 - Copyright (C) 2015 Real Time Engineers Ltd.
|
FreeRTOS V8.2.1 - Copyright (C) 2015 Real Time Engineers Ltd.
|
||||||
All rights reserved
|
All rights reserved
|
||||||
|
|
||||||
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
the terms of the GNU General Public License (version 2) as published by the
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
>>! NOTE: The modification to the GPL is included to allow you to !<<
|
||||||
>>! distribute a combined work that includes FreeRTOS without being !<<
|
>>! distribute a combined work that includes FreeRTOS without being !<<
|
||||||
>>! obliged to provide the source code for proprietary components !<<
|
>>! obliged to provide the source code for proprietary components !<<
|
||||||
>>! outside of the FreeRTOS kernel. !<<
|
>>! outside of the FreeRTOS kernel. !<<
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
|
@ -37,17 +37,17 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
http://www.FreeRTOS.org/FAQHelp.html - Having a problem? Start by reading
|
||||||
the FAQ page "My application does not run, what could be wrong?". Have you
|
the FAQ page "My application does not run, what could be wrong?". Have you
|
||||||
defined configASSERT()?
|
defined configASSERT()?
|
||||||
|
|
||||||
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
http://www.FreeRTOS.org/support - In return for receiving this top quality
|
||||||
embedded software for free we request you assist our global community by
|
embedded software for free we request you assist our global community by
|
||||||
participating in the support forum.
|
participating in the support forum.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
http://www.FreeRTOS.org/training - Investing in training allows your team to
|
||||||
be as productive as possible as early as possible. Now you can receive
|
be as productive as possible as early as possible. Now you can receive
|
||||||
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
FreeRTOS training directly from Richard Barry, CEO of Real Time Engineers
|
||||||
Ltd, and the world's leading authority on the world's leading RTOS.
|
Ltd, and the world's leading authority on the world's leading RTOS.
|
||||||
|
|
||||||
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
http://www.FreeRTOS.org/plus - A selection of FreeRTOS ecosystem products,
|
||||||
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
including FreeRTOS+Trace - an indispensable productivity tool, a DOS
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue