Skip to content

Commit

Permalink
tcl/board: Add nRF54L15-DK config file
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zapb-0 authored and borneoa committed Dec 22, 2024
1 parent 4d1b3cb commit 7d5a0b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tcl/board/nordic/nrf54l15-dk.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-License-Identifier: GPL-2.0-or-later

#
# Nordic Semiconductor nRF54L15 Development kit
# https://www.nordicsemi.com/Products/Development-hardware/nRF54L15-DK
#

source [find interface/jlink.cfg]
source [find target/nordic/nrf54l.cfg]

0 comments on commit 7d5a0b6

Please sign in to comment.