aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc12xx.cfg
blob: ace5e0676c3cd6d0e6147bbaf989b3b1c9c85119 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later

# NXP LPC12xx Cortex-M0 with at least 4kB SRAM
set CHIPNAME lpc12xx
set CHIPSERIES lpc1200
if { ![info exists WORKAREASIZE] } {
	set WORKAREASIZE 0x1000
}

source [find target/lpc1xxx.cfg]