Add initial support for nuvoton npcm400, which is a chip family of Satellite Management Controller(SMC). Add ecst python scripts to append the header used by ROM Code Signed-off-by: Tyrone Ting <kfting@nuvoton.com> Signed-off-by: James Chiang <cpchiang1@nuvoton.com> Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
10 lines
230 B
Text
10 lines
230 B
Text
# Copyright (c) 2024 Nuvoton Technology Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_SERIES_NPCM4
|
|
select ARM
|
|
select CPU_CORTEX_M4
|
|
select CPU_CORTEX_M_HAS_DWT
|
|
select CORTEX_M_SYSTICK
|
|
select CPU_HAS_ARM_MPU
|