Skip to content

Commit 7ad7e1c

Browse files
authored
Merge pull request #29 from adafruit/main
Update from adafruit/main
2 parents ecd8d49 + 9f892cd commit 7ad7e1c

File tree

137 files changed

+15601
-482
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+15601
-482
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
- name: New boards check
9292
run: python3 -u ci_new_boards_check.py
9393
working-directory: tools
94+
- name: Duplicate USB VID/PID Check
95+
run: python3 -u -m tools.ci_check_duplicate_usb_vid_pid
9496
- name: Build mpy-cross.static-raspbian
9597
run: make -C mpy-cross -j2 -f Makefile.static-raspbian
9698
- uses: actions/upload-artifact@v2
@@ -177,7 +179,7 @@ jobs:
177179
- "arduino_nano_33_iot"
178180
- "arduino_zero"
179181
- "bast_pro_mini_m0"
180-
- "bdmicro_vina_m0"
182+
- "bdmicro_vina_d21"
181183
- "bless_dev_board_multi_sensor"
182184
- "blm_badge"
183185
- "capablerobot_usbhub"
@@ -208,6 +210,7 @@ jobs:
208210
- "feather_m0_rfm69"
209211
- "feather_m0_rfm9x"
210212
- "feather_m0_supersized"
213+
- "feather_m4_can"
211214
- "feather_m4_express"
212215
- "feather_m7_1011"
213216
- "feather_mimxrt1011"
@@ -415,6 +418,7 @@ jobs:
415418
- "espressif_saola_1_wroom"
416419
- "espressif_saola_1_wrover"
417420
- "microdev_micro_s2"
421+
- "muselab_nanoesp32_s2"
418422
- "unexpectedmaker_feathers2"
419423

420424
steps:

docs/supported_ports.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ is limited.
1717
../ports/mimxrt10xx/README
1818
../ports/nrf/README
1919
../ports/stm/README
20+
../ports/esp32s2/README

locale/ID.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-16 17:07-0700\n"
99
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -436,7 +436,7 @@ msgstr "Ukuran buffer salah. Seharusnya %d byte."
436436
msgid "Buffer is not a bytearray."
437437
msgstr "Buffer bukan bytearray."
438438

439-
#: shared-bindings/displayio/Display.c
439+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
440440
#: shared-bindings/framebufferio/FramebufferDisplay.c
441441
msgid "Buffer is too small"
442442
msgstr "Buffer terlalu kecil"
@@ -632,6 +632,10 @@ msgstr "File .mpy rusak"
632632
msgid "Corrupt raw code"
633633
msgstr "Kode raw rusak"
634634

635+
#: ports/cxd56/common-hal/camera/Camera.c
636+
msgid "Could not initialize Camera"
637+
msgstr ""
638+
635639
#: ports/cxd56/common-hal/gnss/GNSS.c
636640
msgid "Could not initialize GNSS"
637641
msgstr ""
@@ -859,6 +863,10 @@ msgstr "Gagal menulis flash internal."
859863
msgid "File exists"
860864
msgstr "File sudah ada"
861865

866+
#: ports/cxd56/common-hal/camera/Camera.c
867+
msgid "Format not supported"
868+
msgstr ""
869+
862870
#: shared-module/framebufferio/FramebufferDisplay.c
863871
#, c-format
864872
msgid "Framebuffer requires %d bytes"
@@ -926,6 +934,10 @@ msgstr ""
926934
msgid "Incorrect buffer size"
927935
msgstr "Ukuran penyangga salah"
928936

937+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
938+
msgid "Input taking too long"
939+
msgstr ""
940+
929941
#: py/moduerrno.c
930942
msgid "Input/output error"
931943
msgstr "Kesalahan input/output"
@@ -969,6 +981,10 @@ msgstr "Nilai Unit ADC tidak valid"
969981
msgid "Invalid BMP file"
970982
msgstr "File BMP tidak valid"
971983

984+
#: shared-bindings/wifi/Radio.c
985+
msgid "Invalid BSSID"
986+
msgstr ""
987+
972988
#: ports/stm/common-hal/analogio/AnalogOut.c
973989
msgid "Invalid DAC pin supplied"
974990
msgstr "Pin DAC yang diberikan tidak valid"
@@ -1524,6 +1540,10 @@ msgstr "Serializer sedang digunakan"
15241540
msgid "Server side context cannot have hostname"
15251541
msgstr ""
15261542

