Import xPack OpenOCD 0.12.0-7 and GNU Make 4.4.1 from x86_64-w64-mingw32.
This commit is contained in:
@@ -0,0 +1,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]
|
||||
Reference in New Issue
Block a user