FreeRTOS-Kernel/portable
Erick Reyes ed6ec5c73f FreeRTOS MPU: allow user control on CM55 devices with 16 MPU regions
Remove the assertion that forces the application to match
configTOTAL_MPU_REGIONS with the number of regions present in the
hardware.

This allows applications running on devices with 16 MPU regions to
control the second half, while the kernel retains control of the first.

Signed-off-by: Erick Reyes <erickreyes@google.com>
2025-03-18 23:49:06 -07:00
..
ARMClang
ARMv8M Disable stack overflow check for MPU ports (#1231) 2025-02-24 21:54:15 +05:30
BCC/16BitDOS
CCRH/F1Kx
CCS
CodeWarrior
Common
GCC FreeRTOS MPU: allow user control on CM55 devices with 16 MPU regions 2025-03-18 23:49:06 -07:00
IAR Use UBaseType_t for ullMachineTimerCompareRegisterBase (#1258) 2025-03-17 16:41:11 +05:30
Keil
MemMang
MikroC/ARM_CM4F
MPLAB
MSVC-MingW Reinstate "Fix inaccurate ticks in windows port" (#1198) 2025-02-04 11:03:44 +05:30
oWatcom/16BitDOS
Paradigm/Tern_EE
Renesas
Rowley
RVDS
SDCC/Cygnal
Softune
Tasking/ARM_CM4F
template
ThirdParty Update instruction to suppress SIGUSR1 in Posix with LLDB debugger (#1248) 2025-02-13 15:03:23 +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.