Alex Martens

Results 215 comments of Alex Martens

`sv2v` now builds on aarch64-linux in nixpkgs (`nixpkgs-unstable`/`nixos-unstable`) again.

I do not think it will work with the MPSSE. It might be possible if you bitbang with the pins setup as ordinary GPIOs, unfortunately this will result in a...

Not sure why the changelog build failed. There's a changelog entry in the diff.

Thanks! I put the changelog entry in the correct spot.

> Is there a specific reason why this is not implemented? It has been a while since I wrote this, I think the reason was that the libft2xx error type...

I would still like to keep the existing methods though, the libft2xx errror codes are useful when asking for support from the vendor.

> Also turns out I was wrong, for `Write` one also needs to provide a `flush` function. Do you know how this is supposed to behave in this case? The...

Just to make sure you have seen it, there is another crate that uses the open source `libftdi` driver which has `std::io` traits out of the box: https://crates.io/crates/ftdi I would...

> do you know if it is possible to statically compile this library from Linux for a Windows target? I think this is a bug, I took a look and...

Yup, that was the problem (for that specific error), good find! Will get a release of libftd2xx-ffi out shortly.