Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ftdi-rs/libftd2xx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.28.0
Choose a base ref
...
head repository: ftdi-rs/libftd2xx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.29.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on May 23, 2021

  1. Add WaitOnIOLow/High MPSSE commands

    CirrusNeptune authored and newAM committed May 23, 2021
    Configuration menu
    Copy the full SHA
    c167c05 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Gracefully handle FT_OTHER_ERROR for FT_GetDeviceInfo (#37)

    * Gracefully handle FT_OTHER_ERROR for FT_GetDeviceInfo
    
    For devices that do not have a configured EEPROM attached, there are no
    USB string descriptors present. Under this condition, FT_GetDeviceInfo
    will return FT_OTHER_ERROR.
    
    Static analysis of this function indicates that all fields except
    serial_number and description are valid for FT_OTHER_ERROR. These
    string parameters are unmodified in this case.
    
    * Perform EEPROM type read in case FT_GetDeviceInfo fails
    
    * Remove irrelevant comment
    
    * Fix documentation link.
    
    Co-authored-by: Alex M <[email protected]>
    CirrusNeptune and newAM authored May 29, 2021
    Configuration menu
    Copy the full SHA
    03f4445 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.29.0.

    newAM committed May 29, 2021
    Configuration menu
    Copy the full SHA
    9ba3829 View commit details
    Browse the repository at this point in the history
Loading