| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2021-03-10 | raspberrypi: RTC: Ensure a time is set | Jeff 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-02 | rtc implementation for rp2040 | microDev | |
