]> git.gag.com Git - fw/openocd/blob - tcl/target/lpc13xx.cfg
target/imx6ul: Initial support
[fw/openocd] / tcl / target / lpc13xx.cfg
1 # NXP LPC13xx Cortex-M3 with at least 4kB SRAM
2 set CHIPNAME lpc13xx
3 set CHIPSERIES lpc1300
4 if { ![info exists WORKAREASIZE] } {
5         set WORKAREASIZE 0x1000
6 }
7
8 source [find target/lpc1xxx.cfg]