820bcf75f4d9e31fcf65cd5738d339b3b79fb91e
[fw/openocd] / tcl / target / stm8s105.cfg
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]