13 lines
253 B
INI
13 lines
253 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# MB1605 with stm32mp23x
|
|
# https://www.st.com/en/evaluation-tools/stm32mp257f-dk.html
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/st/stm32mp23x.cfg]
|
|
|
|
reset_config srst_only
|