xmos_xs1-xau8a-10_arm.cfg 353 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-or-later
  2. #
  3. # XMOS xCORE-XA XS1-XAU8A-10: ARM Cortex-M3 @ 48 MHz
  4. #
  5. # http://www.xmos.com/products/silicon/xcore-xa/xa-series
  6. #
  7. if { ![info exists CHIPNAME] } {
  8. set CHIPNAME xcorexa
  9. }
  10. if { ![info exists WORKAREASIZE] } {
  11. # XS1-XAU8A-10-FB265: 128 KB SRAM
  12. set WORKAREASIZE 0x20000
  13. }
  14. source [find target/efm32.cfg]