micropython/ports/samd/mcu/samd21
robert-hh 05bb26010e samd: Always provide the machine.RTC class.
Even if boards do not have a clock crystal.  In that case, the clock
quality will be very poor.

Always having machine.RTC means that the date/time can be set in a way that
is consistent with other ports.

This commit also removes the special code in modutime.c for devices without
the RTC class.

Signed-off-by: Damien George <damien@micropython.org>
2023-03-13 12:44:34 +11:00
..
clock_config.c samd/mcu: Set the SAMD21 us-counter to 2 MHz for better resolution. 2023-02-21 23:17:12 +11:00
mpconfigmcu.h samd: Always provide the machine.RTC class. 2023-03-13 12:44:34 +11:00
mpconfigmcu.mk shared/runtime/gchelper: Drop cpu directive from ARM asm helpers. 2023-01-28 15:51:38 +11:00
pin-af-table.csv samd/pin_af: Simplify the pin-af-table handling. 2022-10-06 23:05:46 +11:00