summaryrefslogtreecommitdiff
path: root/tests/extmod/machine_rtc.py
AgeCommit message (Collapse)Author
2024-10-24tests/extmod: Fix access of RTC class in machine.RTC test.Damien George
This previously passed on some targets that automatically import the `machine` module in `boot.py`. Signed-off-by: Damien George <damien@micropython.org>
2024-10-24tests/extmod: Add a simple test for machine.RTC.Damien George
Tests at least that the datetime can be set and get correctly. Signed-off-by: Damien George <damien@micropython.org>