Skip to content

Commit 2d38497

Browse files
committed
Merge remote-tracking branch 'origin/main' into lto-parallel
2 parents 62c3edb + 539e6c6 commit 2d38497

File tree

96 files changed

+1426
-245
lines changed

Some content is hidden

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

96 files changed

+1426
-245
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ jobs:
180180
- "arduino_zero"
181181
- "bast_pro_mini_m0"
182182
- "bdmicro_vina_d21"
183+
- "bdmicro_vina_d51"
183184
- "bless_dev_board_multi_sensor"
184185
- "blm_badge"
185186
- "capablerobot_usbhub"
@@ -197,6 +198,8 @@ jobs:
197198
- "datum_imu"
198199
- "datum_light"
199200
- "datum_weather"
201+
- "dynossat_edu_eps"
202+
- "dynossat_edu_obc"
200203
- "electronut_labs_blip"
201204
- "electronut_labs_papyr"
202205
- "escornabot_makech"

devices/ble_hci/common-hal/_bleio/Adapter.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
#include "shared-bindings/_bleio/Address.h"
4646
#include "shared-bindings/_bleio/Characteristic.h"
4747
#include "shared-bindings/_bleio/Service.h"
48-
#include "shared-bindings/nvm/ByteArray.h"
4948
#include "shared-bindings/_bleio/Connection.h"
5049
#include "shared-bindings/_bleio/ScanEntry.h"
5150
#include "shared-bindings/time/__init__.h"

devices/ble_hci/common-hal/_bleio/hci_include/att_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#include <stdbool.h>
1313
// for __packed
14-
#include <string.h>
14+
#include <sys/cdefs.h>
1515

1616
#define BT_EATT_PSM 0x27
1717
#define BT_ATT_DEFAULT_LE_MTU 23

devices/ble_hci/common-hal/_bleio/hci_include/hci.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212
#define ZEPHYR_INCLUDE_BLUETOOTH_HCI_H_
1313

1414
#include <stdbool.h>
15-
#include <string.h>
15+
// for __packed
16+
#include <sys/cdefs.h>
17+
1618
#include "addr.h"
1719

20+
// ESP32S2 build environment defines this already.
21+
#ifndef BIT
1822
#define BIT(n) (1UL << (n))
23+
#endif
1924

2025
/* Special own address types for LL privacy (used in adv & scan parameters) */
2126
#define BT_HCI_OWN_ADDR_RPA_OR_PUBLIC 0x02

locale/ID.po

Lines changed: 49 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-09-29 20:14-0500\n"
9-
"PO-Revision-Date: 2020-10-08 16:22+0000\n"
8+
"POT-Creation-Date: 2020-10-15 16:06+0530\n"
9+
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: ID\n"
@@ -250,6 +250,10 @@ msgstr "'label' membutuhkan 1 argumen"
250250
msgid "'return' outside function"
251251
msgstr "'return' diluar fungsi"
252252

253+
#: py/compile.c
254+
msgid "'yield from' inside async function"
255+
msgstr ""
256+
253257
#: py/compile.c
254258
msgid "'yield' outside function"
255259
msgstr "'yield' diluar fungsi"
@@ -275,6 +279,10 @@ msgstr "pow() 3-arg tidak didukung"
275279
msgid "A hardware interrupt channel is already in use"
276280
msgstr "Sebuah channel hardware interrupt sedang digunakan"
277281

282+
#: ports/esp32s2/common-hal/analogio/AnalogIn.c
283+
msgid "ADC2 is being used by WiFi"
284+
msgstr ""
285+
278286
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
279287
#, c-format
280288
msgid "Address must be %d bytes long"
@@ -289,6 +297,7 @@ msgid "All I2C peripherals are in use"
289297
msgstr "Semua perangkat I2C sedang digunakan"
290298

291299
#: ports/atmel-samd/common-hal/canio/Listener.c
300+
#: ports/stm/common-hal/canio/Listener.c
292301
msgid "All RX FIFOs in use"
293302
msgstr ""
294303

@@ -910,6 +919,7 @@ msgid "File exists"
910919
msgstr "File sudah ada"
911920

912921
#: ports/atmel-samd/common-hal/canio/Listener.c
922+
#: ports/stm/common-hal/canio/Listener.c
913923
msgid "Filters too complex"
914924
msgstr ""
915925

