You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
308 B

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