Add support for the targets stm32mp21x, stm32mp23x and stm32mp25x. Add support for the boards stm32mp235f-dk and stm32mp257f-dk. The board stm32mp215f-dk has no configuration file as it only provides a generic JTAG/SWD connector for the stm32mp21x SoC. Change-Id: I0256bebd8a5d5600066d8ae191d83344a35d3d37 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8985 Tested-by: jenkins Reviewed-by: zapb <dev@zapb.de>
13 lines
237 B
INI
13 lines
237 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# MB1605
|
|
# https://www.st.com/en/evaluation-tools/stm32mp257f-dk.html
|
|
|
|
source [find interface/stlink.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/st/stm32mp25x.cfg]
|
|
|
|
reset_config srst_only
|