@@ -130,6 +130,7 @@ msgstr ""
130
130
msgid "%q indices must be integers, not %s"
131
131
msgstr ""
132
132
133
+ #: ports/analog/common-hal/busio/SPI.c ports/analog/common-hal/busio/UART.c
133
134
#: shared-module/bitbangio/SPI.c
134
135
msgid "%q init failed"
135
136
msgstr ""
@@ -158,6 +159,10 @@ msgstr ""
158
159
msgid "%q length must be >= %d"
159
160
msgstr ""
160
161
162
+ #: py/runtime.c
163
+ msgid "%q moved from %q to %q"
164
+ msgstr ""
165
+
161
166
#: py/argcheck.c
162
167
msgid "%q must be %d"
163
168
msgstr ""
@@ -237,6 +242,7 @@ msgstr ""
237
242
msgid "%q out of bounds"
238
243
msgstr ""
239
244
245
+ #: ports/analog/common-hal/busio/SPI.c
240
246
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
241
247
#: ports/cxd56/common-hal/pulseio/PulseIn.c
242
248
#: ports/nordic/common-hal/pulseio/PulseIn.c
@@ -498,7 +504,8 @@ msgstr ""
498
504
msgid "All SPI peripherals are in use"
499
505
msgstr ""
500
506
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
502
509
msgid "All UART peripherals are in use"
503
510
msgstr ""
504
511
@@ -649,6 +656,7 @@ msgstr ""
649
656
msgid "Boot device must be first (interface #0)."
650
657
msgstr ""
651
658
659
+ #: ports/analog/common-hal/busio/UART.c
652
660
#: ports/mimxrt10xx/common-hal/busio/UART.c
653
661
msgid "Both RX and TX required for flow control"
654
662
msgstr ""
@@ -991,7 +999,7 @@ msgid ""
991
999
"Failed to add service TXT record; non-string or bytes found in txt_records"
992
1000
msgstr ""
993
1001
994
- #: shared-module/rgbmatrix/RGBMatrix.c
1002
+ #: ports/analog/common-hal/busio/UART.c shared-module/rgbmatrix/RGBMatrix.c
995
1003
msgid "Failed to allocate %q buffer"
996
1004
msgstr ""
997
1005
@@ -1049,6 +1057,10 @@ msgstr ""
1049
1057
msgid "Failed to release mutex, err 0x%04x"
1050
1058
msgstr ""
1051
1059
1060
+ #: ports/analog/common-hal/busio/SPI.c
1061
+ msgid "Failed to set SPI Clock Mode"
1062
+ msgstr ""
1063
+
1052
1064
#: ports/zephyr-cp/common-hal/wifi/Radio.c
1053
1065
msgid "Failed to set hostname"
1054
1066
msgstr ""
@@ -1251,6 +1263,10 @@ msgstr ""
1251
1263
msgid "Interrupted by output function"
1252
1264
msgstr ""
1253
1265
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
1254
1270
#: ports/espressif/common-hal/_bleio/Service.c
1255
1271
#: ports/espressif/common-hal/espulp/ULP.c
1256
1272
#: ports/espressif/common-hal/microcontroller/Processor.c
@@ -1343,6 +1359,7 @@ msgstr ""
1343
1359
msgid "Invalid socket for TLS"
1344
1360
msgstr ""
1345
1361
1362
+ #: ports/analog/common-hal/busio/SPI.c
1346
1363
#: ports/espressif/common-hal/espidf/__init__.c
1347
1364
#: ports/nordic/common-hal/_bleio/__init__.c
1348
1365
msgid "Invalid state"
@@ -1902,6 +1919,7 @@ msgstr ""
1902
1919
msgid "ROS topic failed to initialize"
1903
1920
msgstr ""
1904
1921
1922
+ #: ports/analog/common-hal/busio/UART.c
1905
1923
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1906
1924
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1907
1925
msgid "RS485"
@@ -1994,6 +2012,10 @@ msgstr ""
1994
2012
msgid "SPI init error"
1995
2013
msgstr ""
1996
2014
2015
+ #: ports/analog/common-hal/busio/SPI.c
2016
+ msgid "SPI needs MOSI, MISO, and SCK"
2017
+ msgstr ""
2018
+
1997
2019
#: ports/raspberrypi/common-hal/busio/SPI.c
1998
2020
msgid "SPI peripheral in use"
1999
2021
msgstr ""
@@ -2125,6 +2147,10 @@ msgstr ""
2125
2147
msgid "Timeout is too long: Maximum timeout length is %d seconds"
2126
2148
msgstr ""
2127
2149
2150
+ #: ports/analog/common-hal/busio/UART.c
2151
+ msgid "Timeout must be < 100 seconds"
2152
+ msgstr ""
2153
+
2128
2154
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2129
2155
msgid "Too many channels in sample"
2130
2156
msgstr ""
@@ -2168,6 +2194,10 @@ msgstr ""
2168
2194
msgid "UART init"
2169
2195
msgstr ""
2170
2196
2197
+ #: ports/analog/common-hal/busio/UART.c
2198
+ msgid "UART needs TX & RX"
2199
+ msgstr ""
2200
+
2171
2201
#: ports/raspberrypi/common-hal/busio/UART.c
2172
2202
msgid "UART peripheral in use"
2173
2203
msgstr ""
@@ -2176,6 +2206,14 @@ msgstr ""
2176
2206
msgid "UART re-init"
2177
2207
msgstr ""
2178
2208
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
+
2179
2217
#: ports/stm/common-hal/busio/UART.c
2180
2218
msgid "UART write"
2181
2219
msgstr ""
0 commit comments