]> git.gag.com Git - fw/openocd/blob - tcl/target/lpc8xx.cfg
565415049cad048a2dcd819b04d3a8297d694be2
[fw/openocd] / tcl / target / lpc8xx.cfg
1 # NXP LPC8xx Cortex-M0+ with at least 1kB SRAM
2 set CHIPNAME lpc8xx
3 set CHIPSERIES lpc800
4 if { ![info exists WORKAREASIZE] } {
5         set WORKAREASIZE 0x400
6 }
7
8 source [find target/lpc1xxx.cfg]