aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/vd_cortex_m.cfg
blob: 4d7b0df26719687212536479bba58ac8582faac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-or-later
# Cadence virtual debug interface
# ARM Cortex M

if {![info exists _CHIPNAME]} {
	set _CHIPNAME cortex_m
}
set _TARGETNAME $_CHIPNAME.cpu

dap create $_CHIPNAME.dap -chain-position $_TARGETNAME

target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap