1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-02-28 17:29:58 +00:00
Files
antonblanchard.chiselwatt/openocd/ft231x.cfg
Carlos de Paula 2d5d429708 Adjust pins and Makefile for OpenOCD
Signed-off-by: Carlos de Paula <me@carlosedp.com>
2020-04-08 10:26:02 -03:00

11 lines
274 B
INI

interface ft232r
ft232r_vid_pid 0x0403 0x6015
# ULX3S specific GPIO setting
ft232r_tck_num DSR
ft232r_tms_num DCD
ft232r_tdi_num RI
ft232r_tdo_num CTS
# trst/srst are not used but must have different values than above
ft232r_trst_num RTS
ft232r_srst_num DTR
adapter_khz 1000