X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Source%2Freadme.txt;h=81518ecb4339e35363d844853fde09116e314cea;hb=be07d5ff489d28850d30ca3cc34ff4612c74671f;hp=01a878152df815f138fc0734fe7e4380703061b1;hpb=0ef7f2fd33f7f595813c31954a4896a9269691e3;p=freertos diff --git a/Source/readme.txt b/Source/readme.txt index 01a878152..81518ecb4 100644 --- a/Source/readme.txt +++ b/Source/readme.txt @@ -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. + The FreeRTOS/Source directory contains the three files that are common to -every port. The kernel is contained within these three files. +every port - list.c, queue.c and tasks.c. The kernel is contained within these +three files. croutine.c implements the optional co-routine functionality - which +is normally only used on very memory limited systems. + The FreeRTOS/Source/Portable directory contains the files that are specific to a particular microcontroller and or compiler.