tcl/target: Select default boot core on Renesas R-Car Gen2/Gen3
[fw/openocd] / tcl / target / stm8s003.cfg
1 #config script for STM8S003
2
3 set FLASHEND 0x9FFF
4 set BLOCKSIZE 0x40
5
6 proc stm8_reset_rop {} {
7    mwb 0x4800 0x00
8    reset halt
9 }
10
11 source [find target/stm8s.cfg]