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

@ -7,11 +7,11 @@ Directories:
FreeRTOS port, and contains its own readme file.
+ See http://www.freertos.org/a00017.html for full details of the directory
structure and information on locating the files you require.
structure and information on locating the files you require.
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 and included, and the correct include paths
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.