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

STM32F1 RTC : wrong Sunday value #7777

Merged
merged 1 commit into from
Aug 15, 2018
Merged

Conversation

jeromecoutant
Copy link
Collaborator

Description

In struc tm, tm_wday is the day since Sunday with value from 0 to 6

In ST RTC driver, Sunday is coded as 7 for all STM32 family,
except for STM32F1, where value is 0

Pull request type

[X] Fix
[ ] Refactor
[ ] Target update
[ ] Feature
[ ] Breaking change

@cmonr
Copy link
Contributor

cmonr commented Aug 13, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Aug 14, 2018

Build : SUCCESS

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

Triggering tests

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

@mbed-ci
Copy link

mbed-ci commented Aug 14, 2018

@cmonr
Copy link
Contributor

cmonr commented Aug 14, 2018

/morph test

@mbed-ci
Copy link

mbed-ci commented Aug 15, 2018

Test : SUCCESS

Build number : 2542
Test logs :http://mbed-os-logs.s3-website-us-west-1.amazonaws.com/?prefix=logs/7777/2542

@cmonr cmonr merged commit 134ff0a into ARMmbed:master Aug 15, 2018
@jeromecoutant jeromecoutant deleted the PR_SUNDAY branch August 16, 2018 07:26
pan- pushed a commit to pan-/mbed that referenced this pull request Aug 22, 2018
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.

4 participants