Skip to content

Commit afa508c

Browse files
authored
Merge pull request #42 from adafruit/main
Update from adafruit main
2 parents eeb89a9 + 4167778 commit afa508c

File tree

133 files changed

+3679
-1252
lines changed

Some content is hidden

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

133 files changed

+3679
-1252
lines changed

lib/tinyusb

Submodule tinyusb updated 183 files

locale/ID.po

Lines changed: 55 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ msgstr "%q harus >= 1"
107107
msgid "%q must be a tuple of length 2"
108108
msgstr "%q harus berupa tuple dengan panjang 2"
109109

110+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
110111
#: shared-bindings/canio/Match.c
111112
msgid "%q out of range"
112113
msgstr "%q di luar jangkauan"
@@ -337,6 +338,7 @@ msgid "All SPI peripherals are in use"
337338
msgstr "Semua perangkat SPI sedang digunakan"
338339

339340
#: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
341+
#: ports/raspberrypi/common-hal/busio/UART.c
340342
msgid "All UART peripherals are in use"
341343
msgstr "Semua perangkat UART sedang digunakan"
342344

@@ -460,6 +462,10 @@ msgstr ""
460462
msgid "Below minimum frame rate"
461463
msgstr "Di bawah frame rate minimum"
462464

465+
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
466+
msgid "Bit clock and word select must be sequential pins"
467+
msgstr ""
468+
463469
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
464470
msgid "Bit clock and word select must share a clock unit"
465471
msgstr "Bit clock dan word harus memiliki kesamaan pada clock unit"
@@ -501,6 +507,10 @@ msgstr "Brightness tidak bisa disesuaikan"
501507
msgid "Buffer + offset too small %d %d %d"
502508
msgstr "Buffer + offset terlalu kecil %d %d %d"
503509

510+
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
511+
msgid "Buffer elements must be 4 bytes long or less"
512+
msgstr ""
513+
504514
#: shared-module/usb_hid/Device.c
505515
#, c-format
506516
msgid "Buffer incorrect size. Should be %d bytes."
@@ -962,6 +972,7 @@ msgid "Failed to acquire mutex, err 0x%04x"
962972
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
963973

964974
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
975+
#: ports/raspberrypi/common-hal/busio/UART.c
965976
msgid "Failed to allocate RX buffer"
966977
msgstr "Gagal untuk mengalokasikan buffer RX"
967978

@@ -1093,6 +1104,10 @@ msgstr ""
10931104
msgid "IV must be %d bytes long"
10941105
msgstr "Panjang IV harus %d byte"
10951106

1107+
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1108+
msgid "In buffer elements must be 4 bytes long or less"
1109+
msgstr ""
1110+
10961111
#: py/persistentcode.c
10971112
msgid ""
10981113
"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -1109,6 +1124,14 @@ msgstr "Ukuran penyangga salah"
11091124
msgid "Init program size invalid"
11101125
msgstr ""
11111126

1127+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1128+
msgid "Initial set pin direction conflicts with initial out pin direction"
1129+
msgstr ""
1130+
1131+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1132+
msgid "Initial set pin state conflicts with initial out pin state"
1133+
msgstr ""
1134+
11121135
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
11131136
msgid "Initialization failed due to lack of memory"
11141137
msgstr ""
@@ -1219,7 +1242,8 @@ msgstr "Argumen tidak valid"
12191242
msgid "Invalid bits per value"
12201243
msgstr "Bit per nilai tidak valid"
12211244

1222-
#: ports/nrf/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1245+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
1246+
#: ports/stm/common-hal/busio/UART.c
12231247
msgid "Invalid buffer size"
12241248
msgstr "Ukuran buffer tidak valid"
12251249

@@ -1294,10 +1318,10 @@ msgstr "Pin untuk channel kanan tidak valid"
12941318
#: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c
12951319
#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c
12961320
#: ports/mimxrt10xx/common-hal/busio/I2C.c
1297-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1298-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c
1321+
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/nrf/common-hal/busio/I2C.c
12991322
#: ports/raspberrypi/common-hal/busio/I2C.c
13001323
#: ports/raspberrypi/common-hal/busio/SPI.c
1324+
#: ports/raspberrypi/common-hal/busio/UART.c
13011325
msgid "Invalid pins"
13021326
msgstr "Pin-pin tidak valid"
13031327

@@ -1346,7 +1370,8 @@ msgstr "Hitungan suara tidak valid"
13461370
msgid "Invalid wave file"
13471371
msgstr "File wave tidak valid"
13481372

1349-
#: ports/stm/common-hal/busio/UART.c
1373+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1374+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
13501375
msgid "Invalid word/bit length"
13511376
msgstr "Panjang kata/bit tidak valid"
13521377

@@ -1473,6 +1498,7 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
14731498

14741499
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
14751500
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1501+
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
14761502
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
14771503
msgid "No DMA channel found"
14781504
msgstr "tidak ada channel DMA ditemukan"
@@ -1539,6 +1565,14 @@ msgstr "Tidak ada dukungan perangkat keras pada pin clk"
15391565
msgid "No hardware support on pin"
15401566
msgstr "Tidak ada dukungan hardware untuk pin"
15411567

