Skip to content

Commit 9538e00

Browse files
committed
Merge remote-tracking branch 'adafruit/main' into ww_sd_card
2 parents 8426773 + a28f853 commit 9538e00

File tree

92 files changed

+3261
-313
lines changed

Some content is hidden

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

92 files changed

+3261
-313
lines changed

.gitmodules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,3 +357,21 @@
357357
[submodule "frozen/CircuitPython_AXP313A"]
358358
path = frozen/CircuitPython_AXP313A
359359
url = https://github.com/bill88t/CircuitPython_AXP313A
360+
[submodule "frozen/Adafruit_CircuitPython_framebuf"]
361+
path = frozen/Adafruit_CircuitPython_framebuf
362+
url = https://github.com/adafruit/Adafruit_CircuitPython_framebuf
363+
[submodule "frozen/Adafruit_CircuitPython_SSD1306"]
364+
path = frozen/Adafruit_CircuitPython_SSD1306
365+
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1306
366+
[submodule "frozen/Adafruit_CircuitPython_DisplayIO_SSD1306"]
367+
path = frozen/Adafruit_CircuitPython_DisplayIO_SSD1306
368+
url = https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306
369+
[submodule "frozen/Adafruit_CircuitPython_ImageLoad"]
370+
path = frozen/Adafruit_CircuitPython_ImageLoad
371+
url = https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad
372+
[submodule "frozen/Adafruit_CircuitPython_AHTx0"]
373+
path = frozen/Adafruit_CircuitPython_AHTx0
374+
url = https://github.com/adafruit/Adafruit_CircuitPython_AHTx0
375+
[submodule "frozen/Adafruit_CircuitPython_HTTPServer"]
376+
path = frozen/Adafruit_CircuitPython_HTTPServer
377+
url = https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer

lib/tinyusb

Submodule tinyusb updated 471 files

locale/ID.po

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ msgstr ""
219219
msgid "%q must be of type %q, %q, or %q, not %q"
220220
msgstr ""
221221

222-
#: py/argcheck.c shared-module/synthio/__init__.c
222+
#: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
223+
#: shared-module/synthio/__init__.c
223224
msgid "%q must be of type %q, not %q"
224225
msgstr ""
225226

@@ -906,10 +907,6 @@ msgstr "Data terlalu besar untuk paket advertisment"
906907
msgid "Deep sleep pins must use a rising edge with pulldown"
907908
msgstr ""
908909

909-
#: shared-module/jpegio/JpegDecoder.c
910-
msgid "Destination bitmap too small to contain image"
911-
msgstr ""
912-
913910
#: shared-bindings/audiobusio/PDMIn.c
914911
msgid "Destination capacity is smaller than destination_length."
915912
msgstr "Kapasitas tujuan lebih kecil dari destination_length."
@@ -2565,6 +2562,10 @@ msgstr "typecode buruk"
25652562
msgid "binary op %q not implemented"
25662563
msgstr ""
25672564

2565+
#: shared-module/bitmapfilter/__init__.c
2566+
msgid "bitmap size and depth must match"
2567+
msgstr ""
2568+
25682569
#: shared-bindings/bitmaptools/__init__.c
25692570
msgid "bitmap sizes must match"
25702571
msgstr ""
@@ -3905,10 +3906,6 @@ msgstr ""
39053906
msgid "parameters must be registers in sequence r0 to r3"
39063907
msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
39073908

3908-
#: shared-bindings/bitmaptools/__init__.c
3909-
msgid "pixel coordinates out of bounds"
3910-
msgstr ""
3911-
39123909
#: extmod/vfs_posix_file.c
39133910
msgid "poll on file not available on win32"
39143911
msgstr ""
@@ -4303,6 +4300,10 @@ msgstr ""
43034300
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43044301
msgstr ""
43054302

4303+
#: shared-module/bitmapfilter/__init__.c
4304+
msgid "unsupported bitmap depth"
4305+
msgstr ""
4306+
43064307
#: shared-module/gifio/GifWriter.c
43074308
msgid "unsupported colorspace for GifWriter"
43084309
msgstr ""
@@ -4349,6 +4350,16 @@ msgstr ""
43494350
msgid "wbits"
43504351
msgstr ""
43514352

4353+
#: shared-bindings/bitmapfilter/__init__.c
4354+
msgid ""
4355+
"weights must be a sequence with an odd square number of elements (usually 9 "
4356+
"or 25)"
4357+
msgstr ""
4358+
4359+
#: shared-bindings/bitmapfilter/__init__.c
4360+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4361+
msgstr ""
4362+
43524363
#: shared-bindings/is31fl3741/FrameBuffer.c
43534364
msgid "width must be greater than zero"
43544365
msgstr ""

locale/circuitpython.pot

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ msgstr ""
216216
msgid "%q must be of type %q, %q, or %q, not %q"
217217
msgstr ""
218218

219-
#: py/argcheck.c py/runtime.c shared-module/synthio/__init__.c
219+
#: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
220+
#: shared-module/synthio/__init__.c
220221
msgid "%q must be of type %q, not %q"
221222
msgstr ""
222223

@@ -1941,14 +1942,6 @@ msgstr ""
19411942
msgid "Stack overflow. Increase stack size."
19421943
msgstr ""
19431944

1944-
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1945-
msgid "Stereo left must be on PWM channel A"
1946-
msgstr ""
1947-
1948-
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
1949-
msgid "Stereo right must be on PWM channel B"
1950-
msgstr ""
1951-
19521945
#: shared-bindings/alarm/time/TimeAlarm.c
19531946
msgid "Supply one of monotonic_time or epoch_time"
19541947
msgstr ""
@@ -2494,6 +2487,10 @@ msgstr ""
24942487
msgid "binary op %q not implemented"
24952488
msgstr ""
24962489

2490+
#: shared-module/bitmapfilter/__init__.c
2491+
msgid "bitmap size and depth must match"
2492+
msgstr ""
2493+
24972494
#: shared-bindings/bitmaptools/__init__.c
24982495
msgid "bitmap sizes must match"
24992496
msgstr ""
@@ -4212,6 +4209,10 @@ msgstr ""
42124209
msgid "unsupported Xtensa instruction '%s' with %d arguments"
42134210
msgstr ""
42144211

4212+
#: shared-module/bitmapfilter/__init__.c
4213+
msgid "unsupported bitmap depth"
4214+
msgstr ""
4215+
42154216
#: shared-module/gifio/GifWriter.c
42164217
msgid "unsupported colorspace for GifWriter"
42174218
msgstr ""
@@ -4258,6 +4259,16 @@ msgstr ""
42584259
msgid "wbits"
42594260
msgstr ""
42604261

4262+
#: shared-bindings/bitmapfilter/__init__.c
4263+
msgid ""
4264+
"weights must be a sequence with an odd square number of elements (usually 9 "
4265+
"or 25)"
4266+
msgstr ""
4267+
4268+
#: shared-bindings/bitmapfilter/__init__.c
4269+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4270+
msgstr ""
4271+
42614272
#: shared-bindings/is31fl3741/FrameBuffer.c
42624273
msgid "width must be greater than zero"
42634274
msgstr ""

0 commit comments

Comments
 (0)