aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm8s105.cfg
blob: 6af491ebf536b428a4fa556357c0aeaba4484d73 (plain)
1
2
3
4
5
6
7
8
9
10
# 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]