summaryrefslogtreecommitdiff
path: root/third_party/FreeRTOS/readme.txt
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
committerYuval Adam <yuv.adm@gmail.com>2014-08-08 14:42:07 +0300
commita6163888f3c56123b1db313743c6147ba498732c (patch)
treeff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/FreeRTOS/readme.txt
parentc3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff)
Add third_party libs
Diffstat (limited to 'third_party/FreeRTOS/readme.txt')
-rw-r--r--third_party/FreeRTOS/readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/third_party/FreeRTOS/readme.txt b/third_party/FreeRTOS/readme.txt
new file mode 100644
index 0000000..13ddc51
--- /dev/null
+++ b/third_party/FreeRTOS/readme.txt
@@ -0,0 +1,21 @@
+Directories:
+
++ The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
+ its own readme file.
+
++ The FreeRTOS/Demo directory contains a demo application for every official
+FreeRTOS port, and contains its own readme file.
+
++ See http://www.freertos.org/a00017.html for full details of the directory
+ structure and information on locating the files you require.
+
+The easiest way to use FreeRTOS is to start with one of the pre-configured demo
+application projects (found in the FreeRTOS/Demo directory). That way you will
+have the correct FreeRTOS source files included, and the correct include paths
+configured. Once a demo application is building and executing you can remove
+the demo application file, and start to add in your own application source
+files.
+
+See also -
+http://www.freertos.org/FreeRTOS-quick-start-guide.html
+http://www.freertos.org/FAQHelp.html