uv-k5-firmware-chinese-lts/openocd-win/openocd/scripts/target/stm8s105.cfg

11 lines
166 B
INI
Raw Normal View History

2024-01-05 10:37:22 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
#config script for STM8S105
proc stm8_reset_rop {} {
mwb 0x4800 0x00
reset halt
}
source [find target/stm8s.cfg]