FreeRTOS-Kernel/portable
2024-03-06 16:24:19 +08:00
..
ARMClang Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARMv8M Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
BCC/16BitDOS Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
CCS Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
CodeWarrior Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Common Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
GCC Add ARMv7-R MPU Port (#938) 2024-02-26 11:01:25 -08:00
IAR Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Keil Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MemMang Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
MikroC/ARM_CM4F Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
MPLAB Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
MSVC-MingW Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
oWatcom/16BitDOS Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Paradigm/Tern_EE Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Renesas Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Rowley Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
RVDS Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
SDCC/Cygnal Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Softune Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Tasking/ARM_CM4F Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
template Fix small bugs in Kernel (#998) 2024-02-20 22:19:41 +05:30
ThirdParty Define portNOP in RP2040 port (#1003) 2024-03-06 16:24:19 +08:00
WizC/PIC18 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
CMakeLists.txt Add ARMv7-R MPU Port (#938) 2024-02-26 11:01:25 -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.