The STM32 variants can't access the RTC to set the clock (key method is private). The SAMD variants don't even have the private method. Add `bool SetTime(const CalendarTime *pNow;` to both `CatenaRTC` and `CatenaStm32L0Rtc`.