Commit Graph

33876 Commits

Author SHA1 Message Date
Jeff Epler
7ab5252cdd
Add CIRCUITPY_MESSAGE_COMPRESSION_LEVEL
to trade compile speed & flash size

Initially enable the faster mode on rp2040 and espressif, where there's
usually plenty of flash available (these advanced techniques save hundreds
to thousands of bytes, which is important on a lot of old samd21 boards
but is a drop in the lake of a 4MB flash chip)
2023-10-20 19:18:18 +01:00
Scott Shawcroft
770f22e5a7
Merge pull request #8486 from makermelissa/main
Add missing Ax pins for Qualia ESP32-S3
2023-10-19 09:13:05 -07:00
Melissa LeBlanc-Williams
d926e7d619 Add missing Ax pins for Qualia ESP32-S3 2023-10-18 14:11:30 -07:00
Dan Halbert
41e0199414
Merge pull request #8476 from MeNeedingADifferentFork/main
Added support for SuperMini NRF52840
2023-10-18 09:40:41 -04:00
Dan Halbert
eae426ed90
Merge pull request #8485 from tannewt/update_gcc12.3
Switch to gcc 12.3 for arm32
2023-10-17 20:36:08 -04:00
Pascal Bakhuis
b1bcd90ed2 Merge branch 'main' of https://github.com/MeNeedingADifferentFork/circuitpython-supermini-nrf52840 2023-10-17 23:39:26 +01:00
Pascal Bakhuis
2d4702c79c Changed USB VID/PID to one granted by pidcodes.github.com 2023-10-17 23:30:26 +01:00
Axeia
07bb1a6e53
Merge branch 'adafruit:main' into main 2023-10-17 23:24:04 +01:00
Scott Shawcroft
48f4b0f7cb
Switch to gcc 12.3 for arm32
Fixes #7432
2023-10-17 11:43:38 -07:00
Scott Shawcroft
fce45af820
Merge pull request #8484 from tannewt/improve_silabs
A few silabs improvements
2023-10-17 11:37:31 -07:00
Scott Shawcroft
792def24f3
A few silabs improvements
* Fix watchdog code crash.
* Define status LEDs for all boards.
* Add flash target to Makefile.
* Reduce build verbosity.
2023-10-17 11:10:03 -07:00
Scott Shawcroft
9f94b1b775
Merge pull request #8483 from dhalbert/fix-mpy-cross-uploads
fix build directories assumed by S3 upload commands
2023-10-17 09:19:54 -07:00
Dan Halbert
d75a57be61
Merge pull request #8482 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-10-16 22:15:50 -04:00
Dan Halbert
057dc8df19 fix build directories assumed by S3 upload commands 2023-10-16 22:11:21 -04:00
Hosted Weblate
8109211e94
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-16 23:55:20 +00:00
Hosted Weblate
f904497e1f
Merge remote-tracking branch 'origin/main' 2023-10-16 23:54:55 +00:00
hexthat
2f718be668
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (993 of 993 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-10-16 23:54:54 +00:00
Dan Halbert
f6601177e0
Merge pull request #8481 from dhalbert/v1.20-merge
Merge from MicroPython v1.20.0
2023-10-16 19:54:32 -04:00
Dan Halbert
f78b35d06f remove unused files; fix typo; remove debugging code 2023-10-16 19:23:35 -04:00
Scott Shawcroft
dc016769fe
Add back glossary to fix docs build 2023-10-16 12:15:42 -07:00
Scott Shawcroft
e232b135ef
Merge pull request #8479 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-10-16 11:04:40 -07:00
Scott Shawcroft
8b8944ab43
Update asyncio 2023-10-16 10:59:45 -07:00
Scott Shawcroft
4d262c8492
Fix typo 2023-10-16 10:59:13 -07:00
Scott Shawcroft
5a19971efd
Fix pre-commit 2023-10-16 10:46:11 -07:00
Scott Shawcroft
732caedd16
Fix non-CYW43 RP2040 builds 2023-10-16 10:43:31 -07:00
Scott Shawcroft
db4253e268
Fix spresence by disabling asserts 2023-10-16 10:43:31 -07:00
Scott Shawcroft
9c9819d021
Hopefully fix mpy-cross upload 2023-10-16 10:43:30 -07:00
Scott Shawcroft
544553c542
Fix cyw43 (pico w) builds 2023-10-16 10:43:30 -07:00
Scott Shawcroft
9930bc151a
Fix skipped test 2023-10-16 10:43:30 -07:00
Axeia
44e9e6464c
Merge branch 'adafruit:main' into main 2023-10-16 17:22:03 +01:00
Hosted Weblate
bbc714df0b
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-14 21:29:47 +02:00
Dan Halbert
a4b8afb54f
Merge pull request #8466 from heygauri/fix-i2s-error-message
Refine error message for rp2040 audiobusio I2S object creation
2023-10-14 15:29:41 -04:00
Dan Halbert
e1d364d2ef merge from upstream 2023-10-14 07:47:10 -04:00
Dan Halbert
195867e9d2 Merge remote-tracking branch 'adafruit/main' into fix-i2s-error-message 2023-10-14 07:38:39 -04:00
Dan Halbert
43b99a6f35 fix fomu board.c 2023-10-13 19:55:43 -04:00
Scott Shawcroft
3febd56161
Merge pull request #8477 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-10-13 14:33:07 -07:00
xXx
fa288ad379
Translated using Weblate (Russian)
Currently translated at 100.0% (993 of 993 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ru/
2023-10-13 22:08:48 +02:00
hexthat
aaa9ffbc25
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (993 of 993 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-10-13 22:08:48 +02:00
Vladimír Smitka
d3311c293b
Translated using Weblate (Czech)
Currently translated at 60.8% (604 of 993 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/cs/
2023-10-13 22:08:48 +02:00
Dan Halbert
021926c96a Fix DotClockFrameBuffer type definition
also remove unnecessary `const` with `MP_DEFINE_CONST_TYPE_OBJ` in I2C
2023-10-13 12:11:14 -04:00
Scott Shawcroft
71bd1176f9
Merge pull request #8474 from jins-tkomoda/m5stack_atoms3
Added support for the M5stack atoms3
2023-10-12 14:13:17 -07:00
Pascal Bakhuis
b24a551485 Added support for SuperMini NRF52840 2023-10-12 21:26:30 +01:00
Dan Halbert
2f391e5679 restore SUPEROPT_GC, SUPEROPT_VM 2023-10-12 15:25:28 -04:00
Dan Halbert
a13185bb34 fix inclusion of ulab sources 2023-10-12 11:03:00 -04:00
Taiki Komoda
33e90ba8fe Fix pid and clean comments 2023-10-12 13:33:56 +09:00
Scott Shawcroft
81ccc606b9
Fix memorymap type check 2023-10-11 14:11:48 -07:00
Scott Shawcroft
1f38293096
Fix ESP related issues 2023-10-11 14:11:29 -07:00
Scott Shawcroft
9633c4e78f
Merge remote-tracking branch 'adafruit/main' into v1.20-merge 2023-10-11 11:21:57 -07:00
Scott Shawcroft
4c4eba88db
Add lib/mbedtls back 2023-10-11 10:05:02 -07:00
Scott Shawcroft
26a503f56c
Remove two mpy docs 2023-10-11 10:05:02 -07:00