@@ -947,14 +957,19 @@ msgid "Group full"
947957
msgstr "Grup penuh"
948958

949959
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
950-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/sdioio/SDCard.c
960+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
961+
#: ports/stm/common-hal/sdioio/SDCard.c
951962
msgid "Hardware busy, try alternative pins"
952963
msgstr "Perangkat keras sibuk, coba pin alternatif"
953964

954965
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
955966
msgid "Hardware in use, try alternative pins"
956967
msgstr "Perangkat keras sedang digunakan, coba pin alternatif"
957968

969+
#: shared-bindings/wifi/Radio.c
970+
msgid "Hostname must be between 1 and 253 characters"
971+
msgstr ""
972+
958973
#: extmod/vfs_posix_file.c py/objstringio.c
959974
msgid "I/O operation on closed file"
960975
msgstr "operasi I/O pada file tertutup"
@@ -1019,7 +1034,8 @@ msgid "Invalid %q pin"
10191034
msgstr "%q pada tidak valid"
10201035

10211036
#: ports/stm/common-hal/busio/I2C.c ports/stm/common-hal/busio/SPI.c
1022-
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/sdioio/SDCard.c
1037+
#: ports/stm/common-hal/busio/UART.c ports/stm/common-hal/canio/CAN.c
1038+
#: ports/stm/common-hal/sdioio/SDCard.c
10231039
msgid "Invalid %q pin selection"
10241040
msgstr ""
10251041

@@ -1035,6 +1051,7 @@ msgstr "File BMP tidak valid"
10351051
msgid "Invalid BSSID"
10361052
msgstr ""
10371053

1054+
#: ports/esp32s2/common-hal/analogio/AnalogOut.c
10381055
#: ports/stm/common-hal/analogio/AnalogOut.c
10391056
msgid "Invalid DAC pin supplied"
10401057
msgstr "Pin DAC yang diberikan tidak valid"
@@ -1450,6 +1467,7 @@ msgstr "Izin ditolak"
14501467

14511468
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
14521469
#: ports/cxd56/common-hal/analogio/AnalogIn.c
1470+
#: ports/esp32s2/common-hal/analogio/AnalogIn.c
14531471
#: ports/mimxrt10xx/common-hal/analogio/AnalogIn.c
14541472
#: ports/nrf/common-hal/analogio/AnalogIn.c
14551473
#: ports/stm/common-hal/analogio/AnalogIn.c
@@ -1606,15 +1624,15 @@ msgstr ""
16061624

16071625
#: ports/stm/common-hal/busio/SPI.c
16081626
msgid "SPI Init Error"
1609-
msgstr ""
1627+
msgstr "Kesalahan Init SPI"
16101628

16111629
#: ports/stm/common-hal/busio/SPI.c
16121630
msgid "SPI Re-initialization error"
1613-
msgstr ""
1631+
msgstr "Kesalahan Inisialisasi ulang SPI"
16141632

16151633
#: shared-bindings/audiomixer/Mixer.c
16161634
msgid "Sample rate must be positive"
1617-
msgstr ""
1635+
msgstr "Tingkat sampel harus positif"
16181636

16191637
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
16201638
#, c-format
@@ -1623,15 +1641,15 @@ msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"
16231641

16241642
#: ports/nrf/common-hal/_bleio/Adapter.c
16251643
msgid "Scan already in progess. Stop with stop_scan."
1626-
msgstr ""
1644+
msgstr "Pindai sudah dalam proses. Hentikan dengan stop_scan."
16271645

16281646
#: ports/mimxrt10xx/common-hal/busio/UART.c
16291647
msgid "Selected CTS pin not valid"
1630-
msgstr ""
1648+
msgstr "Pin CTS yang dipilih tidak valid"
16311649

16321650
#: ports/mimxrt10xx/common-hal/busio/UART.c
16331651
msgid "Selected RTS pin not valid"
1634-
msgstr ""
1652+
msgstr "Pin RTS yang dipilih tidak valid"
16351653

16361654
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
16371655
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
@@ -1648,58 +1666,62 @@ msgstr ""
16481666

16491667
#: shared-bindings/nvm/ByteArray.c
16501668
msgid "Slice and value different lengths."
1651-
msgstr ""
1669+
msgstr "Potongan dan nilai panjangnya berbeda."
16521670

