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

Fix embedded-hal version #167

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

Finomnis
Copy link
Contributor

  • Update embedded-hal to 0.2.6:
    This crate uses eh02::blocking::i2c::Operation, which only exists for embedded-hal 0.2.6 and upwards
  • Update bitflags to 1.3:
    This crate uses .complement() which only exists in bitflags 1.3 and upwards
  • Update ral-registers to 0.1.2:
    This crate uses newer features from ral-registers 0.1.2

- This crate uses eh02::blocking::i2c::Operation, which only exists for
  embedded-hal 0.2.6 and upwards.
- This crate uses .complement() which only exists in bitflags 1.3 and
  upwards.
- We use trailing commas, available in the 0.1.3 ral-registers release.
@mciantyre mciantyre force-pushed the fix_embedded_hal_version branch from 2ae8762 to 4abef5b Compare June 24, 2024 10:51
Copy link
Member

@mciantyre mciantyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good. There's a commit on main that uses the trailing comma support in the latest ral-registers release. I bumped the version during my rebase.

@mciantyre mciantyre merged commit 4abef5b into imxrt-rs:main Jun 24, 2024
31 checks passed
@Finomnis Finomnis deleted the fix_embedded_hal_version branch June 25, 2024 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants