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

update to embedded-hal=1.0.0-alpha.10 #663

Merged

Commits on Jul 2, 2023

  1. update to embedded-hal=1.0.0-alpha.10

    there were various breaking changes in alpha.9 and alpha.10 which have
    been applied here. see [their changelog][embedded-hal-1.0.0-alpha.10]
    for further details.
    
    important: this is completely untested beyond "it compiles", please test
    this carefully!
    compilation has been tested with the `stm32f401` feature, the CI will
    show whether it'll also compile for all others.
    
    note that this does only the bare minimum to make it build against the
    new version - it does not implement any of the newly added APIs. this
    can be done in subsequent commits.
    
    this fixes stm32-rs#602
    
    [embedded-hal-1.0.0-alpha.10]: https://github.com/rust-embedded/embedded-hal/blob/v1.0.0-alpha.10/embedded-hal/CHANGELOG.md
    rursprung committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b9d055b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa9e55 View commit details
    Browse the repository at this point in the history