target: fix 'bp' command help message
[openocd.git] / tcl / target / stm8l152.cfg
blob8545a5ab21225967121502651c4d384381474f22
1 #config script for STM8L152
3 set EEPROMSTART 0x1000
4 set EEPROMEND 0x13ff
6 proc stm8_reset_rop {} {
7    mwb 0x4800 0xaa
8    mwb 0x4800 0xaa
9    reset halt
12 source [find target/stm8l.cfg]