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

[NUCLEO_L476RG] RTC+LSE #1551

Merged
merged 2 commits into from
Feb 25, 2016
Merged

[NUCLEO_L476RG] RTC+LSE #1551

merged 2 commits into from
Feb 25, 2016

Conversation

dbestm
Copy link
Contributor

@dbestm dbestm commented Feb 17, 2016

make the RTC works properly with LSE (increase time out startup time + use HW flag) and add the possibility to use the LSI (internal clock)

make the RTC works properly with LSE and add the possibility to use the
LSI (internal clock)
#if DEVICE_RTC_LSI
return rtc_inited;
#else
if ((RTC->ISR & RTC_ISR_INITS) == RTC_ISR_INITS) return 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the formatting here

if () {
  //code
} else {
  //code
}

@0xc0170
Copy link
Contributor

0xc0170 commented Feb 20, 2016

Some changes here are same as in #1548 ? Please fix there the formatting, lets merge first earlier pull request, and rebase this one after the merge

@dbestm dbestm mentioned this pull request Feb 22, 2016
@0xc0170 0xc0170 merged commit 37afc01 into ARMmbed:master Feb 25, 2016
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.

2 participants