mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-30 13:56:56 +08:00
Ensure LPC1768 demos are correct prior to V5.4.0 release.
This commit is contained in:
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
#/*
|
#/*
|
||||||
# FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
# FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
#
|
#
|
||||||
# This file is part of the FreeRTOS.org distribution.
|
# This file is part of the FreeRTOS distribution.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is free software; you can redistribute it and/or modify it
|
# FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
# under the terms of the GNU General Public License (version 2) as published
|
# the terms of the GNU General Public License (version 2) as published by the
|
||||||
# by the Free Software Foundation and modified by the FreeRTOS exception.
|
# Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
# combined work that includes FreeRTOS.org without being obliged to provide
|
# combined work that includes FreeRTOS without being obliged to provide the
|
||||||
# the source code for any proprietary components. Alternative commercial
|
# source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
# license and support terms are also available upon request. See the
|
# Alternative commercial license and support terms are also available upon
|
||||||
# licensing section of http://www.FreeRTOS.org for full details.
|
# request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
# license details.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
# FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
# more details.
|
# more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
# with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
# * *
|
# * *
|
||||||
# * Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
# * Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
# * *
|
# * See http://www.FreeRTOS.org/Documentation for details *
|
||||||
# * This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
# * general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
# * explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
# * Full source code for all the examples is provided in an accompanying *
|
|
||||||
# * .zip file. *
|
|
||||||
# * *
|
# * *
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
#
|
#
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
#/*
|
#/*
|
||||||
# FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
# FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
#
|
#
|
||||||
# This file is part of the FreeRTOS.org distribution.
|
# This file is part of the FreeRTOS distribution.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is free software; you can redistribute it and/or modify it
|
# FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
# under the terms of the GNU General Public License (version 2) as published
|
# the terms of the GNU General Public License (version 2) as published by the
|
||||||
# by the Free Software Foundation and modified by the FreeRTOS exception.
|
# Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
# combined work that includes FreeRTOS.org without being obliged to provide
|
# combined work that includes FreeRTOS without being obliged to provide the
|
||||||
# the source code for any proprietary components. Alternative commercial
|
# source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
# license and support terms are also available upon request. See the
|
# Alternative commercial license and support terms are also available upon
|
||||||
# licensing section of http://www.FreeRTOS.org for full details.
|
# request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
# license details.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
# FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
# more details.
|
# more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
# with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
# * *
|
# * *
|
||||||
# * Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
# * Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
# * *
|
# * See http://www.FreeRTOS.org/Documentation for details *
|
||||||
# * This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
# * general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
# * explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
# * Full source code for all the examples is provided in an accompanying *
|
|
||||||
# * .zip file. *
|
|
||||||
# * *
|
# * *
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
#
|
#
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
#/*
|
#/*
|
||||||
# FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
# FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
#
|
#
|
||||||
# This file is part of the FreeRTOS.org distribution.
|
# This file is part of the FreeRTOS distribution.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is free software; you can redistribute it and/or modify it
|
# FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
# under the terms of the GNU General Public License (version 2) as published
|
# the terms of the GNU General Public License (version 2) as published by the
|
||||||
# by the Free Software Foundation and modified by the FreeRTOS exception.
|
# Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
# combined work that includes FreeRTOS.org without being obliged to provide
|
# combined work that includes FreeRTOS without being obliged to provide the
|
||||||
# the source code for any proprietary components. Alternative commercial
|
# source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
# license and support terms are also available upon request. See the
|
# Alternative commercial license and support terms are also available upon
|
||||||
# licensing section of http://www.FreeRTOS.org for full details.
|
# request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
# license details.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
# FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
# more details.
|
# more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
# with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
# * *
|
# * *
|
||||||
# * Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
# * Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
# * *
|
# * See http://www.FreeRTOS.org/Documentation for details *
|
||||||
# * This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
# * general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
# * explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
# * Full source code for all the examples is provided in an accompanying *
|
|
||||||
# * .zip file. *
|
|
||||||
# * *
|
# * *
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
#
|
#
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
;/*
|
;/*
|
||||||
; FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
; FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
;
|
;
|
||||||
; This file is part of the FreeRTOS.org distribution.
|
; This file is part of the FreeRTOS distribution.
|
||||||
;
|
;
|
||||||
; FreeRTOS.org is free software; you can redistribute it and/or modify it
|
; FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
; under the terms of the GNU General Public License (version 2) as published
|
; the terms of the GNU General Public License (version 2) as published by the
|
||||||
; by the Free Software Foundation and modified by the FreeRTOS exception.
|
; Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
; **NOTE** The exception to the GPL is included to allow you to distribute a
|
; **NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
; combined work that includes FreeRTOS.org without being obliged to provide
|
; combined work that includes FreeRTOS without being obliged to provide the
|
||||||
; the source code for any proprietary components. Alternative commercial
|
; source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
; license and support terms are also available upon request. See the
|
; Alternative commercial license and support terms are also available upon
|
||||||
; licensing section of http://www.FreeRTOS.org for full details.
|
; request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
; license details.
|
||||||
;
|
;
|
||||||
; FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
; FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
; more details.
|
; more details.
|
||||||
;
|
;
|
||||||
; You should have received a copy of the GNU General Public License along
|
; You should have received a copy of the GNU General Public License along
|
||||||
; with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
; with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
; Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
; Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
; ***************************************************************************
|
; ***************************************************************************
|
||||||
; * *
|
; * *
|
||||||
; * Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
; * Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
; * *
|
; * See http://www.FreeRTOS.org/Documentation for details *
|
||||||
; * This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
; * general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
; * explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
; * Full source code for all the examples is provided in an accompanying *
|
|
||||||
; * .zip file. *
|
|
||||||
; * *
|
; * *
|
||||||
; ***************************************************************************
|
; ***************************************************************************
|
||||||
;
|
;
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
#/*
|
#/*
|
||||||
# FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
# FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
#
|
#
|
||||||
# This file is part of the FreeRTOS.org distribution.
|
# This file is part of the FreeRTOS distribution.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is free software; you can redistribute it and/or modify it
|
# FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
# under the terms of the GNU General Public License (version 2) as published
|
# the terms of the GNU General Public License (version 2) as published by the
|
||||||
# by the Free Software Foundation and modified by the FreeRTOS exception.
|
# Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
# **NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
# combined work that includes FreeRTOS.org without being obliged to provide
|
# combined work that includes FreeRTOS without being obliged to provide the
|
||||||
# the source code for any proprietary components. Alternative commercial
|
# source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
# license and support terms are also available upon request. See the
|
# Alternative commercial license and support terms are also available upon
|
||||||
# licensing section of http://www.FreeRTOS.org for full details.
|
# request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
# license details.
|
||||||
#
|
#
|
||||||
# FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
# FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
# more details.
|
# more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License along
|
# You should have received a copy of the GNU General Public License along
|
||||||
# with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
# with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
# Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
# * *
|
# * *
|
||||||
# * Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
# * Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
# * *
|
# * See http://www.FreeRTOS.org/Documentation for details *
|
||||||
# * This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
# * general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
# * explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
# * Full source code for all the examples is provided in an accompanying *
|
|
||||||
# * .zip file. *
|
|
||||||
# * *
|
# * *
|
||||||
# ***************************************************************************
|
# ***************************************************************************
|
||||||
#
|
#
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,37 +1,33 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -30,38 +30,34 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
/*
|
/*
|
||||||
FreeRTOS.org V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
FreeRTOS V5.4.0 - Copyright (C) 2003-2009 Richard Barry.
|
||||||
|
|
||||||
This file is part of the FreeRTOS.org distribution.
|
This file is part of the FreeRTOS distribution.
|
||||||
|
|
||||||
FreeRTOS.org is free software; you can redistribute it and/or modify it
|
FreeRTOS is free software; you can redistribute it and/or modify it under
|
||||||
under the terms of the GNU General Public License (version 2) as published
|
the terms of the GNU General Public License (version 2) as published by the
|
||||||
by the Free Software Foundation and modified by the FreeRTOS exception.
|
Free Software Foundation and modified by the FreeRTOS exception.
|
||||||
**NOTE** The exception to the GPL is included to allow you to distribute a
|
**NOTE** The exception to the GPL is included to allow you to distribute a
|
||||||
combined work that includes FreeRTOS.org without being obliged to provide
|
combined work that includes FreeRTOS without being obliged to provide the
|
||||||
the source code for any proprietary components. Alternative commercial
|
source code for proprietary components outside of the FreeRTOS kernel.
|
||||||
license and support terms are also available upon request. See the
|
Alternative commercial license and support terms are also available upon
|
||||||
licensing section of http://www.FreeRTOS.org for full details.
|
request. See the licensing section of http://www.FreeRTOS.org for full
|
||||||
|
license details.
|
||||||
|
|
||||||
FreeRTOS.org is distributed in the hope that it will be useful, but WITHOUT
|
FreeRTOS is distributed in the hope that it will be useful, but WITHOUT
|
||||||
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||||
more details.
|
more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License along
|
You should have received a copy of the GNU General Public License along
|
||||||
with FreeRTOS.org; if not, write to the Free Software Foundation, Inc., 59
|
with FreeRTOS; if not, write to the Free Software Foundation, Inc., 59
|
||||||
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||||
|
|
||||||
|
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
* *
|
* *
|
||||||
* Get the FreeRTOS eBook! See http://www.FreeRTOS.org/Documentation *
|
* Looking for a quick start? Then check out the FreeRTOS eBook! *
|
||||||
* *
|
* See http://www.FreeRTOS.org/Documentation for details *
|
||||||
* This is a concise, step by step, 'hands on' guide that describes both *
|
|
||||||
* general multitasking concepts and FreeRTOS specifics. It presents and *
|
|
||||||
* explains numerous examples that are written using the FreeRTOS API. *
|
|
||||||
* Full source code for all the examples is provided in an accompanying *
|
|
||||||
* .zip file. *
|
|
||||||
* *
|
* *
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user