mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
boards/iot-lab_M3: change to openocd's new ftdi interface
Openocd communication was done over a deprecated interface definition, namely ft2232. Using the new ftdi interface speeds up flashing and doesn't throw warnings anymore.
This commit is contained in:
parent
f384bc1cc9
commit
e455664cfc
18
boards/iot-lab_M3/dist/iot-lab_M3_jtag.cfg
vendored
18
boards/iot-lab_M3/dist/iot-lab_M3_jtag.cfg
vendored
@ -1,13 +1,7 @@
|
|||||||
jtag_khz 1000
|
interface ftdi
|
||||||
|
ftdi_device_desc "FITECO M3"
|
||||||
|
ftdi_vid_pid 0x0403 0x6010
|
||||||
|
|
||||||
# comstick ftdi device
|
ftdi_layout_init 0x0c08 0x0c2b
|
||||||
interface ft2232
|
ftdi_layout_signal nTRST -data 0x0800
|
||||||
ft2232_layout "usbjtag"
|
ftdi_layout_signal nSRST -data 0x0400
|
||||||
ft2232_device_desc "FITECO M3"
|
|
||||||
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user