34997bec203a92bd1f9dd7d4e65c07ff2e9c1fcb
[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]