FreeRTOS-Kernel/portable/GCC/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.c Fix AutoReload variable name (#1166) 2024-10-31 21:33:25 +05:30
port.c FreeRTOS MPU: Remove MPU region number check (#1261) 2025-03-19 15:01:22 +05:30
portasm.c armv8-m: Remove redundant constant pools (#1035) 2024-04-19 00:15:04 +05:30
portasm.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07: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