FreeRTOS-Kernel/portable
Moral-Hao 2f25cb94f5
Reduce memory usage of ACL. ()
Co-authored-by: Nikhil Kamath <110539926+amazonKamath@users.noreply.github.com>
..
ARMClang Normalize line endings and whitespace in source files
ARMv8M Reduce memory usage of ACL. ()
BCC/16BitDOS CI-CD Updates ()
CCS Add trace hook macro for most ports ()
CodeWarrior Add trace hook macro for most ports ()
Common Add Access Control List to MPU ports ()
GCC Reduce memory usage of ACL. ()
IAR Reduce memory usage of ACL. ()
Keil Normalize line endings and whitespace in source files
MPLAB Add trace hook macro for most ports ()
MSVC-MingW CI-CD Updates ()
MemMang CI-CD Updates ()
MikroC/ARM_CM4F Add trace hook macro for most ports ()
Paradigm/Tern_EE CI-CD Updates ()
RVDS Reduce memory usage of ACL. ()
Renesas CI-CD Updates ()
Rowley CI-CD Updates ()
SDCC/Cygnal CI-CD Updates ()
Softune CI-CD Updates ()
Tasking/ARM_CM4F Add trace hook macro for most ports ()
ThirdParty Add trace hook macro for most ports ()
WizC/PIC18 CI-CD Updates ()
oWatcom/16BitDOS CI-CD Updates ()
CMakeLists.txt Fix typo in the include directory for the the GCC_ARM_CM55_TFM port ()
readme.txt Normalize line endings and whitespace in source files

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.