]> git.sur5r.net Git - openocd/blob - tcl/target/lpc11xx.cfg
niietcm4: support for NIIET's Cortex-M4 microcontrollers
[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]