Skip to content

nrf: Add second UARTE to busio.UART. Init uarts on startup. #1541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
Expand Down Expand Up @@ -347,12 +347,12 @@ msgid "bytes > 8 bits not supported"
msgstr "byte > 8 bit tidak didukung"

#: 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 "tx dan rx keduanya tidak boleh kosong"

#: 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 "Gagal untuk mengalokasikan buffer RX"

Expand All @@ -361,12 +361,12 @@ msgid "Could not initialize UART"
msgstr "Tidak dapat menginisialisasi UART"

#: 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 "Tidak pin RX"

#: 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 "Tidak ada pin TX"

Expand Down Expand Up @@ -850,27 +850,24 @@ msgstr "Semua perangkat I2C sedang digunakan"
msgid "All SPI peripherals are in use"
msgstr "Semua perangkat SPI sedang digunakan"

#: ports/nrf/common-hal/busio/UART.c:49
#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"

#: ports/nrf/common-hal/busio/UART.c:95
#: ports/nrf/common-hal/busio/UART.c:145
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Semua perangkat I2C sedang digunakan"

#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Ukuran buffer tidak valid"

#: ports/nrf/common-hal/busio/UART.c:99
#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Parity ganjil tidak didukung"

#: 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"
msgstr "busio.UART tidak tersedia"

#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
Expand Down Expand Up @@ -2880,3 +2877,6 @@ msgstr ""
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
#~ msgstr ""
#~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"

#~ msgid "busio.UART not available"
#~ msgstr "busio.UART tidak tersedia"
28 changes: 12 additions & 16 deletions locale/circuitpython.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
Expand Down Expand Up @@ -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 ""

Expand All @@ -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 ""

Expand Down Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2018-07-27 11:55-0700\n"
"Last-Translator: Sebastian Plamauer\n"
"Language-Team: \n"
Expand Down Expand Up @@ -345,12 +345,12 @@ msgid "bytes > 8 bits not supported"
msgstr "bytes mit mehr als 8 bits werden nicht unterstützt"

#: 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 "tx und rx können nicht beide None sein"

#: 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 "Konnte keinen RX Buffer allozieren"

Expand All @@ -359,12 +359,12 @@ msgid "Could not initialize UART"
msgstr "Konnte UART nicht initialisieren"

#: 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 "Kein RX Pin"

#: 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 "Kein TX Pin"

Expand Down Expand Up @@ -833,27 +833,24 @@ msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"
msgid "All SPI peripherals are in use"
msgstr "Alle SPI-Peripheriegeräte sind in Benutzung"

#: ports/nrf/common-hal/busio/UART.c:49
#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lX"

#: ports/nrf/common-hal/busio/UART.c:95
#: ports/nrf/common-hal/busio/UART.c:145
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Alle I2C-Peripheriegeräte sind in Benutzung"

#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Ungültige Puffergröße"

#: ports/nrf/common-hal/busio/UART.c:99
#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Ungerade Parität wird nicht unterstützt"

#: 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"
msgstr "busio.UART nicht verfügbar"

#: ports/nrf/common-hal/microcontroller/Processor.c:48
msgid "Cannot get temperature"
msgstr "Kann Temperatur nicht holen"
Expand Down Expand Up @@ -2854,3 +2851,6 @@ msgstr ""

#~ msgid "All PWM peripherals are in use"
#~ msgstr "Alle PWM-Peripheriegeräte werden verwendet"

#~ msgid "busio.UART not available"
#~ msgstr "busio.UART nicht verfügbar"
28 changes: 12 additions & 16 deletions locale/en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2018-07-27 11:55-0700\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -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 ""

Expand All @@ -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 ""

Expand Down Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-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: 2018-08-24 22:56-0500\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -346,12 +346,12 @@ msgid "bytes > 8 bits not supported"
msgstr "bytes > 8 bits no soportados"

#: 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 "Ambos tx y rx no pueden ser None"

#: 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 "Ha fallado la asignación del buffer RX"

Expand All @@ -360,12 +360,12 @@ msgid "Could not initialize UART"
msgstr "No se puede inicializar la UART"

#: 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 "Sin pin RX"

#: 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 "Sin pin TX"

Expand Down Expand Up @@ -847,27 +847,24 @@ msgstr "Todos los timers están siendo usados"
msgid "All SPI peripherals are in use"
msgstr "Todos los timers están siendo usados"

#: ports/nrf/common-hal/busio/UART.c:49
#: ports/nrf/common-hal/busio/UART.c:47
#, c-format
msgid "error = 0x%08lX"
msgstr "error = 0x%08lx"

#: ports/nrf/common-hal/busio/UART.c:95
#: ports/nrf/common-hal/busio/UART.c:145
#, fuzzy
msgid "All UART peripherals are in use"
msgstr "Todos los timers están siendo usados"

#: ports/nrf/common-hal/busio/UART.c:153
msgid "Invalid buffer size"
msgstr "Tamaño de buffer inválido"

#: ports/nrf/common-hal/busio/UART.c:99
#: ports/nrf/common-hal/busio/UART.c:157
msgid "Odd parity is not supported"
msgstr "Paridad impar no soportada"

#: 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"
msgstr "busio.UART no disponible"

#: ports/nrf/common-hal/microcontroller/Processor.c:48
#, fuzzy
msgid "Cannot get temperature"
Expand Down Expand Up @@ -2975,3 +2972,6 @@ msgstr ""

#~ msgid "Can not apply advertisement data. status: 0x%02x"
#~ msgstr "No se puede aplicar los datos de anuncio. status: 0x%02x"

#~ msgid "busio.UART not available"
#~ msgstr "busio.UART no disponible"
Loading