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

source [find target/lpc1xxx.cfg]