[plain] view plaincopy
# type of debug adapter
interface ft2232
# Provides the USB device description (the iProduct string) of the FTDI FT2232 device. If not specified, the FTDI default value is used.
ft2232_device_desc "USB<=>JTAG&RS232"
# Each vendor’s FT2232 device can use different GPIO signals to control output-enables, reset signals, and LEDs
ft2232_layout jtagkey
# The vendor ID and product ID of the FTDI FT2232 device
ft2232_vid_pid 0x1457 0x5118
|