aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/xmos_xs1-xau8a-10_arm.cfg
blob: 3fc197a3c66f4bdb2247a75df3e3039586b2001e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# XMOS xCORE-XA XS1-XAU8A-10: ARM Cortex-M3 @ 48 MHz
#
# http://www.xmos.com/products/silicon/xcore-xa/xa-series
#

if { ![info exists CHIPNAME] } {
	set CHIPNAME xcorexa
}

if { ![info exists WORKAREASIZE] } {
	# XS1-XAU8A-10-FB265: 128 KB SRAM
	set WORKAREASIZE 0x20000
}

source [find target/efm32.cfg]