aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/freedom-e300/openocd.cfg
blob: 0596b15cb5f31cefb2d2857493cfaa3a731150c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
adapter_khz     10000

source [find interface/ftdi/olimex-arm-usb-tiny-h.cfg]

set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913

set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME

gdb_report_data_abort enable

init

halt