]> begriffs open source - freertos/commit
Remove error for 16 MPU resgion from IAR ports (#1149)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Mon, 23 Sep 2024 05:09:29 +0000 (10:39 +0530)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 05:09:29 +0000 (10:39 +0530)
commitc0bfbb96924f76285b147bd970cfbdea55d83e96
tree370e28e1dd6d1e3e71806fd0c59f50cf4dad0ea8
parent9788e7e46a2739ff88f345822d736898b5d1c0cc
Remove error for 16 MPU resgion from IAR ports (#1149)

Support for 16 MPU regions was added to Cortex-M33, M35P, M55 and M85
ports was added but the compile time error check was not removed. This
results in compilation error when 16 MPU regions are used. This PR
removes the not needed compile time error check.

It was reported here - https://forums.freertos.org/t/cortex-m55-and-16-region-mpu-support/21470.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
13 files changed:
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM35P/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM55/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM85/portmacro.h
portable/IAR/ARM_CM33/non_secure/portmacro.h
portable/IAR/ARM_CM33_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM35P/non_secure/portmacro.h
portable/IAR/ARM_CM35P_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM55/non_secure/portmacro.h
portable/IAR/ARM_CM55_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM85/non_secure/portmacro.h
portable/IAR/ARM_CM85_NTZ/non_secure/portmacro.h