]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/readme.txt
Base project to replace existing Freedom Studio project using latest Freedom Studio...
[freertos] / FreeRTOS / Demo / readme.txt
1 Links to a documentation page for each demo are provided on the following\r
2 URL: http://www.freertos.org/a00090.html\r
3 \r
4 Each RTOS port has a demo application to demonstrate it's use.\r
5 \r
6 + The Demo/Common directory contains the demo application files as described on \r
7 the http://www.FreeRTOS.org WEB site.  Each file creates one or more tasks.\r
8 The files in the Demo/Common directory are used by every demo application for\r
9 every port.\r
10 \r
11 + All the other directories contain a project or makefile for the demo\r
12 application targeted at a particular microcontroller.  \r
13 \r
14 \r
15 For example, if you are interested in the ATMega323 demo application for\r
16 the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the \r
17 relevant makefile.  The makefile includes files from the Demo/ATMega323 \r
18 and the Demo/Common directories.  If this is the only port you are \r
19 interested in then all the other directories can be ignored.\r