mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-27 04:33:52 +00:00
14 lines
311 B
INI
14 lines
311 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
# Should work with all STM32L4 Nucleo Dev Boards.
|
||
|
# http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html
|
||
|
|
||
|
source [find interface/stlink.cfg]
|
||
|
|
||
|
transport select hla_swd
|
||
|
|
||
|
source [find target/stm32l4x.cfg]
|
||
|
|
||
|
# use hardware reset
|
||
|
reset_config srst_only srst_nogate
|