]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/readme.txt
Follow instructions on http://blogs.msdn.com/b/vsproject/archive/2009/07/21/enable...
[freertos] / FreeRTOS / Demo / readme.txt
1 Each RTOS port has a demo application to demonstrate it's use.\r
2 \r
3 + The Demo/Common directory contains the demo application files as described on \r
4 the http://www.FreeRTOS.org WEB site.  Each file creates one or more tasks.\r
5 The files in the Demo/Common directory are used by every demo application for\r
6 every port.\r
7 \r
8 + All the other directories contain a project or makefile for the demo\r
9 application targeted at a particular microcontroller.  \r
10 \r
11 \r
12 For example, if you are interested in the ATMega323 demo application for\r
13 the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the \r
14 relevant makefile.  The makefile includes files from the Demo/ATMega323 \r
15 and the Demo/Common directories.  If this is the only port you are \r
16 interested in then all the other directories can be ignored.\r