From 7141f8d3d0bcc27917fd85861b83fa3a25204a6b Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 29 May 2009 08:11:12 +0000 Subject: [PATCH] Updated description of the files in this directory. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@743 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Source/readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/readme.txt b/Source/readme.txt index 01a878152..df1543ad6 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 options 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. -- 2.39.5