]> git.sur5r.net Git - freertos/blobdiff - readme.txt
First version under SVN is V4.0.1
[freertos] / readme.txt
diff --git a/readme.txt b/readme.txt
new file mode 100644 (file)
index 0000000..49eecd6
--- /dev/null
@@ -0,0 +1,19 @@
+The download includes the kernel source code, and a demo application for EVERY\r
+RTOS port.  See http://www.freertos.org/a00017.html for full details of the \r
+directory structure and information on locating the files you require.\r
+\r
+The easiest way to use FreeRTOS is start start with one of the demo application \r
+projects.  Once this is running the project can be modified to include your own\r
+source files.  This way the correct files and compiler options will be \r
+automatically included in your application.\r
+\r
++ The Source directory contains the real time kernel source files for every \r
+port.  The kernel itself is only 3 files.\r
+\r
++ The Demo directory contains the demo application source files for every \r
+port.\r
+\r
++ The TraceCon directory contains the trace visualisation exe file.\r
+\r
+See the readme files in the respective directories for further information.\r
+\r