summaryrefslogtreecommitdiff
path: root/rtos/FreeRTOS/readme.txt
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-01-12 14:06:54 -0800
committerStefan Agner <stefan.agner@toradex.com>2016-01-12 14:06:54 -0800
commita57cc2c988482010061b9e68344fdf1969889763 (patch)
tree5c050337492ce27c09b47421b123980b5a79f8d9 /rtos/FreeRTOS/readme.txt
initial commit, FreeRTOS_BSP_1.0.0_iMX7D
Diffstat (limited to 'rtos/FreeRTOS/readme.txt')
-rw-r--r--rtos/FreeRTOS/readme.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/rtos/FreeRTOS/readme.txt b/rtos/FreeRTOS/readme.txt
new file mode 100644
index 0000000..7fa63a7
--- /dev/null
+++ b/rtos/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