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