16531671
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
16541672
#: shared-bindings/displayio/TileGrid.c
16551673
#: shared-bindings/memorymonitor/AllocationSize.c
16561674
#: shared-bindings/pulseio/PulseIn.c
16571675
msgid "Slices not supported"
1658-
msgstr ""
1676+
msgstr "Potongan tidak didukung"
16591677

16601678
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
16611679
msgid "SocketPool can only be used with wifi.radio"
16621680
msgstr ""
16631681

16641682
#: shared-bindings/aesio/aes.c
16651683
msgid "Source and destination buffers must be the same length"
1666-
msgstr ""
1684+
msgstr "Buffer sumber dan tujuan harus memiliki panjang yang sama"
16671685

16681686
#: extmod/modure.c
16691687
msgid "Splitting with sub-captures"
16701688
msgstr "Memisahkan dengan menggunakan sub-captures"
16711689

16721690
#: shared-bindings/supervisor/__init__.c
16731691
msgid "Stack size must be at least 256"
1674-
msgstr ""
1692+
msgstr "Ukuran stack minimal harus 256"
16751693

16761694
#: shared-bindings/multiterminal/__init__.c
16771695
msgid "Stream missing readinto() or write() method."
1678-
msgstr ""
1696+
msgstr "Aliran tidak menemukan metode readinto() atau write()."
16791697

16801698
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
16811699
msgid "Supply at least one UART pin"
1682-
msgstr ""
1700+
msgstr "Berikan setidaknya satu pin UART"
16831701

16841702
#: shared-bindings/gnss/GNSS.c
16851703
msgid "System entry must be gnss.SatelliteSystem"
16861704
msgstr ""
16871705

16881706
#: ports/stm/common-hal/microcontroller/Processor.c
16891707
msgid "Temperature read timed out"
1690-
msgstr ""
1708+
msgstr "Waktu baca suhu habis"
16911709

16921710
#: supervisor/shared/safe_mode.c
16931711
msgid ""
16941712
"The CircuitPython heap was corrupted because the stack was too small.\n"
16951713
"Please increase the stack size if you know how, or if not:"
16961714
msgstr ""
1715+
"heap dari CircuitPython rusak karena stack terlalu kecil.\n"
1716+
"Harap tambah ukuran stack jika Anda tahu caranya, atau jika tidak:"
16971717

16981718
#: supervisor/shared/safe_mode.c
16991719
msgid ""
17001720
"The `microcontroller` module was used to boot into safe mode. Press reset to "
17011721
"exit safe mode.\n"
17021722
msgstr ""
1723+
"Modul `microcontroller` digunakan untukboot ke mode aman. Tekan reset untuk "
1724+
"keluar dari mode aman.\n"
17031725

17041726
#: shared-bindings/rgbmatrix/RGBMatrix.c
17051727
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
@@ -2757,6 +2779,10 @@ msgstr "format tidak valid"
27572779
msgid "invalid format specifier"
27582780
msgstr ""
27592781

2782+
#: shared-bindings/wifi/Radio.c
2783+
msgid "invalid hostname"
2784+
msgstr ""
2785+
27602786
#: extmod/modussl_axtls.c
27612787
msgid "invalid key"
27622788
msgstr "key tidak valid"
@@ -3188,13 +3214,15 @@ msgstr ""
31883214
msgid "pow() with 3 arguments requires integers"
31893215
msgstr ""
31903216

3217+
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
31913218
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
31923219
#: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h
31933220
#: ports/esp32s2/boards/espressif_saola_1_wroom/mpconfigboard.h
31943221
#: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h
31953222
#: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h
31963223
#: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h
31973224
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
3225+
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
31983226
msgid "pressing boot button at start up.\n"
31993227
msgstr ""
32003228

@@ -3463,6 +3491,10 @@ msgstr ""
34633491
msgid "type object '%q' has no attribute '%q'"
34643492
msgstr ""
34653493

3494+
#: py/objgenerator.c
3495+
msgid "type object 'generator' has no attribute '__await__'"
3496+
msgstr ""
3497+
34663498
#: py/objtype.c
34673499
msgid "type takes 1 or 3 arguments"
34683500
msgstr ""

0 commit comments

Comments
 (0)