circuitpython/ports/stm/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 Claim USB pins at startup to prevent overwrites 2020-07-22 14:22:05 -04:00
board create copy 2020-03-11 18:13:06 -04:00
busio Claim USB pins at startup to prevent overwrites 2020-07-22 14:22:05 -04:00
digitalio Claim USB pins at startup to prevent overwrites 2020-07-22 14:22:05 -04:00
displayio Initial work for STM32. Need to fix us delay and PulseIn still. 2020-03-20 12:58:34 -07:00
microcontroller Claim USB pins at startup to prevent overwrites 2020-07-22 14:22:05 -04:00
neopixel_write Initial work for STM32. Need to fix us delay and PulseIn still. 2020-03-20 12:58:34 -07:00
nvm Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
os Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
pulseio Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
rgbmatrix Free timers when modules de-init 2020-07-22 13:58:57 -04:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00