@@ -339,6 +339,10 @@ msgstr ""
339
339
msgid "All event channels in use"
340
340
msgstr ""
341
341
342
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
343
+ msgid "All state machines in use"
344
+ msgstr ""
345
+
342
346
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
343
347
msgid "All sync event channels in use"
344
348
msgstr ""
@@ -387,6 +391,7 @@ msgstr ""
387
391
#: ports/cxd56/common-hal/analogio/AnalogOut.c
388
392
#: ports/mimxrt10xx/common-hal/analogio/AnalogOut.c
389
393
#: ports/nrf/common-hal/analogio/AnalogOut.c
394
+ #: ports/raspberrypi/common-hal/analogio/AnalogOut.c
390
395
msgid "AnalogOut functionality not supported"
391
396
msgstr ""
392
397
@@ -586,6 +591,7 @@ msgstr ""
586
591
#: ports/atmel-samd/common-hal/digitalio/DigitalInOut.c
587
592
#: ports/mimxrt10xx/common-hal/digitalio/DigitalInOut.c
588
593
#: ports/nrf/common-hal/digitalio/DigitalInOut.c
594
+ #: ports/raspberrypi/common-hal/digitalio/DigitalInOut.c
589
595
msgid "Cannot get pull while in output mode"
590
596
msgstr ""
591
597
@@ -863,7 +869,8 @@ msgstr ""
863
869
msgid "Error: Failure to bind"
864
870
msgstr ""
865
871
866
- #: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
872
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
873
+ #: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
867
874
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
868
875
#: shared-bindings/neopixel_write/__init__.c
869
876
#: shared-bindings/terminalio/Terminal.c
@@ -1045,6 +1052,10 @@ msgstr ""
1045
1052
msgid "I2C Init Error"
1046
1053
msgstr ""
1047
1054
1055
+ #: ports/raspberrypi/common-hal/busio/I2C.c
1056
+ msgid "I2C peripheral in use"
1057
+ msgstr ""
1058
+
1048
1059
#: shared-bindings/audiobusio/I2SOut.c
1049
1060
msgid "I2SOut not available"
1050
1061
msgstr ""
@@ -1068,6 +1079,10 @@ msgstr ""
1068
1079
msgid "Incorrect buffer size"
1069
1080
msgstr ""
1070
1081
1082
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1083
+ msgid "Init program size invalid"
1084
+ msgstr ""
1085
+
1071
1086
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
1072
1087
msgid "Initialization failed due to lack of memory"
1073
1088
msgstr ""
@@ -1080,6 +1095,31 @@ msgstr ""
1080
1095
msgid "Input/output error"
1081
1096
msgstr ""
1082
1097
1098
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1099
+ #, c-format
1100
+ msgid "Instruction %d jumps on pin"
1101
+ msgstr ""
1102
+
1103
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1104
+ #, c-format
1105
+ msgid "Instruction %d shifts in more bits than pin count"
1106
+ msgstr ""
1107
+
1108
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1109
+ #, c-format
1110
+ msgid "Instruction %d shifts out more bits than pin count"
1111
+ msgstr ""
1112
+
1113
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1114
+ #, c-format
1115
+ msgid "Instruction %d uses extra pin"
1116
+ msgstr ""
1117
+
1118
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1119
+ #, c-format
1120
+ msgid "Instruction %d waits on input outside of count"
1121
+ msgstr ""
1122
+
1083
1123
#: ports/nrf/common-hal/_bleio/__init__.c
1084
1124
msgid "Insufficient authentication"
1085
1125
msgstr ""
@@ -1131,7 +1171,7 @@ msgstr ""
1131
1171
1132
1172
#: ports/atmel-samd/common-hal/pwmio/PWMOut.c
1133
1173
#: ports/cxd56/common-hal/pwmio/PWMOut.c ports/nrf/common-hal/pwmio/PWMOut.c
1134
- #: shared-bindings/pwmio/PWMOut.c
1174
+ #: ports/raspberrypi/common-hal/pwmio/PWMOut.c shared-bindings/pwmio/PWMOut.c
1135
1175
msgid "Invalid PWM frequency"
1136
1176
msgstr ""
1137
1177
@@ -1225,6 +1265,8 @@ msgstr ""
1225
1265
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1226
1266
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1227
1267
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1268
+ #: ports/raspberrypi/common-hal/busio/I2C.c
1269
+ #: ports/raspberrypi/common-hal/busio/SPI.c
1228
1270
msgid "Invalid pins"
1229
1271
msgstr ""
1230
1272
@@ -1346,6 +1388,36 @@ msgstr ""
1346
1388
msgid "Missing MISO or MOSI Pin"
1347
1389
msgstr ""
1348
1390
1391
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1392
+ #, c-format
1393
+ msgid "Missing first_in_pin. Instruction %d reads pin(s)"
1394
+ msgstr ""
1395
+
1396
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1397
+ #, c-format
1398
+ msgid "Missing first_in_pin. Instruction %d shifts in from pin(s)"
1399
+ msgstr ""
1400
+
1401
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1402
+ #, c-format
1403
+ msgid "Missing first_in_pin. Instruction %d waits based on pin"
1404
+ msgstr ""
1405
+
1406
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1407
+ #, c-format
1408
+ msgid "Missing first_out_pin. Instruction %d shifts out to pin(s)"
1409
+ msgstr ""
1410
+
1411
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1412
+ #, c-format
1413
+ msgid "Missing first_out_pin. Instruction %d writes pin(s)"
1414
+ msgstr ""
1415
+
1416
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1417
+ #, c-format
1418
+ msgid "Missing first_set_pin. Instruction %d sets pin(s)"
1419
+ msgstr ""
1420
+
1349
1421
#: shared-bindings/displayio/Group.c
1350
1422
msgid "Must be a %q subclass."
1351
1423
msgstr ""
@@ -1399,14 +1471,14 @@ msgstr ""
1399
1471
#: ports/atmel-samd/common-hal/busio/UART.c
1400
1472
#: ports/esp32s2/common-hal/busio/UART.c
1401
1473
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1402
- #: ports/stm/common-hal/busio/UART.c
1474
+ #: ports/raspberrypi/common-hal/busio/UART.c ports/ stm/common-hal/busio/UART.c
1403
1475
msgid "No RX pin"
1404
1476
msgstr ""
1405
1477
1406
1478
#: ports/atmel-samd/common-hal/busio/UART.c
1407
1479
#: ports/esp32s2/common-hal/busio/UART.c
1408
1480
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1409
- #: ports/stm/common-hal/busio/UART.c
1481
+ #: ports/raspberrypi/common-hal/busio/UART.c ports/ stm/common-hal/busio/UART.c
1410
1482
msgid "No TX pin"
1411
1483
msgstr ""
1412
1484
@@ -1463,6 +1535,10 @@ msgstr ""
1463
1535
msgid "No network with that ssid"
1464
1536
msgstr ""
1465
1537
1538
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1539
+ msgid "No out in program"
1540
+ msgstr ""
1541
+
1466
1542
#: shared-module/touchio/TouchIn.c
1467
1543
msgid "No pulldown on pin; 1Mohm recommended"
1468
1544
msgstr ""
@@ -1518,6 +1594,10 @@ msgstr ""
1518
1594
msgid "Only 8 or 16 bit mono with "
1519
1595
msgstr ""
1520
1596
1597
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1598
+ msgid "Only IN/OUT of up to 8 supported"
1599
+ msgstr ""
1600
+
1521
1601
#: ports/esp32s2/common-hal/wifi/__init__.c
1522
1602
msgid "Only IPv4 addresses supported"
1523
1603
msgstr ""
@@ -1590,6 +1670,7 @@ msgid ""
1590
1670
msgstr ""
1591
1671
1592
1672
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
1673
+ #: ports/raspberrypi/common-hal/displayio/ParallelBus.c
1593
1674
#: ports/stm/common-hal/displayio/ParallelBus.c
1594
1675
msgid "ParallelBus not yet supported"
1595
1676
msgstr ""
@@ -1602,11 +1683,20 @@ msgstr ""
1602
1683
msgid "Permission denied"
1603
1684
msgstr ""
1604
1685
1686
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1687
+ msgid "Pin count must be at least 1"
1688
+ msgstr ""
1689
+
1690
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1691
+ msgid "Pin count too large"
1692
+ msgstr ""
1693
+
1605
1694
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
1606
1695
#: ports/cxd56/common-hal/analogio/AnalogIn.c
1607
1696
#: ports/esp32s2/common-hal/analogio/AnalogIn.c
1608
1697
#: ports/mimxrt10xx/common-hal/analogio/AnalogIn.c
1609
1698
#: ports/nrf/common-hal/analogio/AnalogIn.c
1699
+ #: ports/raspberrypi/common-hal/analogio/AnalogIn.c
1610
1700
#: ports/stm/common-hal/analogio/AnalogIn.c
1611
1701
msgid "Pin does not have ADC capabilities"
1612
1702
msgstr ""
@@ -1667,10 +1757,34 @@ msgstr ""
1667
1757
msgid "Pretending to deep sleep until alarm, CTRL-C or file write.\n"
1668
1758
msgstr ""
1669
1759
1760
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1761
+ msgid "Program does IN without loading ISR"
1762
+ msgstr ""
1763
+
1764
+ #: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1765
+ msgid "Program does OUT without loading OSR"
1766
+ msgstr ""
1767
+
1768
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1769
+ msgid "Program must contain at least one 16-bit instruction."
1770
+ msgstr ""
1771
+
1772
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1773
+ msgid "Program size invalid"
1774
+ msgstr ""
1775
+
1776
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1777
+ msgid "Program too large"
1778
+ msgstr ""
1779
+
1670
1780
#: shared-bindings/digitalio/DigitalInOut.c
1671
1781
msgid "Pull not used when direction is output."
1672
1782
msgstr ""
1673
1783
1784
+ #: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1785
+ msgid "RAISE mode is not implemented"
1786
+ msgstr ""
1787
+
1674
1788
#: ports/stm/common-hal/os/__init__.c
1675
1789
msgid "RNG DeInit Error"
1676
1790
msgstr ""
@@ -1753,6 +1867,7 @@ msgstr ""
1753
1867
1754
1868
#: ports/atmel-samd/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/I2C.c
1755
1869
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
1870
+ #: ports/raspberrypi/common-hal/busio/I2C.c
1756
1871
msgid "SDA or SCL needs a pull up"
1757
1872
msgstr ""
1758
1873
@@ -1774,6 +1889,10 @@ msgstr ""
1774
1889
msgid "SPI Re-initialization error"
1775
1890
msgstr ""
1776
1891
1892
+ #: ports/raspberrypi/common-hal/busio/SPI.c
1893
+ msgid "SPI peripheral in use"
1894
+ msgstr ""
1895
+
1777
1896
#: shared-bindings/audiomixer/Mixer.c
1778
1897
msgid "Sample rate must be positive"
1779
1898
msgstr ""
@@ -1804,6 +1923,14 @@ msgstr ""
1804
1923
msgid "Server side context cannot have hostname"
1805
1924
msgstr ""
1806
1925
1926
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1927
+ msgid "Set pin count must be between 1 and 5"
1928
+ msgstr ""
1929
+
1930
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1931
+ msgid "Side set pin count must be between 1 and 5"
1932
+ msgstr ""
1933
+
1807
1934
#: ports/cxd56/common-hal/camera/Camera.c
1808
1935
msgid "Size not supported"
1809
1936
msgstr ""
@@ -1968,6 +2095,10 @@ msgstr ""
1968
2095
msgid "UART Re-init error"
1969
2096
msgstr ""
1970
2097
2098
+ #: ports/raspberrypi/common-hal/busio/UART.c
2099
+ msgid "UART not yet supported"
2100
+ msgstr ""
2101
+
1971
2102
#: ports/stm/common-hal/busio/UART.c
1972
2103
msgid "UART write error"
1973
2104
msgstr ""
@@ -2072,7 +2203,8 @@ msgid ""
2072
2203
msgstr ""
2073
2204
2074
2205
#: ports/atmel-samd/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/I2C.c
2075
- #: ports/esp32s2/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
2206
+ #: ports/esp32s2/common-hal/busio/UART.c
2207
+ #: ports/raspberrypi/common-hal/busio/I2C.c ports/stm/common-hal/busio/I2C.c
2076
2208
msgid "Unsupported baudrate"
2077
2209
msgstr ""
2078
2210
@@ -2123,6 +2255,7 @@ msgid "WARNING: Your code filename has two extensions\n"
2123
2255
msgstr ""
2124
2256
2125
2257
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2258
+ #: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
2126
2259
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
2127
2260
msgstr ""
2128
2261
@@ -3521,6 +3654,14 @@ msgstr ""
3521
3654
msgid "pressing both buttons at start up.\n"
3522
3655
msgstr ""
3523
3656
3657
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
3658
+ msgid "pull_threshold must be between 1 and 32"
3659
+ msgstr ""
3660
+
3661
+ #: ports/raspberrypi/bindings/rp2pio/StateMachine.c
3662
+ msgid "push_threshold must be between 1 and 32"
3663
+ msgstr ""
3664
+
3524
3665
#: extmod/modutimeq.c
3525
3666
msgid "queue overflow"
3526
3667
msgstr ""
@@ -3724,6 +3865,7 @@ msgstr ""
3724
3865
3725
3866
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
3726
3867
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3868
+ #: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
3727
3869
msgid "timeout duration exceeded the maximum supported value"
3728
3870
msgstr ""
3729
3871
0 commit comments