@@ -130,6 +130,7 @@ msgstr ""
130130msgid "%q indices must be integers, not %s"
131131msgstr ""
132132
133+ #: ports/analog/common-hal/busio/SPI.c ports/analog/common-hal/busio/UART.c
133134#: shared-module/bitbangio/SPI.c
134135msgid "%q init failed"
135136msgstr ""
@@ -158,6 +159,10 @@ msgstr ""
158159msgid "%q length must be >= %d"
159160msgstr ""
160161
162+ #: py/runtime.c
163+ msgid "%q moved from %q to %q"
164+ msgstr ""
165+
161166#: py/argcheck.c
162167msgid "%q must be %d"
163168msgstr ""
@@ -237,6 +242,7 @@ msgstr ""
237242msgid "%q out of bounds"
238243msgstr ""
239244
245+ #: ports/analog/common-hal/busio/SPI.c
240246#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
241247#: ports/cxd56/common-hal/pulseio/PulseIn.c
242248#: ports/nordic/common-hal/pulseio/PulseIn.c
@@ -498,7 +504,8 @@ msgstr ""
498504msgid "All SPI peripherals are in use"
499505msgstr ""
500506
501- #: ports/espressif/common-hal/busio/UART.c ports/nordic/common-hal/busio/UART.c
507+ #: ports/analog/common-hal/busio/UART.c ports/espressif/common-hal/busio/UART.c
508+ #: ports/nordic/common-hal/busio/UART.c
502509msgid "All UART peripherals are in use"
503510msgstr ""
504511
@@ -649,6 +656,7 @@ msgstr ""
649656msgid "Boot device must be first (interface #0)."
650657msgstr ""
651658
659+ #: ports/analog/common-hal/busio/UART.c
652660#: ports/mimxrt10xx/common-hal/busio/UART.c
653661msgid "Both RX and TX required for flow control"
654662msgstr ""
@@ -991,7 +999,7 @@ msgid ""
991999"Failed to add service TXT record; non-string or bytes found in txt_records"
9921000msgstr ""
9931001
994- #: shared-module/rgbmatrix/RGBMatrix.c
1002+ #: ports/analog/common-hal/busio/UART.c shared-module/rgbmatrix/RGBMatrix.c
9951003msgid "Failed to allocate %q buffer"
9961004msgstr ""
9971005
@@ -1049,6 +1057,10 @@ msgstr ""
10491057msgid "Failed to release mutex, err 0x%04x"
10501058msgstr ""
10511059
1060+ #: ports/analog/common-hal/busio/SPI.c
1061+ msgid "Failed to set SPI Clock Mode"
1062+ msgstr ""
1063+
10521064#: ports/zephyr-cp/common-hal/wifi/Radio.c
10531065msgid "Failed to set hostname"
10541066msgstr ""
@@ -1251,6 +1263,10 @@ msgstr ""
12511263msgid "Interrupted by output function"
12521264msgstr ""
12531265
1266+ #: ports/analog/common-hal/busio/UART.c
1267+ #: ports/analog/peripherals/max32690/max32_i2c.c
1268+ #: ports/analog/peripherals/max32690/max32_spi.c
1269+ #: ports/analog/peripherals/max32690/max32_uart.c
12541270#: ports/espressif/common-hal/_bleio/Service.c
12551271#: ports/espressif/common-hal/espulp/ULP.c
12561272#: ports/espressif/common-hal/microcontroller/Processor.c
@@ -1343,6 +1359,7 @@ msgstr ""
13431359msgid "Invalid socket for TLS"
13441360msgstr ""
13451361
1362+ #: ports/analog/common-hal/busio/SPI.c
13461363#: ports/espressif/common-hal/espidf/__init__.c
13471364#: ports/nordic/common-hal/_bleio/__init__.c
13481365msgid "Invalid state"
@@ -1902,6 +1919,7 @@ msgstr ""
19021919msgid "ROS topic failed to initialize"
19031920msgstr ""
19041921
1922+ #: ports/analog/common-hal/busio/UART.c
19051923#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
19061924#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
19071925msgid "RS485"
@@ -1994,6 +2012,10 @@ msgstr ""
19942012msgid "SPI init error"
19952013msgstr ""
19962014
2015+ #: ports/analog/common-hal/busio/SPI.c
2016+ msgid "SPI needs MOSI, MISO, and SCK"
2017+ msgstr ""
2018+
19972019#: ports/raspberrypi/common-hal/busio/SPI.c
19982020msgid "SPI peripheral in use"
19992021msgstr ""
@@ -2125,6 +2147,10 @@ msgstr ""
21252147msgid "Timeout is too long: Maximum timeout length is %d seconds"
21262148msgstr ""
21272149
2150+ #: ports/analog/common-hal/busio/UART.c
2151+ msgid "Timeout must be < 100 seconds"
2152+ msgstr ""
2153+
21282154#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21292155msgid "Too many channels in sample"
21302156msgstr ""
@@ -2168,6 +2194,10 @@ msgstr ""
21682194msgid "UART init"
21692195msgstr ""
21702196
2197+ #: ports/analog/common-hal/busio/UART.c
2198+ msgid "UART needs TX & RX"
2199+ msgstr ""
2200+
21712201#: ports/raspberrypi/common-hal/busio/UART.c
21722202msgid "UART peripheral in use"
21732203msgstr ""
@@ -2176,6 +2206,14 @@ msgstr ""
21762206msgid "UART re-init"
21772207msgstr ""
21782208
2209+ #: ports/analog/common-hal/busio/UART.c
2210+ msgid "UART read error"
2211+ msgstr ""
2212+
2213+ #: ports/analog/common-hal/busio/UART.c
2214+ msgid "UART transaction timeout"
2215+ msgstr ""
2216+
21792217#: ports/stm/common-hal/busio/UART.c
21802218msgid "UART write"
21812219msgstr ""
0 commit comments