diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-02-12 22:34:05 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-02-12 22:34:05 -0500 |
| commit | e92d90ce9cd93454d2c4301a18d49b980e32c65e (patch) | |
| tree | f60e554cb3e3c9bde2d3e2ba9eb199900cdde71d /locale/circuitpython.pot | |
| parent | 66b0c67f54e76171b974a881776f9c3c2f30c5e7 (diff) | |
Add second UARTE to busio.UART. Init uarts on startup.
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 316766572..f9c0263c0 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-02-12 15:01-0800\n" +"POT-Creation-Date: 2019-02-12 22:32-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -340,12 +340,12 @@ msgid "bytes > 8 bits not supported" msgstr "" #: ports/atmel-samd/common-hal/busio/UART.c:73 -#: ports/nrf/common-hal/busio/UART.c:91 +#: ports/nrf/common-hal/busio/UART.c:149 msgid "tx and rx cannot both be None" msgstr "" #: ports/atmel-samd/common-hal/busio/UART.c:146 -#: ports/nrf/common-hal/busio/UART.c:132 +#: ports/nrf/common-hal/busio/UART.c:188 msgid "Failed to allocate RX buffer" msgstr "" @@ -354,12 +354,12 @@ msgid "Could not initialize UART" msgstr "" #: ports/atmel-samd/common-hal/busio/UART.c:241 -#: ports/nrf/common-hal/busio/UART.c:174 +#: ports/nrf/common-hal/busio/UART.c:230 msgid "No RX pin" msgstr "" #: ports/atmel-samd/common-hal/busio/UART.c:300 -#: ports/nrf/common-hal/busio/UART.c:209 +#: ports/nrf/common-hal/busio/UART.c:265 msgid "No TX pin" msgstr "" @@ -824,25 +824,21 @@ msgstr "" msgid "All SPI peripherals are in use" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:49 +#: ports/nrf/common-hal/busio/UART.c:47 #, c-format msgid "error = 0x%08lX" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:95 -msgid "Invalid buffer size" +#: ports/nrf/common-hal/busio/UART.c:145 +msgid "All UART peripherals are in use" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:99 -msgid "Odd parity is not supported" +#: ports/nrf/common-hal/busio/UART.c:153 +msgid "Invalid buffer size" msgstr "" -#: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339 -#: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349 -#: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360 -#: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369 -#: ports/nrf/common-hal/busio/UART.c:377 -msgid "busio.UART not available" +#: ports/nrf/common-hal/busio/UART.c:157 +msgid "Odd parity is not supported" msgstr "" #: ports/nrf/common-hal/microcontroller/Processor.c:48 |
