aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc8xx.cfg
blob: 565415049cad048a2dcd819b04d3a8297d694be2 (plain)
1
2
3
4
5
6
7
8
# NXP LPC8xx Cortex-M0+ with at least 1kB SRAM
set CHIPNAME lpc8xx
set CHIPSERIES lpc800
if { ![info exists WORKAREASIZE] } {
	set WORKAREASIZE 0x400
}

source [find target/lpc1xxx.cfg]