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

Prepare for patch release of stm32f3 0.13.1 #564

Merged
merged 2 commits into from
Jun 2, 2021
Merged

Conversation

adamgreig
Copy link
Member

Contains backported #558 to allow use in Discovery book.

sirhcel and others added 2 commits June 2, 2021 23:51
The STM32F303 has 9 bit wide RDR and TDR registers and according to the
SVDs this is the case for all other devices with this peripheral too.
Make accessing TDR via tdr().bits() safe again by providing the
appropriate constraints.

The currently exisiting bitWidths have been quick-and-dirty checked
using:

    svd $ xmllint --xpath ".//field[(name = 'RDR' or name = 'TDR') and bitWidth != 9]" --format *.svd *.svd.patched
@adamgreig adamgreig changed the base branch from master to 0.13.x June 2, 2021 22:58
@github-actions
Copy link

github-actions bot commented Jun 2, 2021

Memory map comparison

@adamgreig adamgreig merged commit 5f8274f into 0.13.x Jun 2, 2021
@bors bors bot deleted the stm32f3-0.13.1 branch June 2, 2021 23:01
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