root/webserver/example/freeRTOS/Demo/readme.txt

Revision 14, 0.8 kB (checked in by phil, 15 years ago)

added unmodified FreeRTOS package V5.4.1 with only web srv demo source for LPC2368 for CrossWorks?

Line 
1 Each RTOS port has a demo application to demonstrate it's use.
2
3 + The Demo/Common directory contains the demo application files as described on
4 the http://www.FreeRTOS.org WEB site.  Each file creates one or more tasks.
5 The files in the Demo/Common directory are used by every demo application for
6 every port.
7
8 + All the other directories contain a project or makefile for the demo
9 application targeted at a particular microcontroller. 
10
11
12 For example, if you are interested in the ATMega323 demo application for
13 the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the
14 relevant makefile.  The makefile includes files from the Demo/ATMega323
15 and the Demo/Common directories.  If this is the only port you are
16 interested in then all the other directories can be ignored.
Note: See TracBrowser for help on using the browser.