FreeRTOS-Kernel/portable
2025-02-04 08:46:58 +11:00
..
ARMClang
ARMv8M Fix the context array size for MPU ports (#1230) 2025-01-25 13:34:03 +05:30
BCC/16BitDOS
CCRH/F1Kx
CCS
CodeWarrior
Common Add xQueueCreateSetStatic method for static allocation of Queue Sets (#1228) 2025-01-22 14:53:35 +05:30
GCC Fix the context array size for MPU ports (#1230) 2025-01-25 13:34:03 +05:30
IAR Fix the context array size for MPU ports (#1230) 2025-01-25 13:34:03 +05:30
Keil
MemMang
MikroC/ARM_CM4F
MPLAB
MSVC-MingW Reinstate "Fix inaccurate ticks in windows port" 2025-02-04 08:46:58 +11:00
oWatcom/16BitDOS
Paradigm/Tern_EE
Renesas
Rowley
RVDS Fix the context array size for MPU ports (#1230) 2025-01-25 13:34:03 +05:30
SDCC/Cygnal
Softune
Tasking/ARM_CM4F
template
ThirdParty Mark mutex as robust to prevent deadlocks (#1233) 2025-01-29 07:27:30 +05:30
WizC/PIC18
CMakeLists.txt
readme.txt

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.