RIOT icon indicating copy to clipboard operation
RIOT copied to clipboard

cpu/stm32wl: Enable rtc support

Open FlapKap opened this issue 10 months ago • 3 comments

Contribution description

This PR adds support for the real-time clock on the stm32wl series devices. Based on information from https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf

Testing procedure

Issues/PRs references

FlapKap avatar Apr 03 '24 12:04 FlapKap

Nice PR.

One remark look at commit conventions.

krzysztof-cabaj avatar Apr 03 '24 13:04 krzysztof-cabaj

Murdock results

:heavy_check_mark: PASSED

54ad88c90e01aa6d534cfd57cb91186bc0badc70 initial

Success Failures Total Runtime
10027 0 10027 11m:02s

Artifacts

riot-ci avatar Apr 03 '24 14:04 riot-ci

Nice PR.

One remark look at commit conventions.

Thanks Krzystof. I will fix it before final review. Currently I haven't gotten alarms to work yet so this PR is mainly to gather advice on that

FlapKap avatar Apr 04 '24 08:04 FlapKap