forked from auracaster/openocd
tcl: move STM32 MPU files in vendor folder
Move the existing files for STM32MP13x and STM32MP15x in the folder "st". Rename the board files using the correct names. While there, add the missing URL to one of the boards. Change-Id: If8b92f55e3390ebc75df6a2ea09fcf798ea0b8cf Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8982 Tested-by: jenkins Reviewed-by: zapb <dev@zapb.de>
This commit is contained in:
@@ -7,6 +7,6 @@ source [find interface/stlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/stm32mp13x.cfg]
|
||||
source [find target/st/stm32mp13x.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
@@ -3,11 +3,12 @@
|
||||
# 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/stm32mp15x.cfg]
|
||||
source [find target/st/stm32mp15x.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
@@ -17,6 +17,8 @@ set _file_renaming {
|
||||
board/nordic_nrf51822_mkit.cfg board/nordic/nrf51822-mkit.cfg
|
||||
board/nordic_nrf51_dk.cfg board/nordic/nrf51-dk.cfg
|
||||
board/nordic_nrf52_dk.cfg board/nordic/nrf52-dk.cfg
|
||||
board/stm32mp13x_dk.cfg board/st/stm32mp135f-dk.cfg
|
||||
board/stm32mp15x_dk2.cfg board/st/stm32mp157f-dk2.cfg
|
||||
target/nrf51.cfg target/nordic/nrf51.cfg
|
||||
target/nrf52.cfg target/nordic/nrf52.cfg
|
||||
target/nrf53.cfg target/nordic/nrf53.cfg
|
||||
|
||||
Reference in New Issue
Block a user