Add Arm China STAR-MC3 port support (#1363)

* Add Arm China STAR-MC3 port support:
Fix corresponding issue #1359

* Optimize for STAR-MC3 Code Reviw:
1 Rename form STAR_MC3 to ARM_STAR_MC3
2 Modify kernel_checker.py to pass license check

* Fix left issue of STAR-MC3 Code Review

* Rename STAR_MC3 to ARM_STAR_MC3 for portable/ARMv8M/ directory

---------

Co-authored-by: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com>
This commit is contained in:
Armchina_JidongMei 2026-02-21 02:33:34 +08:00 committed by GitHub
parent 6cd736cfeb
commit 850d29477c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 24187 additions and 96 deletions

View file

@ -602,8 +602,8 @@
/* 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-M52, Cortex-M55 and Cortex-M85 ports as M-Profile
* Vector Extension (MVE) is available only on these architectures.
* applicable to Cortex-M52, Cortex-M55, Cortex-M85 and STAR-MC3 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