]> begriffs open source - freertos/commit
Add a check for configENABLE_MVE to M23, M33 ports (#968)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Tue, 30 Jan 2024 05:13:53 +0000 (10:43 +0530)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2024 05:13:53 +0000 (10:43 +0530)
commit04cb022e4499cb55c37408b9a3a07e6d715f82a4
tree6a07fc052cf9ec206c22d6b331ccb4cdc1a9ad9f
parent5a2237a1e26c23b40f45e0ad4f924b428fb6c094
Add a check for configENABLE_MVE to M23, M33 ports (#968)

Add a check for configENABLE_MVE to M23, M33 ports

configENABLE_MVE is only applicable to Cortex-M55 and Cortex-M85 ports.
It must not be defined to 1 for other ARMv8_m ports.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
22 files changed:
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM23_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/portmacro.h
portable/ARMv8M/non_secure/portable/GCC/ARM_CM35P/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portmacro.h
portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portmacro.h
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/GCC/ARM_CM23/non_secure/portmacro.h
portable/GCC/ARM_CM23_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM33/non_secure/portmacro.h
portable/GCC/ARM_CM33_NTZ/non_secure/portmacro.h
portable/GCC/ARM_CM35P/non_secure/portmacro.h
portable/GCC/ARM_CM35P_NTZ/non_secure/portmacro.h
portable/IAR/ARM_CM23/non_secure/portmacro.h
portable/IAR/ARM_CM23_NTZ/non_secure/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