mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 03:46:27 +00:00
385eedfc6f
Added NPCX flash driver to support the Nuvoton NPCX series microcontrollers. Add config file for NPCX series. Change-Id: Ia10b019a3521f59ad1e10ccdc56827ba30c3eac8 Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com> Signed-off-by: Mulin Chao <mlchao@nuvoton.com> Reviewed-on: https://review.openocd.org/c/openocd/+/5950 Tested-by: jenkins Reviewed-by: Oleksij Rempel <linux@rempel-privat.de>
9 lines
164 B
INI
9 lines
164 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Nuvoton NPCX Evaluation Board
|
|
|
|
source [find interface/jlink.cfg]
|
|
transport select swd
|
|
|
|
source [find target/npcx.cfg]
|