aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm8l152.cfg
blob: b716ce18efbf00849aa56ba957329bb758018fe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-or-later

#config script for STM8L152

set EEPROMSTART 0x1000
set EEPROMEND 0x13ff

proc stm8_reset_rop {} {
   mwb 0x4800 0xaa
   mwb 0x4800 0xaa
   reset halt
}

source [find target/stm8l.cfg]