Skip to content

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

Merged
merged 2 commits into from
Feb 27, 2018
Merged

STM32 RTC : update free function #6217

merged 2 commits into from
Feb 27, 2018

Conversation

jeromecoutant
Copy link
Collaborator

Description

Fix found during RTC tests with reset.

Tests status verified in master and in feature-hal-spec-rtc branches

@mprse

Pull request type

  • Fix
  • Refactor
  • New Target
  • Feature

@mprse
Copy link
Contributor

mprse commented Feb 27, 2018

@jeromecoutant Thanks for this fix.

cmonr
cmonr previously approved these changes Feb 27, 2018
@cmonr
Copy link
Contributor

cmonr commented Feb 27, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

Build : SUCCESS

Build number : 1269
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6217/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mprse
Copy link
Contributor

mprse commented Feb 27, 2018

@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.

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 27, 2018

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
Copy link
Contributor

@0xc0170 0xc0170 Feb 27, 2018

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
@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

Copy link
Contributor

@0xc0170 0xc0170 left a 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

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 27, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

Build : SUCCESS

Build number : 1277
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6217/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

@cmonr
Copy link
Contributor

cmonr commented Feb 27, 2018

Restarting the export build. Another ARM license file issue...

/morph export-build

@mbed-ci
Copy link

mbed-ci commented Feb 27, 2018

@cmonr cmonr merged commit 19e07e8 into ARMmbed:master Feb 27, 2018
@cmonr cmonr removed the needs: CI label Feb 27, 2018
@jeromecoutant jeromecoutant deleted the PR_RTC branch February 28, 2018 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants