Skip to content

Add configurable FTDI serial number to EndeavourRawFTDI.

Karol Krizka requested to merge ftdi_serial into activeTB

The EndeavourRawFTDI now takes two extra arguments: description and serial that can be used to identify the given FTDI dongle. If the string for the given argument is empty, it is not used as part of the identification. See ftdi_usb_open_desc for more details.

The dongle can also be configured for the PBv3TBSingle testbench using the ftdi_serial and ftdi_description keys. For example:

"default": {
  "type"  : "PBv3TBSingle",
  "ftdi_serial" : "FT28C4BD"
}

This also required an update of the labRemote tag. Part of it was to update the FTDI variables in CMake.

Edited by Karol Krizka

Merge request reports