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

Add channel impls for pins PE9 and PE10 when using stm32f303xe feature #345

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

dpralas
Copy link
Contributor

@dpralas dpralas commented Nov 21, 2023

Fixes #344.

@dpralas dpralas changed the title try fix pins Add channel impls for pins PE9 and PE10 when using stm32f303xe feature Nov 21, 2023
Copy link
Member

@Sh3Rm4n Sh3Rm4n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those pin impls are auto generated by tools/adc_channels.py, which is pretty ugly and should be refactored. I'm working on a refactor, so until this is not done your change is fine!

Please add a changelog entry and this PR is good to go (also a rebase is needed fixing the compiler issues in CI)

@dpralas dpralas requested a review from Sh3Rm4n November 24, 2023 09:23
@Sh3Rm4n Sh3Rm4n merged commit f428bb6 into stm32-rs:master Nov 24, 2023
26 checks passed
@Sh3Rm4n
Copy link
Member

Sh3Rm4n commented Nov 24, 2023

Thanks, much appreciated. I'll hope to release a new version soon.

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.

Missing Channel<ADC3> implementation for PE9 and PE10?
2 participants