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 v1.0.0 (no more RC!) #723

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

rursprung
Copy link
Contributor

it finally happened: the stable release of embedded-hal has just been released.

@rursprung rursprung force-pushed the update-to-eh-1 branch 2 times, most recently from bca5e3c to 641f872 Compare January 9, 2024 22:21
it finally happened: the stable release of `embedded-hal` has just been
released.

note that between RC.3 and the final release the `ToggleableOutputPin`
has been removed. the `toggle` method was moved to `StatefulOutputPin`
which does the same as the HAL-internal `toggle` method, thus no
implementation is needed anymore on our side.
@burrbull burrbull added this pull request to the merge queue Jan 10, 2024
Merged via the queue into stm32-rs:master with commit da25608 Jan 10, 2024
23 checks passed
@rursprung rursprung deleted the update-to-eh-1 branch January 10, 2024 07:16
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