tcl/board: Add LPC-Link2 config
Tested with Olimex ARM-USB-TINY-H adapter (both JTAG and SWD). Change-Id: Idc8a030e9692eec761d1e2485cbf9897660c0ca0 Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/3082 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com> Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>__archive__
parent
a780e412cc
commit
6cc5b716a6
|
@ -0,0 +1,12 @@
|
||||||
|
#
|
||||||
|
# NXP LPC-Link2
|
||||||
|
#
|
||||||
|
# http://www.nxp.com/board/OM13054.html
|
||||||
|
# https://www.lpcware.com/lpclink2
|
||||||
|
# http://embeddedartists.com/products/lpcxpresso/lpclink2.php
|
||||||
|
#
|
||||||
|
|
||||||
|
source [find target/lpc4370.cfg]
|
||||||
|
|
||||||
|
# W25Q80BVSSIG w/ 1 MB flash
|
||||||
|
flash bank SPIFI_FLASH lpcspifi 0x14000000 0 0 0 $_CHIPNAME.m4
|
Loading…
Reference in New Issue