]> begriffs open source - cmsis-freertos/blob - readme.txt
Added Utilities
[cmsis-freertos] / readme.txt
1 Directories:
2
3 + The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
4   its own readme file.
5
6 + The FreeRTOS/Demo directory contains a demo application for every official
7 FreeRTOS port, and contains its own readme file.
8
9 + See http://www.freertos.org/a00017.html for full details of the directory 
10   structure and information on locating the files you require.
11
12 The easiest way to use FreeRTOS is to start with one of the pre-configured demo 
13 application projects (found in the FreeRTOS/Demo directory).  That way you will
14 have the correct FreeRTOS source files included, and the correct include paths
15 configured.  Once a demo application is building and executing you can remove
16 the demo application file, and start to add in your own application source
17 files.
18
19 See also -
20 http://www.freertos.org/FreeRTOS-quick-start-guide.html
21 http://www.freertos.org/FAQHelp.html