Blame view

RIOT/boards/fox/dist/openocd.cfg 360 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  jtag_khz 1000
  
  # comstick ftdi device
  interface ft2232
  ft2232_layout "usbjtag"
  ft2232_device_desc "HiKoB FOX JTAG"
  ft2232_vid_pid 0x0403 0x6010
  
  jtag_nsrst_delay 100
  jtag_ntrst_delay 100
  
  # use combined on interfaces or targets that can't set TRST/SRST separately
  reset_config trst_and_srst
  
  source [find target/stm32f1x.cfg]
  $_TARGETNAME configure -rtos auto