tcl/target: add SPDX tag
[fw/openocd] / tcl / target / stm8s103.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #config script for STM8S103
4
5 set FLASHEND 0x9FFF
6 set EEPROMEND 0x427F
7 set OPTIONEND 0x480A
8 set BLOCKSIZE 0x40
9
10 proc stm8_reset_rop {} {
11    mwb 0x4800 0x00
12    reset halt
13 }
14
15 source [find target/stm8s.cfg]