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

Initialize GPIOs from static config table #475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Jul 5, 2024

gpio_init() is now the same for every board, and only requires an array that defines the init data for GPIOs.

The idea is to be able to support tooling for generating and validating the GPIO configs.

@crawfxrd crawfxrd marked this pull request as ready for review December 3, 2024 16:37
@crawfxrd crawfxrd requested review from a team December 3, 2024 17:01
gpio_init() is now the same for every board, and only requires an array
that defines the init data for GPIOs.

The idea is to be able to support tooling for generating and validating
the GPIO configs.

Signed-off-by: Tim Crawford <[email protected]>
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