diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
| commit | a6163888f3c56123b1db313743c6147ba498732c (patch) | |
| tree | ff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/FreeRTOS/Demo/readme.txt | |
| parent | c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff) | |
Add third_party libs
Diffstat (limited to 'third_party/FreeRTOS/Demo/readme.txt')
| -rw-r--r-- | third_party/FreeRTOS/Demo/readme.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/FreeRTOS/Demo/readme.txt b/third_party/FreeRTOS/Demo/readme.txt new file mode 100644 index 0000000..813c257 --- /dev/null +++ b/third_party/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.
|
