@@ -335,6 +335,10 @@ msgstr ""
335
335
msgid "All UART peripherals are in use"
336
336
msgstr ""
337
337
338
+ #: ports/raspberrypi/common-hal/busio/UART.c
339
+ msgid "All UART peripherals in use"
340
+ msgstr ""
341
+
338
342
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
339
343
msgid "All event channels in use"
340
344
msgstr ""
@@ -1277,6 +1281,7 @@ msgstr ""
1277
1281
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1278
1282
#: ports/raspberrypi/common-hal/busio/I2C.c
1279
1283
#: ports/raspberrypi/common-hal/busio/SPI.c
1284
+ #: ports/raspberrypi/common-hal/busio/UART.c
1280
1285
msgid "Invalid pins"
1281
1286
msgstr ""
1282
1287
@@ -1824,6 +1829,10 @@ msgstr ""
1824
1829
msgid "RS485 inversion specified when not in RS485 mode"
1825
1830
msgstr ""
1826
1831
1832
+ #: ports/raspberrypi/common-hal/busio/UART.c
1833
+ msgid "RS485 is not supported on this board"
1834
+ msgstr ""
1835
+
1827
1836
#: ports/cxd56/common-hal/rtc/RTC.c ports/esp32s2/common-hal/rtc/RTC.c
1828
1837
#: ports/mimxrt10xx/common-hal/rtc/RTC.c ports/nrf/common-hal/rtc/RTC.c
1829
1838
#: ports/raspberrypi/common-hal/rtc/RTC.c
@@ -2124,10 +2133,6 @@ msgstr ""
2124
2133
msgid "UART Re-init error"
2125
2134
msgstr ""
2126
2135
2127
- #: ports/raspberrypi/common-hal/busio/UART.c
2128
- msgid "UART not yet supported"
2129
- msgstr ""
2130
-
2131
2136
#: ports/stm/common-hal/busio/UART.c
2132
2137
msgid "UART write error"
2133
2138
msgstr ""
@@ -2455,7 +2460,7 @@ msgid "binary op %q not implemented"
2455
2460
msgstr ""
2456
2461
2457
2462
#: shared-bindings/busio/UART.c
2458
- msgid "bits must be 7, 8 or 9 "
2463
+ msgid "bits must be between 5 and 8 "
2459
2464
msgstr ""
2460
2465
2461
2466
#: shared-bindings/audiomixer/Mixer.c
0 commit comments