stm32g4xx-hal icon indicating copy to clipboard operation
stm32g4xx-hal copied to clipboard

Rtc

Open usbalbin opened this issue 1 year ago • 3 comments

~~This depends on #68 (and thus includes its commits for now)~~ - merged

src/rtc.rs is more or less taken from stm32g0xx-hal and modified slightly to compile for this crate.

Not yet tested on real hardware

usbalbin avatar May 20 '23 22:05 usbalbin

@usbalbin this PR looks outdated and there are more non-necessary stuff.

no111u3 avatar Nov 30 '23 16:11 no111u3

@usbalbin this PR looks outdated and there are more non-necessary stuff.

I am planning on getting back to this at some point early next year. Will remove all unrelated commits then.

usbalbin avatar Dec 17 '23 22:12 usbalbin

FYI tested on HW with a small change, and works properly for my usecase (VBAT and a supercap) https://github.com/impulse-internal/stm32g4xx-hal/commit/e99341d30c131abb9af2db117ee68bb81dbcde50

jbtheou avatar Feb 23 '24 01:02 jbtheou