aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc12xx.cfg
blob: a37c6febca84bf5c11b41697a36835ee913d2d0e (plain)
1
2
3
4
5
6
7
8
# NXP LPC12xx Cortex-M0 with at least 4kB SRAM
set CHIPNAME lpc12xx
set CHIPSERIES lpc1200
if { ![info exists WORKAREASIZE] } {
	set WORKAREASIZE 0x1000
}

source [find target/lpc1xxx.cfg]