[Feature/Improvement] Find a way to install Windows FTDI Driver in the CI pipeline #35
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
In our current CI/CD setup we have a build stage which builds all the examples on different operating systems. Due to the way windows works there is no easy way of installing the FTDI driver for the ftdi-embedded-hal crate.
https://github.com/ftdi-rs/libftd2xx
https://crates.io/crates/ftdi-embedded-hal
This results in us skipping the FTDI_Build stage on Windows.
Describe the solution you'd like
We would like to be able to run the FTDI examples on Windows as well to ensure our library is truly cross platform.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: