mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-24 02:55:32 -05:00
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:
parent
6cd736cfeb
commit
850d29477c
51 changed files with 24187 additions and 96 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue