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

chore: convert RTC to HAL #2866

Merged
merged 3 commits into from
Dec 23, 2022
Merged

chore: convert RTC to HAL #2866

merged 3 commits into from
Dec 23, 2022

Conversation

gagarinlg
Copy link
Member

Summary of changes:
RTC access is moved from (old) StdPeriph to HAL
HAL makes more sense here than LL, because most of the HAL code would have ended in the rtc driver anyways and there are some differences between STM32F2 and STM32F4 regarding sub-seconds, which are handled in HAL

@pfeerick pfeerick added this to the 2.9 milestone Dec 23, 2022
@pfeerick pfeerick added the compilation Related to compiling the firmware and firmware options label Dec 23, 2022
@pfeerick
Copy link
Member

Time is still correct and modifiable, on T-Pro & X9D+ (STM32F2) and TX16 & NV14 (STM32F4).

@pfeerick pfeerick merged commit a1eabf1 into main Dec 23, 2022
@pfeerick pfeerick deleted the gagarinlg/rtc_hal branch December 23, 2022 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilation Related to compiling the firmware and firmware options
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants