tcl/board: add SPDX tag
[fw/openocd] / tcl / board / iar_lpc1768.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # Board from IAR KickStart Kit for LPC1768
4 # See www.iar.com and also
5 # http://www.olimex.com/dev/lpc-1766stk.html
6 #
7
8 source [find target/lpc17xx.cfg]
9
10 # The chip has just been reset.
11 #
12 $_TARGETNAME configure -event reset-init {
13         # FIXME update the core clock to run at 100 MHz;
14         # and update JTAG clocking similarly; then
15         # make CCLK match,
16
17         flash probe 0
18 }