@@ -73,6 +73,7 @@ msgstr ""
73
73
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
74
74
#: ports/cxd56/common-hal/pulseio/PulseIn.c
75
75
#: ports/nrf/common-hal/pulseio/PulseIn.c
76
+ #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
76
77
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
77
78
#: py/objstrunicode.c
78
79
msgid "%q index out of range"
@@ -962,6 +963,7 @@ msgstr ""
962
963
#: ports/cxd56/common-hal/pulseio/PulseIn.c
963
964
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
964
965
#: ports/nrf/common-hal/pulseio/PulseIn.c
966
+ #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
965
967
#: ports/stm/common-hal/pulseio/PulseIn.c
966
968
#, c-format
967
969
msgid "Failed to allocate RX buffer of %d bytes"
@@ -1247,7 +1249,7 @@ msgstr ""
1247
1249
msgid "Invalid format chunk size"
1248
1250
msgstr ""
1249
1251
1250
- #: ports/esp32s2/common-hal/pwmio/PWMOut.c
1252
+ #: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/ pwmio/PWMOut.c
1251
1253
msgid "Invalid frequency"
1252
1254
msgstr ""
1253
1255
@@ -2291,7 +2293,7 @@ msgstr ""
2291
2293
msgid "Unsupported format"
2292
2294
msgstr ""
2293
2295
2294
- #: py/moduerrno.c
2296
+ #: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2295
2297
msgid "Unsupported operation"
2296
2298
msgstr ""
2297
2299
@@ -3206,6 +3208,11 @@ msgstr ""
3206
3208
msgid "invalid arguments"
3207
3209
msgstr ""
3208
3210
3211
+ #: shared-bindings/bitmaptools/__init__.c
3212
+ #, c-format
3213
+ msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
3214
+ msgstr ""
3215
+
3209
3216
#: extmod/modussl_axtls.c
3210
3217
msgid "invalid cert"
3211
3218
msgstr ""
@@ -3214,6 +3221,16 @@ msgstr ""
3214
3221
msgid "invalid dupterm index"
3215
3222
msgstr ""
3216
3223
3224
+ #: shared-bindings/bitmaptools/__init__.c
3225
+ #, c-format
3226
+ msgid "invalid element size %d for bits_per_pixel %d\n"
3227
+ msgstr ""
3228
+
3229
+ #: shared-bindings/bitmaptools/__init__.c
3230
+ #, c-format
3231
+ msgid "invalid element_size %d, must be, 1, 2, or 4"
3232
+ msgstr ""
3233
+
3217
3234
#: extmod/modframebuf.c
3218
3235
msgid "invalid format"
3219
3236
msgstr ""
@@ -3699,6 +3716,7 @@ msgstr ""
3699
3716
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
3700
3717
#: ports/cxd56/common-hal/pulseio/PulseIn.c
3701
3718
#: ports/nrf/common-hal/pulseio/PulseIn.c
3719
+ #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
3702
3720
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
3703
3721
#: shared-bindings/ps2io/Ps2.c
3704
3722
msgid "pop from empty %q"
@@ -3724,6 +3742,8 @@ msgstr ""
3724
3742
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
3725
3743
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
3726
3744
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3745
+ #: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
3746
+ #: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
3727
3747
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
3728
3748
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
3729
3749
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
0 commit comments