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.
 
 
 
 
 
 

16 lines
423 B

  1. #
  2. # TI/Luminary Stellaris LM3S811 Evaluation Kits
  3. #
  4. # http://www.ti.com/tool/ek-lm3s811
  5. #
  6. # NOTE: using the on-board FT2232 JTAG/SWD/SWO interface is optional!
  7. # so is using it in JTAG mode, as done here.
  8. # NOTE: older '811-EK boards (before rev C) shouldn't use this.
  9. source [find interface/ftdi/luminary.cfg]
  10. # include the target config
  11. set WORKAREASIZE 0x2000
  12. set CHIPNAME lm3s811
  13. source [find target/stellaris.cfg]