Blame view

RIOT/boards/fox/dist/openocd.cfg 326 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  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]