URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Source/] [readme.txt] - Rev 572
Compare with Previous | Blame | View Log
Each real time kernel port consists of three files that contain the core kernelcomponents and are common to every port, and one or more files that arespecific to a particular microcontroller and or compiler.+ The FreeRTOS/Source directory contains the three files that are common toevery port - list.c, queue.c and tasks.c. The kernel is contained within thesethree files. croutine.c implements the optional co-routine functionality - whichis normally only used on very memory limited systems.+ The FreeRTOS/Source/Portable directory contains the files that are specific toa particular microcontroller and or compiler.+ The FreeRTOS/Source/include directory contains the real time kernel headerfiles.See the readme file in the FreeRTOS/Source/Portable directory for moreinformation.
