15 lines
366 B
INI
15 lines
366 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# board MB1272B
|
|
# http://www.st.com/en/evaluation-tools/stm32mp157a-dk1.html
|
|
# http://www.st.com/en/evaluation-tools/stm32mp157c-dk2.html
|
|
# http://www.st.com/en/evaluation-tools/stm32mp157f-dk2.html
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/st/stm32mp15x.cfg]
|
|
|
|
reset_config srst_only
|