-
Notifications
You must be signed in to change notification settings - Fork 18
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.31.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ftdi-rs/libftd2xx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.32.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 7 files changed
- 3 contributors
Commits on Sep 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 74035e6 - Browse repository at this point
Copy the full SHA 74035e6View commit details -
Move all the FTDI MPSSE definitions and helpers into a separate ftdi-mpsse crate. Update FtdiMpsse implementation using command builder from ftdi-mpsse crate. Re-export definitions from the new crate to reduce the number of breaking changes. Signed-off-by: Sergey Matyukevich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 138ced6 - Browse repository at this point
Copy the full SHA 138ced6View commit details -
use mpsse! macros for simple commands
Use compile-time mpsse! macros for simple commands with fixed parameters to save a call to malloc. Signed-off-by: Sergey Matyukevich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36c4381 - Browse repository at this point
Copy the full SHA 36c4381View commit details -
clocks: use ftdi-mpsse helpers
Use ftdi-mpsse helpers to build MPSSE clock configuration commands. Signed-off-by: Sergey Matyukevich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9401de - Browse repository at this point
Copy the full SHA d9401deView commit details -
Implement Drop trait for Ftdi structure to make sure that FTDI device is properly closed. For this purpose embed Ftdi into Ftx232h. Otherwise the original Ftdi structure is dropped after new Ftx232h structure iscreated. As a result, drop method is called, FTDI device is closed and can not be used by the newly created Ftx232h. Signed-off-by: Sergey Matyukevich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1131502 - Browse repository at this point
Copy the full SHA 1131502View commit details -
The ftdi-mpsse crate defines MpsseCmdExecutor trait. The trait describes basic operations required to work with MPSSE engine on FTDI chip. This commit implements MpsseCmdExecutor for all the FtdiMpsse types provided by libftd2xx. Signed-off-by: Sergey Matyukevich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a80a3a - Browse repository at this point
Copy the full SHA 9a80a3aView commit details -
Merge pull request #48 from geomatsi/common-ftdimpsse
RFC: move mpsse helpers to the separate ftdi-mpsse crate
Configuration menu - View commit details
-
Copy full SHA for d30fc6b - Browse repository at this point
Copy the full SHA d30fc6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f9cc4 - Browse repository at this point
Copy the full SHA 86f9cc4View commit details
Commits on Nov 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab9148f - Browse repository at this point
Copy the full SHA ab9148fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.31.0...0.32.0