]> git.sur5r.net Git - freertos/blob - Source/readme.txt
Add an option for 8 byte alignment.
[freertos] / Source / readme.txt
1 Each real time kernel port consists of three files that contain the core kernel\r
2 components and are common to every port, and one or more files that are \r
3 specific to a particular microcontroller and or compiler.\r
4 \r
5 + The FreeRTOS/Source directory contains the three files that are common to \r
6 every port.  The kernel is contained within these three files.\r
7 \r
8 + The FreeRTOS/Source/Portable directory contains the files that are specific to \r
9 a particular microcontroller and or compiler.\r
10 \r
11 + The FreeRTOS/Source/include directory contains the real time kernel header \r
12 files.\r
13 \r
14 See the readme file in the FreeRTOS/Source/Portable directory for more \r
15 information.