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

remap enums #462

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

remap enums #462

wants to merge 10 commits into from

Conversation

burrbull
Copy link
Contributor

@burrbull burrbull commented Apr 12, 2023

This is breaking change.
It uses similar idea to stm32-rs/stm32f4xx-hal#594 and family, but different.
Istead of pins: TupleOfPinEnums peripheral keeps pins: EnumOfPinTupleCombinations. It is less beautiful and flexible, but gives workaround for AFIO map issues (which is F1 only).

Needs complex testing. cc @all_who_can_test_and_have_ideas :)

@burrbull burrbull force-pushed the maps branch 3 times, most recently from 01cec99 to 27d0358 Compare April 12, 2023 14:09
@burrbull burrbull marked this pull request as ready for review April 12, 2023 14:09
@burrbull burrbull force-pushed the maps branch 2 times, most recently from 8fc3883 to 799ac57 Compare July 29, 2023 04:06
Copy link
Member

@therealprof therealprof left a comment

Choose a reason for hiding this comment

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

LGTM, not in a position to test this ATM, though.

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.

None yet

2 participants