Skip to content

Fix GPIO enable ordering in design-contracts example - #419

Open
mehmethekim wants to merge 1 commit into
rust-embedded:masterfrom
mehmethekim:fix/gpio-enable-order
Open

Fix GPIO enable ordering in design-contracts example#419
mehmethekim wants to merge 1 commit into
rust-embedded:masterfrom
mehmethekim:fix/gpio-enable-order

Conversation

@mehmethekim

Copy link
Copy Markdown

Configuring direction/mode no longer requires enable to be set first, avoiding a transient glitch state where a pin is enabled with the wrong direction. Fixes #397.

Configuring direction/mode no longer requires enable to be set first,
avoiding a transient glitch state where a pin is enabled with the
wrong direction. Fixes rust-embedded#397.
@mehmethekim
mehmethekim requested a review from a team as a code owner August 17, 2026 11:21
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.

a GPIO should always be enabled AFTER configuring direction etc

1 participant