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

Adding missing RCC_CRRCR register #141

Merged
merged 2 commits into from
Feb 24, 2019
Merged

Adding missing RCC_CRRCR register #141

merged 2 commits into from
Feb 24, 2019

Conversation

mathk
Copy link
Contributor

@mathk mathk commented Jan 15, 2019

No description provided.

@mathk
Copy link
Contributor Author

mathk commented Jan 15, 2019

Could most probably apply to other l4 family. Let me know the name of the peripheral/rcc file name if refactoring is needed.

@mathk
Copy link
Contributor Author

mathk commented Jan 16, 2019

CRRCR is missing on stm32l4x5 and stm32l4x6

peripherals/rcc/rcc_crrcr.yaml Outdated Show resolved Hide resolved
@mathk
Copy link
Contributor Author

mathk commented Jan 23, 2019

@adamgreig I think this is now ready. Let me know if you need more change.

@adamgreig adamgreig merged commit 289eb90 into stm32-rs:master Feb 24, 2019
@twilco
Copy link

twilco commented Mar 3, 2019

Thanks for this fix! Has it been released yet? I'm blocked by the same error as stm32-rs/stm32l4xx-hal#38, which can't be fixed until a new version of this crate is cut with this fix.

@adamgreig
Copy link
Member

@twilco this hasn't been released yet but will be in the next release 0.7.0, which I hope to cut once I finish the other pending reviews sometime in the next week.

@twilco
Copy link

twilco commented Mar 3, 2019

Great, thanks @adamgreig!

@twilco
Copy link

twilco commented Mar 30, 2019

Hey @adamgreig - any updates on when 0.7.0 is going to land? 🙂

bors bot added a commit that referenced this pull request May 27, 2019
219: Add missing crrcr reg for l4x3 series chips r=adamgreig a=MabezDev

It appears #141 missed the crrcr register for the L4x3 chips, this PR addresses that.

Co-authored-by: Scott Mabin <mabezdev@gmail.com>
bors bot added a commit that referenced this pull request May 28, 2019
218: stm32h7x3: flash access and usart/uart confusion r=adamgreig a=richardeoin

Fix some subtle errors

* stm32h7: fix write-only and read-only registers in FLASH
* stm32h7: Fix confusion between USART and UART in RCC RSTR / ENR

219: Add missing crrcr reg for l4x3 series chips r=adamgreig a=MabezDev

It appears #141 missed the crrcr register for the L4x3 chips, this PR addresses that.

Co-authored-by: Richard Meadows <962920+richardeoin@users.noreply.github.com>
Co-authored-by: Scott Mabin <mabezdev@gmail.com>
bors bot added a commit that referenced this pull request May 28, 2019
219: Add missing crrcr reg for l4x3 series chips r=adamgreig a=MabezDev

It appears #141 missed the crrcr register for the L4x3 chips, this PR addresses that.

Co-authored-by: Scott Mabin <mabezdev@gmail.com>
bors bot added a commit that referenced this pull request May 30, 2019
219: Add missing crrcr reg for l4x3 series chips r=adamgreig a=MabezDev

It appears #141 missed the crrcr register for the L4x3 chips, this PR addresses that.

Co-authored-by: Scott Mabin <mabezdev@gmail.com>
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

4 participants