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