root/webserver/example/freeRTOS/Source/portable/readme.txt

Revision 14, 0.7 kB (checked in by phil, 15 years ago)

added unmodified FreeRTOS package V5.4.1 with only web srv demo source for LPC2368 for CrossWorks?

Line 
1 Each real time kernel port consists of three files that contain the core kernel
2 components and are common to every port, and one or more files that are
3 specific to a particular microcontroller and/or compiler.
4
5
6 + The FreeRTOS/Source/Portable/MemMang directory contains the three sample
7 memory allocators as described on the http://www.FreeRTOS.org WEB site.
8
9 + The other directories each contain files specific to a particular
10 microcontroller or compiler.
11
12
13
14 For example, if you are interested in the GCC port for the ATMega323
15 microcontroller then the port specific files are contained in
16 FreeRTOS/Source/Portable/GCC/ATMega323 directory.  If this is the only
17 port you are interested in then all the other directories can be
18 ignored.
19
Note: See TracBrowser for help on using the browser.