mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
13 lines
206 B
INI
13 lines
206 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#config script for STM8S003
|
|
|
|
set FLASHEND 0x9FFF
|
|
set BLOCKSIZE 0x40
|
|
|
|
proc stm8_reset_rop {} {
|
|
mwb 0x4800 0x00
|
|
reset halt
|
|
}
|
|
|
|
source [find target/stm8s.cfg]
|