aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc40xx.cfg
blob: 606cda5c174402e849b3aa3de7ad6bfb824fad11 (plain)
1
2
3
4
5
6
7
8
# NXP LPC40xx Cortex-M4F with at least 16kB SRAM
set CHIPNAME lpc40xx
set CHIPSERIES lpc4000
if { ![info exists WORKAREASIZE] } {
	set WORKAREASIZE 0x4000
}

source [find target/lpc1xxx.cfg]