You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/portable/IAR/ARM_CM55/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>
1 week ago
..
mpu_wrappers_v2_asm.S Remove duplicate pop from MPU Wrappers ASM Files (#1008) 1 year ago
port.c FreeRTOS MPU: Remove MPU region number check (#1261) 1 week ago
portasm.h Fix spelling typos (#1168) 5 months ago
portasm.s ARMv8.1-M: Add task dedicated PAC key support (#1195) 2 months ago
portmacro.h armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192) 4 months ago
portmacrocommon.h Disable stack overflow check for MPU ports (#1231) 1 month ago