jtag/aice: switch to command 'adapter serial'
[fw/openocd] / tcl / target / stm8s103.cfg
1 #config script for STM8S103
2
3 set FLASHEND 0x9FFF
4 set EEPROMEND 0x427F
5 set OPTIONEND 0x480A
6 set BLOCKSIZE 0x40
7
8 proc stm8_reset_rop {} {
9    mwb 0x4800 0x00
10    reset halt
11 }
12
13 source [find target/stm8s.cfg]