summaryrefslogtreecommitdiffstats
blob: e0e210b967782715f836cd1be225ed0beb210ab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# NXP LPC8xx Cortex-M0+ with at least 1kB SRAM
if { ![info exists CHIPNAME] } {
	set CHIPNAME lpc8xx
}
set CHIPSERIES lpc800
if { ![info exists WORKAREASIZE] } {
	set WORKAREASIZE 0x400
}

source [find target/lpc1xxx.cfg]