circuitpython/ports/mimxrt10xx/common-hal
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
..
analogio Add license to some obvious files. 2020-07-06 19:16:25 +01:00
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio Add license to some obvious files. 2020-07-06 19:16:25 +01:00
digitalio Merge branch 'master' into esp32s2_digitalio 2020-05-21 08:52:39 -07:00
displayio Get basic sleep going on the iMX RT 1011 2020-03-24 15:46:10 -07:00
microcontroller Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
neopixel_write Fix iMX builds 2020-03-31 17:00:30 -07:00
os Add initial MIMXRT10XX port 2020-01-06 21:08:49 +01:00
pulseio Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
rtc Fix alarm so that it is correctly set. 2020-04-07 13:07:29 -07:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00