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