mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
8 lines
249 B
INI
8 lines
249 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# script for stm32xl family (dual flash bank)
|
|
source [find target/stm32f1x.cfg]
|
|
|
|
# flash size will be probed
|
|
set _FLASHNAME $_CHIPNAME.flash1
|
|
flash bank $_FLASHNAME stm32f1x 0x08080000 0 0 0 $_TARGETNAME
|