1543+
#: ports/cxd56/common-hal/camera/Camera.c
1544+
msgid "Size not supported"
1545+
msgstr ""
1546+
15271547
#: shared-bindings/nvm/ByteArray.c
15281548
msgid "Slice and value different lengths."
15291549
msgstr ""

locale/circuitpython.pot

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
11+
"POT-Creation-Date: 2020-09-16 17:07-0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -430,7 +430,7 @@ msgstr ""
430430
msgid "Buffer is not a bytearray."
431431
msgstr ""
432432

433-
#: shared-bindings/displayio/Display.c
433+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
434434
#: shared-bindings/framebufferio/FramebufferDisplay.c
435435
msgid "Buffer is too small"
436436
msgstr ""
@@ -615,6 +615,10 @@ msgstr ""
615615
msgid "Corrupt raw code"
616616
msgstr ""
617617

618+
#: ports/cxd56/common-hal/camera/Camera.c
619+
msgid "Could not initialize Camera"
620+
msgstr ""
621+
618622
#: ports/cxd56/common-hal/gnss/GNSS.c
619623
msgid "Could not initialize GNSS"
620624
msgstr ""
@@ -841,6 +845,10 @@ msgstr ""
841845
msgid "File exists"
842846
msgstr ""
843847

848+
#: ports/cxd56/common-hal/camera/Camera.c
849+
msgid "Format not supported"
850+
msgstr ""
851+
844852
#: shared-module/framebufferio/FramebufferDisplay.c
845853
#, c-format
846854
msgid "Framebuffer requires %d bytes"
@@ -905,6 +913,10 @@ msgstr ""
905913
msgid "Incorrect buffer size"
906914
msgstr ""
907915

916+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
917+
msgid "Input taking too long"
918+
msgstr ""
919+
908920
#: py/moduerrno.c
909921
msgid "Input/output error"
910922
msgstr ""
@@ -948,6 +960,10 @@ msgstr ""
948960
msgid "Invalid BMP file"
949961
msgstr ""
950962

963+
#: shared-bindings/wifi/Radio.c
964+
msgid "Invalid BSSID"
965+
msgstr ""
966+
951967
#: ports/stm/common-hal/analogio/AnalogOut.c
952968
msgid "Invalid DAC pin supplied"
953969
msgstr ""
@@ -1499,6 +1515,10 @@ msgstr ""
14991515
msgid "Server side context cannot have hostname"
15001516
msgstr ""
15011517

1518+
#: ports/cxd56/common-hal/camera/Camera.c
1519+
msgid "Size not supported"
1520+
msgstr ""
1521+
15021522
#: shared-bindings/nvm/ByteArray.c
15031523
msgid "Slice and value different lengths."
15041524
msgstr ""

locale/cs.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-16 17:07-0700\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -434,7 +434,7 @@ msgstr ""
434434
msgid "Buffer is not a bytearray."
435435
msgstr ""
436436

437-
#: shared-bindings/displayio/Display.c
437+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
438438
#: shared-bindings/framebufferio/FramebufferDisplay.c
439439
msgid "Buffer is too small"
440440
msgstr ""
@@ -619,6 +619,10 @@ msgstr ""
619619
msgid "Corrupt raw code"
620620
msgstr ""
621621

622+
#: ports/cxd56/common-hal/camera/Camera.c
623+
msgid "Could not initialize Camera"
624+
msgstr ""
625+
622626
#: ports/cxd56/common-hal/gnss/GNSS.c
623627
msgid "Could not initialize GNSS"
624628
msgstr ""
@@ -845,6 +849,10 @@ msgstr ""
845849
msgid "File exists"
846850
msgstr ""
847851

852+
#: ports/cxd56/common-hal/camera/Camera.c
853+
msgid "Format not supported"
854+
msgstr ""
855+
848856
#: shared-module/framebufferio/FramebufferDisplay.c
849857
#, c-format
850858
msgid "Framebuffer requires %d bytes"
@@ -909,6 +917,10 @@ msgstr ""
909917
msgid "Incorrect buffer size"
910918
msgstr ""
911919

