forked from auracaster/openocd
tcl/board: Move nordic configuration files
Move board configuration files into a dedicated vendor directory as required by the new guideline for configuration files. Change-Id: Icbf368d7a453c82813e685d2935b186eb738c3ea Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8864 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
fbdb86adbd
commit
1ee7c09d95
11
tcl/board/nordic/nrf51-dk.cfg
Normal file
11
tcl/board/nordic/nrf51-dk.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Nordic Semiconductor NRF51 Development Kit (nRF6824)
|
||||
#
|
||||
|
||||
source [find interface/jlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/nordic/nrf51.cfg]
|
||||
8
tcl/board/nordic/nrf51822-mkit.cfg
Normal file
8
tcl/board/nordic/nrf51822-mkit.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Nordic Semiconductor PCA10024 board (aka nRF51822-mKIT)
|
||||
#
|
||||
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
source [find target/nordic/nrf51.cfg]
|
||||
11
tcl/board/nordic/nrf52-dk.cfg
Normal file
11
tcl/board/nordic/nrf52-dk.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Nordic Semiconductor NRF52 Development Kit (nRF52832)
|
||||
#
|
||||
|
||||
source [find interface/jlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/nordic/nrf52.cfg]
|
||||
Reference in New Issue
Block a user