diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-09-21 12:16:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-21 12:16:43 -0400 |
| commit | 0015db1c4c64ec1efa3f41f657819c3c18587c7b (patch) | |
| tree | 7e77e41abf4882b992a459f7f5e831791cfd846f /locale/circuitpython.pot | |
| parent | 3f380ded6b179df2080ef7a12d44ead052fd3815 (diff) | |
| parent | 48e558b2d6e143817fd876ee9dfc88146617c6cd (diff) | |
Merge pull request #1203 from dhalbert/nrf-multiple-i2c-spi
nrf: multiple i2c and spi instances; improve nrfx_config.h
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 0a87676f1..2d52f5262 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: 2018-09-18 22:20-0400\n" +"POT-Creation-Date: 2018-09-20 21:52-0400\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" @@ -356,7 +356,7 @@ msgstr "" #: ports/atmel-samd/common-hal/busio/SPI.c:132 #: ports/atmel-samd/common-hal/busio/UART.c:119 #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c:45 -#: ports/nrf/common-hal/busio/I2C.c:58 +#: ports/nrf/common-hal/busio/I2C.c:77 msgid "Invalid pins" msgstr "" @@ -685,6 +685,18 @@ msgstr "" msgid "AnalogOut functionality not supported" msgstr "" +#: ports/nrf/common-hal/busio/I2C.c:91 +msgid "All I2C peripherals are in use" +msgstr "" + +#: ports/nrf/common-hal/busio/SPI.c:109 +msgid "All SPI peripherals are in use" +msgstr "" + +#: ports/nrf/common-hal/busio/SPI.c:170 +msgid "Baud rate too high for this SPI peripheral" +msgstr "" + #: ports/nrf/common-hal/busio/UART.c:43 ports/nrf/common-hal/busio/UART.c:47 #: ports/nrf/common-hal/busio/UART.c:51 ports/nrf/common-hal/busio/UART.c:60 #: ports/nrf/common-hal/busio/UART.c:66 ports/nrf/common-hal/busio/UART.c:71 |
