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 missing SPI3 remap #265

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Conversation

mitchmindtree
Copy link
Contributor

This is necessary in order for SPI3 to function correctly.

Note that this is a breaking change, as it requires access to MAPR via
a new argument. This has been added as the third argument to match the
spi1 constructor.

Tested successfully on an F107.

@TheZoq2
Copy link
Member

TheZoq2 commented Sep 17, 2020

Hmm, this is interesting. Is the spi3 completely unusable without remap?

@mitchmindtree
Copy link
Contributor Author

From memory yes, this allowed me to get it working at all, but I haven't had a chance to triple check this since your comment just yet.

@TheZoq2
Copy link
Member

TheZoq2 commented Oct 4, 2020

Oh, I looked into this in more detail and it makes a lot of sense that this would be needed now. Would you mind fixing the merge conflict in CHANGELOG.md?

This is necessary in order for SPI3 to function correctly.

Note that this is a breaking change, as it requires access to `MAPR` via
a new argument. This has been added as the third argument to match the
`spi1` constructor.

Tested successfully on an F107.
@TheZoq2
Copy link
Member

TheZoq2 commented Oct 5, 2020

Thanks!

@TheZoq2 TheZoq2 merged commit 38095be into stm32-rs:master Oct 5, 2020
@mitchmindtree mitchmindtree deleted the spi3-remap branch October 7, 2020 11:46
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