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

echo 'DEPRECATED: choose between stm8l15xx4.cfg, stm8l15xx6.cfg and stm8l15xx8.cfg instead of stm8l152.cfg'
echo '            using stm8l152.cfg for backwards compatability'

set EEPROMSTART 0x1000
set EEPROMEND 0x13ff

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

source [find target/stm8l.cfg]