FreeRTOS-Kernel/portable
2024-02-26 11:24:20 -05:00
..
ARMClang Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARMv8M Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
BCC/16BitDOS Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
CCS Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
CodeWarrior Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Common Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
GCC Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
IAR Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Keil Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MemMang Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
MikroC/ARM_CM4F Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
MPLAB Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
MSVC-MingW Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
oWatcom/16BitDOS Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Paradigm/Tern_EE Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Renesas Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Rowley Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
RVDS Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
SDCC/Cygnal Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Softune Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
Tasking/ARM_CM4F Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
template Fix small bugs in Kernel (#998) 2024-02-20 22:19:41 +05:30
ThirdParty Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
WizC/PIC18 Remove the duplicate space in the copyright header 2024-02-26 11:24:20 -05:00
CMakeLists.txt Correct ARM port folder capitalization (#981) 2024-02-05 10:31:52 -08:00
readme.txt Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08: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 five sample
memory allocators as described on the https://www.FreeRTOS.org WEB site.

+ The other directories each contain files specific to a particular
microcontroller or compiler, where the directory name denotes the compiler
specific files the directory contains.



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