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

Commits on Jan 27, 2023

  1. Fix new clippy lint

    newAM committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4cf5480 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Fix new clippy lint

    newAM authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    711a35d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and newAM committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7902801 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. set_latency_timer: allow 0ms duration

    The datasheet for the FT2232H says:
    
        "Latency Timer. This is really a feature of the driver and is used
        to as a timeout to flush short packets of data back to the PC. The
        default is 16ms, but it can be altered between 0ms and 255ms. At 0ms
        latency you get a packet transfer on every high speed microframe."
    
    I have observed that using 0 results in significantly improved
    throughput with small packets on the FT2232H.
    srwalter authored and newAM committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a730261 View commit details
    Browse the repository at this point in the history
  2. version: 0.32.2 -> 0.32.3

    newAM committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    489f779 View commit details
    Browse the repository at this point in the history
Loading