circuitpython/ports/atmel-samd/common-hal/rtc
Jeff Epler dddd25a776 Combine similar strings to reduce size of translations
This is a slight trade-off with code size, in places where a "_varg"
mp_raise variant is now used.  The net savings on trinket_m0 is
just 32 bytes.

It also means that the translation will include the original English
text, and cannot be translated.  These are usually names of Python
types such as int, set, or dict or special values such as "inf" or
"Nan".
2020-08-04 13:34:29 -05:00
..
RTC.c Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
RTC.h Initial work on SAMD 2020-03-13 11:16:41 -07:00
__init__.c atmel-samd: Add rtc module support 2018-04-16 13:15:08 +02:00