repo.or.cz
/
openocd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target: fix 'bp' command help message
[openocd.git]
/
tcl
/
target
/
stm8s105.cfg
blob
820bcf75f4d9e31fcf65cd5738d339b3b79fb91e
1
#config script for STM8S105
2
3
proc stm8_reset_rop {} {
4
mwb 0x4800 0x00
5
reset halt
6
}
7
8
source [find target/stm8s.cfg]