Add readme files to the various FreeRTOS+ directories.
parent
f508a5f653
commit
4dbef6afe9
@ -0,0 +1,7 @@
|
||||
Note the CyaSSL license terms are different to the FreeRTOS license terms.
|
||||
|
||||
CyaSSL is dual licensed. The files are provided here under an unmodified open
|
||||
source GNU GPL license. Commercial licenses are also available.
|
||||
See http://www.FreeRTOS.org/ssl
|
||||
|
||||
|
@ -0,0 +1,7 @@
|
||||
Directories:
|
||||
|
||||
+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CLI_with_Trace
|
||||
contains a FreeRTOS windows simulator demo project for both FreeRTOS+CLI and
|
||||
FreeRTOS+Trace. See http://www.FreeRTOS.org/trace for information on using
|
||||
the project.
|
||||
|
@ -0,0 +1,6 @@
|
||||
Directories:
|
||||
|
||||
+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CyaSSL
|
||||
contains a FreeRTOS windows simulator demo project for CyaSSL. See
|
||||
http://www.FreeRTOS.org/ssl for information on using the project.
|
||||
|
@ -0,0 +1,11 @@
|
||||
Directories:
|
||||
|
||||
+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CyaSSL
|
||||
contains a FreeRTOS windows simulator demo project for CyaSSL. See
|
||||
http://www.FreeRTOS.org/ssl for information on using the project.
|
||||
|
||||
+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CLI_with_Trace
|
||||
contains a FreeRTOS windows simulator demo project for both FreeRTOS+CLI and
|
||||
FreeRTOS+Trace. See http://www.FreeRTOS.org/trace for information on using
|
||||
the project.
|
||||
|
@ -0,0 +1,9 @@
|
||||
Note the FreeRTOS+CLI license terms are different to the FreeRTOS license terms.
|
||||
|
||||
FreeRTOS+CLI is dual licensed. The files are provided here under an unmodified
|
||||
open source GNU GPL license. Commercial licenses are also available.
|
||||
See http://www.FreeRTOS.org/ssl
|
||||
|
||||
USERS OF NXP MICROCONTROLLERS CAN OBTAIN FREE COMMERCIAL LICENSES.
|
||||
|
||||
|
@ -0,0 +1,7 @@
|
||||
It is not possible to create an example FreeRTOS+IO project for the Windows
|
||||
simulator. FreeRTOS+IO information can be found on http://www.FreeRTOS.org/IO.
|
||||
|
||||
A featured demo that includes telnet like functionality, a web server,
|
||||
a command line interface (using FreeRTOS+CLI) and a FAT file system is
|
||||
described on
|
||||
http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml
|
@ -0,0 +1,30 @@
|
||||
Directories:
|
||||
|
||||
+ FreeRTOS-Plus/CyaSSL contains the CyaSSL source files. See
|
||||
http://www.FreeRTOS.org/ssl for license information and a description of the
|
||||
demo application. The demo application is located in
|
||||
FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CyaSSL
|
||||
|
||||
+ FreeRTOS-Plus/FreeRTOS-Plus-CLI contains the FreeRTOS+CLI source files. See
|
||||
http://www.FreeRTOS.org/cli for license information and a description of
|
||||
FreeRTOS windows simulator demo application that is located in the
|
||||
FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CLI_with_Trace
|
||||
directory.
|
||||
|
||||
+ FreeRTOS-Plus/FreeRTOS-Plus-IO contains the FreeRTOS+Trace recorder code.
|
||||
See http://www.FreeRTOS.org/trace for license information, links to the
|
||||
Windows tool used to view recorded traces, and a description of the demo
|
||||
application that is located in the
|
||||
FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CLI_with_Trace
|
||||
directory.
|
||||
|
||||
+ FreeRTOS-Plus/FreeRTOS-Plus-IO contains a link to the FreeRTOS+IO source code.
|
||||
Information on the FreeRTOS+IO featured demo is presented on
|
||||
http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml
|
||||
|
||||
+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator contains pre-configured
|
||||
demo projects for the FreeRTOS-Plus components, as described in the bullet
|
||||
points above for each component. See http://www.FreeRTOS.org/plus
|
||||
|
||||
Further readme files are contains in sub-directories as appropriate.
|
||||
|
@ -0,0 +1,32 @@
|
||||
Directories:
|
||||
|
||||
+ FreeRTOS/source contains the FreeRTOS real time kernel source code.
|
||||
|
||||
+ FreeRTOS/demo contains a pre-configured demo project for every official
|
||||
FreeRTOS port.
|
||||
|
||||
+ FreeRTOS-Plus contains additional FreeRTOS components and third party
|
||||
complementary products. THESE ARE LICENSED SEPARATELY FROM FreeRTOS although
|
||||
all contain open source options. See the license files in each respective
|
||||
directory for information.
|
||||
|
||||
+ FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator contains pre-configured
|
||||
demo projects for the FreeRTOS-Plus components. The demo projects run in
|
||||
a Windows environment using the FreeRTOS windows simulator. These are
|
||||
documented on the FreeRTOS web site http://www.FreeRTOS.org/plus
|
||||
|
||||
+ See http://www.freertos.org/a00017.html for full details of the directory
|
||||
structure and information on locating the files you require.
|
||||
|
||||
Further readme files are contains in sub-directories as appropriate.
|
||||
|
||||
The easiest way to use FreeRTOS is to start with one of the pre-configured demo
|
||||
application projects (found in the FreeRTOS/Demo directory). That way you will
|
||||
have the correct FreeRTOS source files included, and the correct include paths
|
||||
configured. Once a demo application is building and executing you can remove
|
||||
the demo application file, and start to add in your own application source
|
||||
files.
|
||||
|
||||
See also -
|
||||
http://www.freertos.org/FreeRTOS-quick-start-guide.html
|
||||
http://www.freertos.org/FAQHelp.html
|
Loading…
Reference in New Issue