FreeRTOS-Kernel/portable
2025-03-04 08:34:19 +00:00
..
ARMClang Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
ARMv8M [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
BCC/16BitDOS [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
CCRH/F1Kx [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
CCS [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
CodeWarrior [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Common [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
GCC [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
IAR [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Keil Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
MemMang [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
MikroC/ARM_CM4F [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
MPLAB [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
MSVC-MingW [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
oWatcom/16BitDOS [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Paradigm/Tern_EE [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Renesas [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Rowley [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
RVDS [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
SDCC/Cygnal [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Softune [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
Tasking/ARM_CM4F [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
template [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
ThirdParty [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
WizC/PIC18 [AUTO][RELEASE]: Bump file header version to "11.2.0" 2025-03-04 08:34:19 +00:00
CMakeLists.txt Fix CMake build for RP2040 (#1197) 2024-11-25 10:54:41 +05:30
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.