FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure
ErickReyesR b9aa064591
FreeRTOS MPU: Remove MPU region number check (#1261)
FreeRTOS MPU: Remove MPU region number check

This change removes the assertion and runtime check that enforces
matching between configTOTAL_MPU_REGIONS and physical MPU
regions,. This allows applications running on devices with 16 MPU
regions to manage 8 MPU regions while leaving the remaining 8
for the kernel.

Signed-off-by: Erick Reyes <erickreyes@google.com>
2025-03-19 15:01:22 +05:30
..
mpu_wrappers_v2_asm.S Remove duplicate pop from MPU Wrappers ASM Files (#1008) 2024-03-18 16:21:21 +05:30
port.c FreeRTOS MPU: Remove MPU region number check (#1261) 2025-03-19 15:01:22 +05:30
portasm.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portasm.s Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
portmacro.h ARMv8.1-M: Add task dedicated PAC key support (#1195) 2025-01-14 10:50:52 +05:30
portmacrocommon.h Disable stack overflow check for MPU ports (#1231) 2025-02-24 21:54:15 +05:30