]> git.sur5r.net Git - freertos/blob - FreeRTOS/Source/portable/readme.txt
RVDS/Keil weak linkage for vPortSetupTimerInterrupt() -- CM4F, CM3
[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 five 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, where the directory name denotes the compiler\r
11 specific files the directory contains.\r
12 \r
13 \r
14 \r
15 For example, if you are interested in the [compiler] port for the [architecture]\r
16 microcontroller, then the port specific files are contained in\r
17 FreeRTOS/Source/Portable/[compiler]/[architecture] directory.  If this is the\r
18 only port you are interested in then all the other directories can be\r
19 ignored.\r
20 \r