]> git.sur5r.net Git - freertos/commitdiff
Updated description of the files in this directory.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 29 May 2009 08:11:12 +0000 (08:11 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 29 May 2009 08:11:12 +0000 (08:11 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@743 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/readme.txt

index 01a878152df815f138fc0734fe7e4380703061b1..df1543ad666f8ced5e8c25860de7bc63b8037451 100644 (file)
@@ -3,7 +3,9 @@ components and are common to every port, and one or more files that are
 specific to a particular microcontroller and or compiler.\r
 \r
 + The FreeRTOS/Source directory contains the three files that are common to \r
-every port.  The kernel is contained within these three files.\r
+every port - list.c, queue.c and tasks.c.  The kernel is contained within these \r
+three files.  croutine.c implements the options co-routine functionality - which\r
+is normally only used on very memory limited systems.\r
 \r
 + The FreeRTOS/Source/Portable directory contains the files that are specific to \r
 a particular microcontroller and or compiler.\r