Blame view

RIOT/boards/ek-lm4f120xl/dist/openocd.cfg 398 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  #
  # TI Stellaris Launchpad ek-lm4f120xl Evaluation Kits
  #
  # http://www.ti.com/tool/ek-lm4f120xl
  #
  
  #
  # NOTE: using the bundled ICDI interface is optional!
  # This interface is not ftdi based as previous boards were
  #
  source [find interface/ti-icdi.cfg]
  
  transport select hla_jtag
  
  set WORKAREASIZE 0x8000
  set CHIPNAME lm4f120h5qr
  source [find target/stellaris.cfg]
  $_TARGETNAME configure -rtos auto