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.32.5
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.33.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 2, 2024

  1. Add FT240X EEPROM. Remove FtdiMpsse impl for FT232R because it is uns…

    …upported (#79)
    
    * Add FT240X EEPROM. Remove FtdiMpsse impl for FT232R because it is unsupported.
    
    * Add FT240X EEPROM impls
    * Factorize out mpsse functions from impl_boilerplate_for! macro, as not all devices support mpsse (FT240X, FT232R)
    * Remove impl of FtdiMpsse for Ft232R, as the docs say it is not supported (breaking change)
    * Inhibit tests for set_vid_pid functions on windows, as those functions are not available.
    
    * X series eeprom can invert UART signals
    
    * Respond to comments
    Farmadupe authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1e169f3 View commit details
    Browse the repository at this point in the history
  2. CHANGELOG: update (#81)

    newAM authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    035d403 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. version: 0.32.5 -> 0.33.0

    newAM authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    da7c877 View commit details
    Browse the repository at this point in the history
Loading