projects
/
armstart-ibdap
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[armstart-ibdap]
/
openocd-example.cfg
1
interface cmsis-dap
2
source [find target/lpc11xx.cfg]
3
adapter_khz 1000
4
reset_config srst_only
5
$_TARGETNAME configure -event gdb-attach {
6
echo "Halting target"
7
halt
8
}