-
Notifications
You must be signed in to change notification settings - Fork 3k
S1SBP6A fix RTC range #13880
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
S1SBP6A fix RTC range #13880
Conversation
@heuisam, thank you for your changes. |
One remaining RTC test fails
|
Pull request has been modified.
I didn't check side effect, I update PR to fix it. |
BP6A do not support from 0 to 0xEFFFFFFF in SOC. This patch fixes it in s/w manner. Signed-off-by: Heuisam Kwag <[email protected]>
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.
All RTC tests pass with both Arm and GCC toolchain. Thanks!
@ARMmbed/mbed-os-maintainers please review and kick off CI to merge in time for the upcoming 6.x.y release |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
BP6A do not support from 0 to 0xEFFFFFFF in SOC.
This patch fixes it in s/w manner.
Signed-off-by: Heuisam Kwag [email protected]
Summary of changes
BP6A do not support from 0 to 0xEFFFFFFF in SOC register.
This patch fixes #13876 in s/w manner.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers