]> git.sur5r.net Git - freertos/blob - FreeRTOS/Source/portable/readme.txt
Add FreeRTOS-Plus directory.
[freertos] / FreeRTOS / Source / portable / 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 \r
6 + The FreeRTOS/Source/Portable/MemMang directory contains the three sample \r
7 memory allocators as described on the http://www.FreeRTOS.org WEB site.\r
8 \r
9 + The other directories each contain files specific to a particular \r
10 microcontroller or compiler.\r
11 \r
12 \r
13 \r
14 For example, if you are interested in the GCC port for the ATMega323 \r
15 microcontroller then the port specific files are contained in\r
16 FreeRTOS/Source/Portable/GCC/ATMega323 directory.  If this is the only\r
17 port you are interested in then all the other directories can be\r
18 ignored.\r
19 \r