]> git.gag.com Git - fw/openocd/blob - tcl/target/lpc17xx.cfg
tcl: update scripts after "jtag_reset" got deprecated
[fw/openocd] / tcl / target / lpc17xx.cfg
1 # NXP LPC17xx Cortex-M3 with at least 8kB SRAM
2 set CHIPNAME lpc17xx
3 set CHIPSERIES lpc1700
4 if { ![info exists WORKAREASIZE] } {
5         set WORKAREASIZE 0x2000
6 }
7
8 source [find target/lpc1xxx.cfg]