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

embedded-hal 1.0 rc3 updates #50

Merged
merged 6 commits into from
Jan 4, 2024
Merged

embedded-hal 1.0 rc3 updates #50

merged 6 commits into from
Jan 4, 2024

Conversation

9names
Copy link
Collaborator

@9names 9names commented Dec 28, 2023

Just a few changes between rc1 and rc3.
DelayUs is replaced with DelayNs (which has default impls for DelayMs and DelayUs but I've kept the original implementations.
GPIO pin functions now take &mut instead of & to ensure that only one borrower can be active at a time.

@9names
Copy link
Collaborator Author

9names commented Dec 28, 2023

MSRV of embedded-hal + riscv crates is 1.60.0
but riscv-target doesn't restrict it's version of regex so 1.65 is the current minimum MSRV.
we should remove it, but not in this PR

@9names 9names force-pushed the e-h_1.0_rc3 branch 4 times, most recently from 7c418c3 to 86b8baa Compare December 30, 2023 02:40
@9names 9names merged commit eeb35ff into sipeed:main Jan 4, 2024
4 checks passed
@9names 9names deleted the e-h_1.0_rc3 branch January 10, 2024 10:11
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.

1 participant