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