summaryrefslogtreecommitdiff
path: root/ports/raspberrypi/common-hal/rtc
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-03-10raspberrypi: RTC: Ensure a time is setJeff Epler
Until a time is set, the RTC is not running, and rtc_get_datetime() returns false without assigning to the out-parameter. In CircuitPython, this would manifest as arbitrary values being returned, since uninitialized storage on the stack was being converted into a timestamp.
2021-02-02rtc implementation for rp2040microDev