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