flash: New Spansion FM4 flash driver
[openocd.git] / tcl / target / xmos_xs1-xau8a-10_arm.cfg
blob3fc197a3c66f4bdb2247a75df3e3039586b2001e
2 # XMOS xCORE-XA XS1-XAU8A-10: ARM Cortex-M3 @ 48 MHz
4 # http://www.xmos.com/products/silicon/xcore-xa/xa-series
7 if { ![info exists CHIPNAME] } {
8         set CHIPNAME xcorexa
11 if { ![info exists WORKAREASIZE] } {
12         # XS1-XAU8A-10-FB265: 128 KB SRAM
13         set WORKAREASIZE 0x20000
16 source [find target/efm32.cfg]