-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Backport backup register #8953
Backport backup register #8953
Conversation
Change to be coherent with the change on NuttX upstream, in the future STM32_BKP_BASE will be removed. This is using the definition over stm32_rtc.h interface.
This is included in other stm32 architectures in the stm32.h file.
Thanks! |
Is this still WIP? |
@LorenzMeier the only issue is the compilation error on |
Update: Old chip such as the one used for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @simonegu. I tested that reboot -b
works now on fmu-v5.
Change to be coherent with the change on NuttX upstream, in the future
STM32_BKP_BASE will be removed. This is using the definition over stm32_rtc.h interface.
In addition, the definition of
STM32_BKP_BASE
is not correct for stm32f7.This PR also add a missing definition for stm32f7 boards for
up_systemreset()
which was usually included in stm32.h which is not defined for stm32f7 boards.