Commit Graph

34920 Commits

Author SHA1 Message Date
eightycc
a4c4c16dd5
Update vfs_fat_ramdisk.py.exp 2023-11-07 13:52:43 -08:00
eightycc
4560f49279
Update lib/oofatfs/ff.c
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2023-11-07 13:51:32 -08:00
eightycc
2e72ea99e4
Update lib/oofatfs/ff.c
Co-authored-by: Dan Halbert <halbert@halwitz.org>
2023-11-07 13:51:18 -08:00
eightycc
6d1b1700bb
Update vfs_blockdev.py.exp 2023-11-07 13:50:51 -08:00
Dan Halbert
bfb830480c fix busio example; update some scripts for Python 3.12 2023-11-07 16:19:53 -05:00
Bob Abeles
966e6e4fe5 Shrink root dir size for tiny (<=128K) FAT12 fs 2023-11-07 10:24:36 -08: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
Dan Halbert
217b894057
Merge pull request #8565 from eightycc/fakembr
Fix off-by-one in flash block read with fake MBR
2023-11-06 12:55:42 -05:00
Bob Abeles
dc2dc9d058 Fix off-by-one in flash block read with fake MBR 2023-11-06 08:24:41 -08:00
Robert Grizzell
68e7a05cb7
Board support for LILYGO T-Deck 2023-11-05 20:39:25 -06: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
Alex Tremblay
861a847421
Update manufacturer from Keeb.io to Maple Computing 2023-11-02 09:10:16 -04: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