@@ -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"
@@ -406,6 +407,10 @@ msgstr ""
406
407
msgid "AnalogOut not supported on given pin"
407
408
msgstr ""
408
409
410
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
411
+ msgid "Another PWMAudioOut is already active"
412
+ msgstr ""
413
+
409
414
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
410
415
#: ports/cxd56/common-hal/pulseio/PulseOut.c
411
416
msgid "Another send is already active"
@@ -520,6 +525,7 @@ msgid "Buffer is too small"
520
525
msgstr ""
521
526
522
527
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
528
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
523
529
#, c-format
524
530
msgid "Buffer length %d too big. It must be less than %d"
525
531
msgstr ""
@@ -962,6 +968,7 @@ msgstr ""
962
968
#: ports/cxd56/common-hal/pulseio/PulseIn.c
963
969
#: ports/esp32s2/common-hal/pulseio/PulseIn.c
964
970
#: ports/nrf/common-hal/pulseio/PulseIn.c
971
+ #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
965
972
#: ports/stm/common-hal/pulseio/PulseIn.c
966
973
#, c-format
967
974
msgid "Failed to allocate RX buffer of %d bytes"
@@ -975,6 +982,10 @@ msgstr ""
975
982
msgid "Failed to allocate wifi scan memory"
976
983
msgstr ""
977
984
985
+ #: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
986
+ msgid "Failed to buffer the sample"
987
+ msgstr ""
988
+
978
989
#: ports/nrf/common-hal/_bleio/Adapter.c
979
990
msgid "Failed to connect: internal error"
980
991
msgstr ""
@@ -1247,7 +1258,7 @@ msgstr ""
1247
1258
msgid "Invalid format chunk size"
1248
1259
msgstr ""
1249
1260
1250
- #: ports/esp32s2/common-hal/pwmio/PWMOut.c
1261
+ #: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/ pwmio/PWMOut.c
1251
1262
msgid "Invalid frequency"
1252
1263
msgstr ""
1253
1264
@@ -2291,7 +2302,7 @@ msgstr ""
2291
2302
msgid "Unsupported format"
2292
2303
msgstr ""
2293
2304
2294
- #: py/moduerrno.c
2305
+ #: ports/raspberrypi/common-hal/pulseio/PulseOut.c py/moduerrno.c
2295
2306
msgid "Unsupported operation"
2296
2307
msgstr ""
2297
2308
@@ -3699,6 +3710,7 @@ msgstr ""
3699
3710
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
3700
3711
#: ports/cxd56/common-hal/pulseio/PulseIn.c
3701
3712
#: ports/nrf/common-hal/pulseio/PulseIn.c
3713
+ #: ports/raspberrypi/common-hal/pulseio/PulseIn.c
3702
3714
#: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
3703
3715
#: shared-bindings/ps2io/Ps2.c
3704
3716
msgid "pop from empty %q"
@@ -3724,6 +3736,8 @@ msgstr ""
3724
3736
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
3725
3737
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
3726
3738
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
3739
+ #: ports/esp32s2/boards/franzininho_wifi_wroom/mpconfigboard.h
3740
+ #: ports/esp32s2/boards/franzininho_wifi_wrover/mpconfigboard.h
3727
3741
#: ports/esp32s2/boards/lilygo_ttgo_t8_s2_st7789/mpconfigboard.h
3728
3742
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
3729
3743
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
0 commit comments