Dan Halbert
3a34acb93c
merge 8.2.x to main
2023-11-09 19:58:34 -05:00
Dan Halbert
3ca98028f9
Merge pull request #8571 from lookfwd/fix_8570
...
Adds I2S mclk support to audiobusio.I2SOut for the Espressif port #8570
2023-11-09 11:20:06 -05:00
Dimitrios Kouzis-Loukas
3921520fed
Issue #8570 fix
2023-11-08 19:53:18 -05:00
Dan Halbert
b7b62873f8
Merge pull request #8569 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-11-08 14:56:20 -05:00
Hosted Weblate
611345db26
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2023-11-08 17:48:25 +00:00
Dan Halbert
01be5f402e
Merge pull request #8553 from tannewt/switch_to_split_heap
...
Switch all ports to auto-growing split heap
2023-11-08 12:48:12 -05:00
Dan Halbert
191a5a31c7
add CIRCUITPY-CHANGE annotations
2023-11-08 09:08:10 -05:00
Dan Halbert
ccd667d97a
Merge pull request #8562 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-11-06 18:17:53 -05:00
Hosted Weblate
941e51a3b2
Merge remote-tracking branch 'origin/main'
2023-11-06 22:53:30 +00:00
Scott Shawcroft
f9cbbf7740
Merge pull request #8550 from bill88t/main
...
Add WeAct C6
2023-11-06 14:53:22 -08:00
Bill Sideris
963e76961c
Fix creator ids
...
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2023-11-06 23:31:15 +02:00
Hosted Weblate
2a7b7a1b2a
Merge remote-tracking branch 'origin/main'
2023-11-06 22:31:12 +01:00
Andi Chandler
84be8ad523
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (1010 of 1010 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2023-11-06 22:31:12 +01:00
jessyjones
dda15b4499
Translated using Weblate (French)
...
Currently translated at 98.7% (997 of 1010 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-06 22:31:11 +01:00
Scott Shawcroft
b6e9536e4f
Merge pull request #8560 from dhalbert/type-flag-has-special-accessors
...
correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS
2023-11-06 13:31:05 -08:00
Scott Shawcroft
eb1b27431a
Fix pre-commit
2023-11-06 11:15:38 -08:00
Bill Sideris
1f83f59928
Merge remote-tracking branch 'adafruit/main'
2023-11-06 03:08:14 +02:00
Bill Sideris
2f264d3178
Add BOOT button
2023-11-06 02:46:03 +02:00
jessyjones
d9e8ebecd0
Translated using Weblate (French)
...
Currently translated at 98.7% (997 of 1010 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-05 21:33:02 +01:00
Dan Halbert
616201109c
correct MP_TYPE_FLAG_NONE to MP_TYPE_FLAG_HAS_SPECIAL_ACCESSORS
...
also remove #include py/objproperty.h where not needed
(side effect of looking for property uses)
2023-11-04 22:51:41 -04:00
Dan Halbert
ebf19bd46c
Merge pull request #8557 from ladyada/main
...
pin fix for camera rev d
2023-11-04 20:55:17 -04:00
Limor "Ladyada" Fried
2358e7bcc3
Update mpconfigboard.h
...
fix second place I2C is defined >.<
2023-11-04 19:54:11 -04:00
Dan Halbert
59463683dd
Merge pull request #8551 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-11-03 08:38:49 -04:00
Wellington Terumi Uemura
4236892a62
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1010 of 1010 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-11-03 09:00:51 +00:00
Bill Sideris
97f3d0f74b
Merge remote-tracking branch 'adafruit/main'
2023-11-02 00:57:55 +02:00
Scott Shawcroft
8137e2d6d2
Switch all ports to auto-growing split heap
...
This simplifies allocating outside of the VM because the VM doesn't
take up all remaining memory by default.
On ESP we delegate to the IDF for allocations. For all other ports,
we use TLSF to manage an outer "port" heap. The IDF uses TLSF
internally and we use their fork for the other ports.
This also removes the dynamic C stack sizing. It wasn't often used
and is not possible with a fixed outer heap.
Fixes #8512 . Fixes #7334 .
2023-11-01 15:24:16 -07:00
Bill Sideris
b57fdef73a
Disable espcamera and fix name
2023-11-02 00:13:43 +02:00
Hosted Weblate
d4d901c337
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2023-11-01 19:04:26 +01:00
Scott Shawcroft
648c141aa4
Merge pull request #8262 from thzinc/add-mdns-txt-record-support
...
Add mDNS TXT record support
2023-11-01 11:04:20 -07:00
Dan Halbert
b473354990
Merge pull request #8546 from tannewt/gcc13.2
...
Switch to GCC 13.2
2023-11-01 13:57:44 -04:00
Scott Shawcroft
5dfaf66116
Slim down thunderpack 12
2023-11-01 10:44:03 -07:00
Bill Sideris
4eb82fea0d
Revert "Register dupe"
...
This reverts commit 19efc936dc
.
2023-11-01 19:32:38 +02:00
Bill Sideris
71d07cd795
Seperate N4 from N8
2023-11-01 19:31:56 +02:00
Bill Sideris
19efc936dc
Register dupe
2023-11-01 18:06:39 +02:00
Bill Sideris
f138b209ef
Add WeAct C6
2023-11-01 17:32:55 +02:00
Dan Halbert
2f87217891
Merge pull request #8549 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-11-01 09:25:34 -04:00
hexthat
02101efc0d
Translated using Weblate (Chinese (Pinyin))
...
Currently translated at 100.0% (1008 of 1008 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-11-01 08:01:48 +01:00
Wellington Terumi Uemura
9213b5cf57
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1008 of 1008 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-11-01 08:01:47 +01:00
Scott Shawcroft
7715ff09cc
Merge pull request #8545 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2023-10-31 11:59:09 -07:00
Daniel James
1309235cd8
Updates for CircuitPython 9.x
2023-10-30 20:53:26 -07:00
Daniel James
f9d3ec5027
Support for publishing TXT records via mDNS
...
- Update lwIP+Raspberry Pi implementation to use lwIP API correctly
- Add translations
2023-10-30 20:39:38 -07:00
Scott Shawcroft
7f4bb4da93
Switch to GCC 13.2
2023-10-30 20:30:30 -07:00
Hosted Weblate
1faf13ea8e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2023-10-30 21:45:50 +01:00
Dan Halbert
5f95232495
Merge pull request #8542 from jepler/mp-error-text
...
Switch to using MP_ERROR_TEXT instead of translate, globally
2023-10-30 16:45:44 -04:00
Scott Shawcroft
05e6db9b09
Merge pull request #8528 from ladyada/main
...
update ESP32S3 camera to rev D
2023-10-30 11:32:21 -07:00
Limor "Ladyada" Fried
a83f95b968
Merge branch 'adafruit:main' into main
2023-10-30 14:10:46 -04:00
Limor "Ladyada" Fried
79aaa4056b
swap i2c
2023-10-30 14:10:09 -04:00
Jeff Epler
a9a8f2d87a
disable a module to make board fit again
2023-10-30 17:25:54 +01:00
Jeff Epler
768859c709
drop ulab on this board, it's full
2023-10-30 16:55:45 +01:00
Jeff Epler
2296c85e29
fix another error seen only on clean builds
2023-10-30 16:25:25 +01:00