1568+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1569+
msgid "No in in program"
1570+
msgstr ""
1571+
1572+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1573+
msgid "No in or out in program"
1574+
msgstr ""
1575+
15421576
#: shared-bindings/aesio/aes.c
15431577
msgid "No key was specified"
15441578
msgstr "Tidak ada kunci yang ditentukan"
@@ -1627,13 +1661,10 @@ msgid "Odd parity is not supported"
16271661
msgstr "Parity ganjil tidak didukung"
16281662

16291663
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
1664+
#: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
16301665
msgid "Only 8 or 16 bit mono with "
16311666
msgstr "Hanya 8 atau 16 bit mono dengan "
16321667

1633-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1634-
msgid "Only IN/OUT of up to 8 supported"
1635-
msgstr ""
1636-
16371668
#: ports/esp32s2/common-hal/wifi/__init__.c
16381669
msgid "Only IPv4 addresses supported"
16391670
msgstr ""
@@ -1683,6 +1714,10 @@ msgstr ""
16831714
msgid "Operation timed out"
16841715
msgstr ""
16851716

1717+
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
1718+
msgid "Out buffer elements must be 4 bytes long or less"
1719+
msgstr ""
1720+
16861721
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
16871722
msgid "Out of memory"
16881723
msgstr ""
@@ -1847,7 +1882,7 @@ msgstr "Kesalahan DeInit RNG"
18471882
msgid "RNG Init Error"
18481883
msgstr "Kesalahan Init RNG"
18491884

1850-
#: ports/nrf/common-hal/busio/UART.c
1885+
#: ports/nrf/common-hal/busio/UART.c ports/raspberrypi/common-hal/busio/UART.c
18511886
msgid "RS485 Not yet supported on this device"
18521887
msgstr ""
18531888

@@ -1884,7 +1919,7 @@ msgstr "Baca-saja"
18841919
msgid "Read-only filesystem"
18851920
msgstr "sistem file (filesystem) bersifat Read-only"
18861921

1887-
#: shared-module/displayio/Bitmap.c
1922+
#: shared-module/bitmaptools/__init__.c shared-module/displayio/Bitmap.c
18881923
#, fuzzy
18891924
msgid "Read-only object"
18901925
msgstr "sistem file (filesystem) bersifat Read-only"
@@ -2125,6 +2160,7 @@ msgid "To exit, please reset the board without "
21252160
msgstr "Untuk keluar, silahkan reset board tanpa "
21262161

21272162
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2163+
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
21282164
msgid "Too many channels in sample."
21292165
msgstr "Terlalu banyak channel dalam sampel"
21302166

@@ -2165,10 +2201,6 @@ msgstr "Kesalahan Init UART"
21652201
msgid "UART Re-init error"
21662202
msgstr "Kesalahan Re-init UART"
21672203

2168-
#: ports/raspberrypi/common-hal/busio/UART.c
2169-
msgid "UART not yet supported"
2170-
msgstr ""
2171-
21722204
#: ports/stm/common-hal/busio/UART.c
21732205
msgid "UART write error"
21742206
msgstr "Kesalahan penulisan UART"
@@ -2195,6 +2227,7 @@ msgstr "Nilai UUID bukan str, int atau byte buffer"
21952227

21962228
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21972229
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
2230+
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
21982231
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
21992232
msgid "Unable to allocate buffers for signed conversion"
22002233
msgstr "Tidak dapat mengalokasikan buffer untuk signed conversion"
@@ -2505,7 +2538,7 @@ msgid "binary op %q not implemented"
25052538
msgstr ""
25062539

25072540
#: shared-bindings/busio/UART.c
2508-
msgid "bits must be 7, 8 or 9"
2541+
msgid "bits must be in range 5 to 9"
25092542
msgstr ""
25102543

25112544
#: shared-bindings/audiomixer/Mixer.c
@@ -2734,6 +2767,10 @@ msgstr ""
27342767
msgid "circle can only be registered in one parent"
27352768
msgstr ""
27362769

2770+
#: shared-bindings/bitmaptools/__init__.c
2771+
msgid "clip point must be (x,y) tuple"
2772+
msgstr ""
2773+
27372774
#: shared-bindings/msgpack/ExtType.c
27382775
msgid "code outside range 0~127"
27392776
msgstr ""
@@ -3734,6 +3771,7 @@ msgstr ""
37343771
#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h
37353772
#: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h
37363773
#: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h
3774+
#: ports/esp32s2/boards/unexpectedmaker_tinys2/mpconfigboard.h
37373775
msgid "pressing boot button at start up.\n"
37383776
msgstr ""
37393777

@@ -3811,6 +3849,7 @@ msgid ""
38113849
msgstr ""
38123850

38133851
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
3852+
#: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
38143853
msgid "sampling rate out of range"
38153854
msgstr "nilai sampling keluar dari jangkauan"
38163855

@@ -3882,7 +3921,7 @@ msgstr ""
38823921
msgid "sosfilt requires iterable arguments"
38833922
msgstr ""
38843923

3885-
#: shared-bindings/displayio/Bitmap.c
3924+
#: shared-bindings/bitmaptools/__init__.c shared-bindings/displayio/Bitmap.c
38863925
msgid "source palette too large"
38873926
msgstr ""
38883927

0 commit comments

Comments
 (0)