Cadence virtual debug interface (vdebug) integration
[fw/openocd] / tcl / target / vd_cortex_m.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2 # Cadence virtual debug interface
3 # ARM Cortex M
4
5 if {![info exists _CHIPNAME]} {
6         set _CHIPNAME cortex_m
7 }
8 set _TARGETNAME $_CHIPNAME.cpu
9
10 dap create $_CHIPNAME.dap -chain-position $_TARGETNAME
11
12 target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap