FreeRTOS-Kernel/portable
2022-11-29 15:38:47 -08:00
..
ARMClang Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARMv8M Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
BCC/16BitDOS Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
CCS Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
CodeWarrior Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Common Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
GCC Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
IAR Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Keil Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MemMang Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MikroC/ARM_CM4F Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MPLAB Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MSVC-MingW Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
oWatcom/16BitDOS Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Paradigm/Tern_EE Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Renesas Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Rowley Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RVDS Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
SDCC/Cygnal Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Softune Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
Tasking/ARM_CM4F Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ThirdParty Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
WizC/PIC18 Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
CMakeLists.txt Removing compiler warnings for GNU and Clang. (#571) 2022-11-18 10:29:30 -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.