mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 03:46:27 +00:00
6306bdffc2
Remove trailing '.' While there, add newline to file's last line. Change-Id: I3a727e406b572d051b28e17688c24627e55520c4 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7024 Tested-by: jenkins
7 lines
205 B
INI
7 lines
205 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# This is an evaluation board with a single BlueNRG-LPS chip.
|
|
set CHIPNAME bluenrg-lps
|
|
source [find interface/cmsis-dap.cfg]
|
|
source [find target/bluenrg-x.cfg]
|