circuitpython/ports/nrf/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
..
_bleio nrf: _bleio: clean up timeout calculation 2020-05-19 21:56:39 +08:00
analogio new pin validation routines; don't use mp_const_none if NULL will do 2020-02-28 23:43:04 -05:00
audiobusio nrf: code style 2020-05-13 10:40:41 -05:00
audiopwmio nrf: Ensure ticks enabled while playing audio 2020-05-13 10:40:36 -05:00
board Remove nRF52832 support 2018-12-30 22:49:20 -05:00
busio Compiles! 2020-06-24 12:47:59 -07:00
digitalio Update digitalio api for other ports 2020-05-20 09:23:42 -07:00
displayio First try at lowering the power consumption 2020-03-13 11:12:30 -07:00
microcontroller nRF: Always use sd_nvic_critical_region calls 2020-07-15 09:26:47 -05:00
neopixel_write Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
nvm wip 2020-01-03 10:24:07 -05:00
os os.urandom: remove unneeded sleep 2020-01-08 16:48:17 -06:00
pulseio Combine similar strings to reduce size of translations 2020-08-04 13:34:29 -05:00
rgbmatrix RGBMatrix: finish renaming from Protomatter 2020-04-17 18:44:07 -05:00
rotaryio Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
rtc Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
supervisor Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
watchdog watchdog: use common_hal_watchdog_* pattern 2020-05-27 11:38:29 +08:00