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

stm32: generate singletons only for pins that actually exist. #3738

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

Dirbaio
Copy link
Member

@Dirbaio Dirbaio commented Jan 7, 2025

Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes
codegen to only generate singletons for actually-existing pins.

(AFs were already previously filtered, so these non-existing pins were already mostly useless)

Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes
codegen to only generate singletons for actually-existing pins.

(AFs were already previously filtered, so these non-existing pins were already mostly useless)
@Dirbaio
Copy link
Member Author

Dirbaio commented Jan 7, 2025

bender run

@Dirbaio Dirbaio merged commit 33d6f65 into main Jan 7, 2025
10 checks passed
@Dirbaio Dirbaio deleted the stm32-filter-pins branch January 7, 2025 20:07
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