Add readme files to the various FreeRTOS+ directories.

This commit is contained in:
Richard Barry 2012-08-11 22:57:53 +00:00
parent f508a5f653
commit 4dbef6afe9
10 changed files with 114 additions and 2 deletions

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -1,3 +1,6 @@
THIS PRODUCT IS UNDER ACTIVE DEVELOPMENT, PLEASE SEE
THE PERCEPIO WEBSITE FOR A COMPLETE LIST OF THE LATEST PORTS
FreeRTOS+Trace Demo
-------------------

30
FreeRTOS-Plus/readme.txt Normal file
View file

@ -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.