summaryrefslogtreecommitdiff
path: root/FreeRTOS/readme.txt
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-23 12:15:10 -0800
committerPixel <pixel@nobis-crew.org>2011-01-23 12:15:10 -0800
commitd291e583a5ee10f13b0f4039a8d114e15799eb7b (patch)
treeb1811fca4f8ba002dc55eb8c381ecaf45678db16 /FreeRTOS/readme.txt
parent9a136684db01403042518eae8648a660d52555ad (diff)
Adding basic FreeRTOS sourcetree; v6.1.1 currently.
Diffstat (limited to 'FreeRTOS/readme.txt')
-rw-r--r--FreeRTOS/readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/FreeRTOS/readme.txt b/FreeRTOS/readme.txt
new file mode 100644
index 0000000..49eecd6
--- /dev/null
+++ b/FreeRTOS/readme.txt
@@ -0,0 +1,19 @@
+The download includes the kernel source code, and a demo application for EVERY
+RTOS port. 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 start start with one of the demo application
+projects. Once this is running the project can be modified to include your own
+source files. This way the correct files and compiler options will be
+automatically included in your application.
+
++ The Source directory contains the real time kernel source files for every
+port. The kernel itself is only 3 files.
+
++ The Demo directory contains the demo application source files for every
+port.
+
++ The TraceCon directory contains the trace visualisation exe file.
+
+See the readme files in the respective directories for further information.
+