Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature/Improvement] Find a way to install Windows FTDI Driver in the CI pipeline #35

Open
ScottGibb opened this issue Dec 10, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@ScottGibb
Copy link
Collaborator

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

@ScottGibb ScottGibb added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant