mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
12 lines
263 B
INI
12 lines
263 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Andes Core
|
|
#
|
|
# http://www.andestech.com
|
|
#
|
|
|
|
set _CHIPNAME nds
|
|
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x1000563D
|
|
|
|
set _TARGETNAME $_CHIPNAME.cpu
|
|
target create $_TARGETNAME riscv -chain-position $_TARGETNAME
|