FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure
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
..
mpu_wrappers_v2_asm.c Fix AutoReload variable name (#1166) 2024-10-31 21:33:25 +05:30
port.c FreeRTOS MPU: allow user control on CM55 devices with 16 MPU regions 2025-03-18 23:49:06 -07:00
portasm.c ARMv8.1-M: Add task dedicated PAC key support (#1195) 2025-01-14 10:50:52 +05:30
portasm.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portmacro.h armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192) 2024-11-14 10:01:06 +05:30
portmacrocommon.h Disable stack overflow check for MPU ports (#1231) 2025-02-24 21:54:15 +05:30