-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Comments
@ydamigos Is this something you might have some time to look into doing? |
@galak My time is limited but I'll give it a try, |
@ydamigos , have you started? I should find some time to check it this week. |
ok, I finally started as well :-). It is here. Not linking with Cube for some issue for now. |
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]>
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]>
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]>
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: