mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 23:05:46 +00:00
Initial support for Nuvoton NPCX7M6FB SoC of NPCX series which is a chip family of embedded controllers (EC) and targeted for a wide range of portable applications. We implemented the SoC skeleton in soc/arm/nuvoton_npcx since there're many chip families in Nuvoton and aim to different markets such as PC, General MCU, and Audio. The architectures and hardware modules are different between them. Hence, we suggest using the company name plus with chip series for better understanding. Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
# Nuvoton Cortex-M4 Embedded Controller
|
|
|
|
# Copyright (c) 2020 Nuvoton Technology Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "soc/arm/nuvoton_npcx/*/Kconfig.series"
|