Skip to content

Commit 7d5a0b6

Browse files
zapb-0borneoa
authored andcommitted
tcl/board: Add nRF54L15-DK config file
This patch adds support for the nRF54L15 development kit from Nordic Semiconductor. Change-Id: I5e362227fed3982ef21f36e41aade196e0ac7031 Signed-off-by: Marc Schink <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/8610 Reviewed-by: Antonio Borneo <[email protected]> Tested-by: jenkins
1 parent 4d1b3cb commit 7d5a0b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tcl/board/nordic/nrf54l15-dk.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
3+
#
4+
# Nordic Semiconductor nRF54L15 Development kit
5+
# https://www.nordicsemi.com/Products/Development-hardware/nRF54L15-DK
6+
#
7+
8+
source [find interface/jlink.cfg]
9+
source [find target/nordic/nrf54l.cfg]

0 commit comments

Comments
 (0)