stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
73 stars 51 forks source link

RTC alarm & calibration output #129

Closed dotcypress closed 1 year ago

dotcypress commented 1 year ago

This PR contains:

burrbull commented 1 year ago

Do you plan to support https://docs.rs/time/0.3.17/time/struct.Time.html?

dotcypress commented 1 year ago

@burrbull yes, now I have plans for time crate, but probably this is will be implemented in separate PR.