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.
 
 
 
 
 
 

15 lines
414 B

  1. #
  2. # TI/Luminary Stellaris LM3S6965 Evaluation Kits
  3. #
  4. # http://www.luminarymicro.com/products/lm3s6965_ethernet_evaluation_kit.html
  5. # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
  6. # so is using it in JTAG mode, as done here.
  7. source [find interface/luminary.cfg]
  8. # 20k working area
  9. set WORKAREASIZE 0x5000
  10. set CHIPNAME lm3s6965
  11. # include the target config
  12. source [find target/stellaris.cfg]