Skip to content

Move STM32 RTC to new counter API #11373

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

Closed
erwango opened this issue Nov 14, 2018 · 5 comments
Closed

Move STM32 RTC to new counter API #11373

erwango opened this issue Nov 14, 2018 · 5 comments
Assignees
Labels
area: Counter area: RTC Real Time Clock bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: high High impact/importance bug
Milestone

Comments

@erwango
Copy link
Member

erwango commented Nov 14, 2018

Is your feature request related to a problem? Please describe.
Move STM32 RTC driver to new counter API (cf #8340)

Describe the solution you'd like
Could look at #11347 as example of similar work

@erwango erwango added area: Counter platform: STM32 ST Micro STM32 area: RTC Real Time Clock labels Nov 14, 2018
@galak
Copy link
Collaborator

galak commented Nov 14, 2018

@ydamigos Is this something you might have some time to look into doing?

@galak galak added this to the v1.14.0 milestone Nov 14, 2018
@ydamigos
Copy link
Collaborator

@galak My time is limited but I'll give it a try,

@galak galak added bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug priority: high High impact/importance bug and removed priority: medium Medium impact/importance bug labels Nov 20, 2018
@erwango
Copy link
Member Author

erwango commented Nov 28, 2018

@ydamigos , have you started? I should find some time to check it this week.

@ydamigos
Copy link
Collaborator

@erwango yes, I did some work on it. You could find it here. It compiles but it doesn't work on target.

@erwango
Copy link
Member Author

erwango commented Nov 28, 2018

ok, I finally started as well :-). It is here. Not linking with Cube for some issue for now.
I took some options that could be discussed since new API doesn't fit nicely STM32 RTC IP, but out of our 2 initiatives we should manage to get through.

erwango added a commit to erwango/zephyr that referenced this issue Feb 6, 2019
Provides a STM32 RTC driver using new counter API.
Driver does not support wrap related functions (set, get, ..)

Fixes zephyrproject-rtos#11373

Signed-off-by: Erwan Gouriou <[email protected]>
galak pushed a commit that referenced this issue Feb 7, 2019
Provides a STM32 RTC driver using new counter API.
Driver does not support wrap related functions (set, get, ..)

Fixes #11373

Signed-off-by: Erwan Gouriou <[email protected]>
nashif pushed a commit that referenced this issue Feb 7, 2019
Provides a STM32 RTC driver using new counter API.
Driver does not support wrap related functions (set, get, ..)

Fixes #11373

Signed-off-by: Erwan Gouriou <[email protected]>
@nashif nashif closed this as completed in 458226e Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Counter area: RTC Real Time Clock bug The issue is a bug, or the PR is fixing a bug platform: STM32 ST Micro STM32 priority: high High impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants