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

source [find target/lpc1xxx.cfg]