920+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
921+
msgid "Input taking too long"
922+
msgstr ""
923+
912924
#: py/moduerrno.c
913925
msgid "Input/output error"
914926
msgstr ""
@@ -952,6 +964,10 @@ msgstr ""
952964
msgid "Invalid BMP file"
953965
msgstr ""
954966

967+
#: shared-bindings/wifi/Radio.c
968+
msgid "Invalid BSSID"
969+
msgstr ""
970+
955971
#: ports/stm/common-hal/analogio/AnalogOut.c
956972
msgid "Invalid DAC pin supplied"
957973
msgstr ""
@@ -1503,6 +1519,10 @@ msgstr ""
15031519
msgid "Server side context cannot have hostname"
15041520
msgstr ""
15051521

1522+
#: ports/cxd56/common-hal/camera/Camera.c
1523+
msgid "Size not supported"
1524+
msgstr ""
1525+
15061526
#: shared-bindings/nvm/ByteArray.c
15071527
msgid "Slice and value different lengths."
15081528
msgstr ""

locale/de_DE.po

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-13 14:21-0500\n"
8+
"POT-Creation-Date: 2020-09-16 17:07-0700\n"
99
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1010
"Last-Translator: Andreas Buchen <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -437,7 +437,7 @@ msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben."
437437
msgid "Buffer is not a bytearray."
438438
msgstr "Der Buffer ist kein Byte-Array."
439439

440-
#: shared-bindings/displayio/Display.c
440+
#: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
441441
#: shared-bindings/framebufferio/FramebufferDisplay.c
442442
msgid "Buffer is too small"
443443
msgstr "Der Puffer ist zu klein"
@@ -629,6 +629,10 @@ msgstr "Beschädigte .mpy Datei"
629629
msgid "Corrupt raw code"
630630
msgstr "Beschädigter raw code"
631631

632+
#: ports/cxd56/common-hal/camera/Camera.c
633+
msgid "Could not initialize Camera"
634+
msgstr ""
635+
632636
#: ports/cxd56/common-hal/gnss/GNSS.c
633637
msgid "Could not initialize GNSS"
634638
msgstr ""
@@ -856,6 +860,10 @@ msgstr "Interner Flash konnte nicht geschrieben werden."
856860
msgid "File exists"
857861
msgstr "Datei existiert"
858862

863+
#: ports/cxd56/common-hal/camera/Camera.c
864+
msgid "Format not supported"
865+
msgstr ""
866+
859867
#: shared-module/framebufferio/FramebufferDisplay.c
860868
#, c-format
861869
msgid "Framebuffer requires %d bytes"
@@ -926,6 +934,10 @@ msgstr ""
926934
msgid "Incorrect buffer size"
927935
msgstr "Inkorrekte Puffergröße"
928936

937+
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
938+
msgid "Input taking too long"
939+
msgstr ""
940+
929941
#: py/moduerrno.c
930942
msgid "Input/output error"
931943
msgstr "Eingabe-/Ausgabefehler"
@@ -969,6 +981,10 @@ msgstr "Ungültiger ADC-Einheitenwert"
969981
msgid "Invalid BMP file"
970982
msgstr "Ungültige BMP-Datei"
971983

984+
#: shared-bindings/wifi/Radio.c
985+
msgid "Invalid BSSID"
986+
msgstr ""
987+
972988
#: ports/stm/common-hal/analogio/AnalogOut.c
973989
msgid "Invalid DAC pin supplied"
974990
msgstr "Ungültiger DAC-Pin angegeben"
@@ -1533,6 +1549,10 @@ msgstr "Serializer wird benutzt"
15331549
msgid "Server side context cannot have hostname"
15341550
msgstr ""
15351551

1552+
#: ports/cxd56/common-hal/camera/Camera.c
1553+
msgid "Size not supported"
1554+
msgstr ""
1555+
15361556
#: shared-bindings/nvm/ByteArray.c
15371557
msgid "Slice and value different lengths."
15381558
msgstr "Slice und Wert (value) haben unterschiedliche Längen."

0 commit comments

Comments
 (0)