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

source [find target/lpc1xxx.cfg]