lpc2000: Add LPC407x/8x flash size auto detection
[openocd.git] / tcl / target / lpc40xx.cfg
blob606cda5c174402e849b3aa3de7ad6bfb824fad11
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
8 source [find target/lpc1xxx.cfg]