FreeRTOS-Kernel/Source/portable
2009-11-15 15:01:59 +00:00
..
BCC/16BitDOS Change to the file headers only. 2009-10-13 10:54:32 +00:00
CodeWarrior Change to the file headers only. 2009-10-13 10:54:32 +00:00
GCC Correct byte alignment on CM3 port layers. 2009-11-15 15:01:59 +00:00
IAR Change the function that sets up the initial stack on CM3 ports to account for the post decrement used by the MCU when it alters the stack on the way into/out of interrupts. 2009-11-14 19:02:12 +00:00
Keil Remove files that use the now defunct Keil compiler. 2008-10-23 11:06:20 +00:00
MemMang Change to the file headers only. 2009-10-13 10:54:32 +00:00
MPLAB Correct cut and paste comment error. 2009-10-25 10:33:01 +00:00
oWatcom/16BitDOS Change to the file headers only. 2009-10-13 10:54:32 +00:00
Paradigm/Tern_EE Change to the file headers only. 2009-10-13 10:54:32 +00:00
Rowley Change to the file headers only. 2009-10-13 10:54:32 +00:00
RVDS Change the function that sets up the initial stack on CM3 ports to account for the post decrement used by the MCU when it alters the stack on the way into/out of interrupts. 2009-11-14 19:02:12 +00:00
SDCC/Cygnal Change to the file headers only. 2009-10-13 10:54:32 +00:00
Softune Change to the file headers only. 2009-10-13 10:54:32 +00:00
WizC/PIC18 Change to the file headers only. 2009-10-13 10:54:32 +00:00
readme.txt First version under SVN is V4.0.1 2006-05-02 09:39:15 +00:00

Each real time kernel port consists of three files that contain the core kernel
components and are common to every port, and one or more files that are 
specific to a particular microcontroller and/or compiler.


+ The FreeRTOS/Source/Portable/MemMang directory contains the three sample 
memory allocators as described on the http://www.FreeRTOS.org WEB site.

+ The other directories each contain files specific to a particular 
microcontroller or compiler.



For example, if you are interested in the GCC port for the ATMega323 
microcontroller then the port specific files are contained in
FreeRTOS/Source/Portable/GCC/ATMega323 directory.  If this is the only
port you are interested in then all the other directories can be
ignored.