Add ARM Cortex-M52 port support FreeRTOS#1305 (#1334)

Add ARM Cortex-M52 port support

Add ARM_CM52 and ARM_CM52_NTZ port implementations for GCC and IAR compilers
This commit is contained in:
Armchina_JidongMei 2025-12-19 20:22:58 +08:00 committed by GitHub
parent fed39c5ea7
commit 7d6890e650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 24125 additions and 29 deletions

View file

@ -602,10 +602,10 @@
/* Set configENABLE_MVE to 1 to enable the M-Profile Vector Extension (MVE)
* support, or 0 to leave the MVE support disabled. This option is only
* applicable to Cortex-M55 and Cortex-M85 ports as M-Profile Vector Extension
* (MVE) is available only on these architectures. configENABLE_MVE must be left
* undefined, or defined to 0 for the Cortex-M23,Cortex-M33 and Cortex-M35P
* ports. */
* applicable to Cortex-M52, Cortex-M55 and Cortex-M85 ports as M-Profile
* Vector Extension (MVE) is available only on these architectures.
* configENABLE_MVE must be left undefined, or defined to 0 for the
* Cortex-M23,Cortex-M33 and Cortex-M35P ports. */
#define configENABLE_MVE 1
/******************************************************************************/