summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/readme.txt
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-08-11 21:34:11 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2012-08-11 21:34:11 +0000
commitf279ebee719fa6bda3f91061819e6b42051c7395 (patch)
treec2ef3f908508343c26551949d5f947009cda3291 /FreeRTOS/Demo/readme.txt
parent24ce9d9c87e6b7b23f0915e1a91fb4a5bd2f7c3d (diff)
downloadfreertos-f279ebee719fa6bda3f91061819e6b42051c7395.tar.gz
Add FreeRTOS-Plus directory.
git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@1765 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'FreeRTOS/Demo/readme.txt')
-rw-r--r--FreeRTOS/Demo/readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/FreeRTOS/Demo/readme.txt b/FreeRTOS/Demo/readme.txt
new file mode 100644
index 000000000..813c257cc
--- /dev/null
+++ b/FreeRTOS/Demo/readme.txt
@@ -0,0 +1,16 @@
+Each RTOS port has a demo application to demonstrate it's use.
+
++ The Demo/Common directory contains the demo application files as described on
+the http://www.FreeRTOS.org WEB site. Each file creates one or more tasks.
+The files in the Demo/Common directory are used by every demo application for
+every port.
+
++ All the other directories contain a project or makefile for the demo
+application targeted at a particular microcontroller.
+
+
+For example, if you are interested in the ATMega323 demo application for
+the WinAVR tools then the AVR_ATMega323_WinAVR directory contains the
+relevant makefile. The makefile includes files from the Demo/ATMega323
+and the Demo/Common directories. If this is the only port you are
+interested in then all the other directories can be ignored.