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

stmhal: f7: Fix recent RTC to build on F7 #1562

Closed
wants to merge 1 commit into from

Conversation

dhylands
Copy link
Contributor

Does it make sense to add STM32F7DISC to the travis build?

Does it make sense to add STM32F7DISC to the travis build?
@dpgeorge
Copy link
Member

Merged in 1657345.

Does it make sense to add STM32F7DISC to the travis build?

Maybe. It won't slow it down by much.

@dpgeorge dpgeorge closed this Oct 30, 2015
@chuckbook
Copy link

@dhylands
Better use
HAL_PWR_EnableBkUpAccess();
instead of
PWR->CR |= PWR_CR_DBP;
We will support stm32f7xx standby soon...

@dpgeorge
Copy link
Member

Isn't it the same thing? And saves a function call.

@chuckbook
Copy link

just to get rid of conditional compiles

tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Feb 19, 2019
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

3 participants