]> git.sur5r.net Git - freertos/blob - FreeRTOS/Source/portable/readme.txt
Added a build configuration for the Wonder Gecko starter kit to the existing Giant...
[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 [compiler] port for the [architecture]\r
15 microcontroller, then the port specific files are contained in\r
16 FreeRTOS/Source/Portable/[compiler]/[architecture] directory.  If this is the\r
17 only port you are interested in then all the other directories can be\r
18 ignored.\r
19 \r