-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32 RTC : update free function #6217
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
Conversation
@jeromecoutant Thanks for this fix. |
/morph build |
Build : SUCCESSBuild number : 1269 Triggering tests/morph test |
@jeromecoutant @cmonr Please note that we have some failures indicated by CI (Jenkins and AWS). Unfortunately I don't have access to check what is wrong. |
I'll restart both, reviewed, not related to this PR |
@@ -144,28 +144,8 @@ void rtc_init(void) | |||
|
|||
void rtc_free(void) | |||
{ | |||
#if !MBED_CONF_TARGET_LSE_AVAILABLE |
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.
I can't find info for this removal in the commit message
Can you provide description how is this being updated? MBED_CONF_TARGET_LSE_AVAILABLE
why is being removed, and adding TARGET_STM32F1
- are these 2 related?
Can you amend the commit message?
- LSI specific implementation is removed - Remove RTC clock disable
F1 is the only STM32 family where RTC date is not saved into registers
bdf3316
to
961c8da
Compare
Test : SUCCESSBuild number : 1066 |
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 for providing more info, and splitting it to 2 commits
/morph build |
Build : SUCCESSBuild number : 1277 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 939 |
Test : SUCCESSBuild number : 1070 |
Exporter Build : FAILUREBuild number : 943 |
Restarting the export build. Another ARM license file issue... /morph export-build |
Exporter Build : SUCCESSBuild number : 950 |
Description
Fix found during RTC tests with reset.
Tests status verified in master and in feature-hal-spec-rtc branches
@mprse
Pull request type