tcl/board: add SPDX tag
[fw/openocd] / tcl / board / atmel_samd10_xplained_mini.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 #
4 # Atmel SAMD10 Xplained mini evaluation kit.
5 # http://www.atmel.com/tools/atsamd10-xmini.aspx
6
7 source [find interface/cmsis-dap.cfg]
8
9 # chip name
10 set CHIPNAME at91samd10d14
11
12 source [find target/at91samdXX.cfg]