Commit Graph

33857 Commits

Author SHA1 Message Date
Bobby Jap
ae181d69af Update wrappers to use new gzip changes 2023-08-28 21:59:00 -07:00
Scott Shawcroft
9daccc08c5
Forbidden pins are now correctly "in use" on ESP
This removes duplicate code to make debug UART pins in use via
never reset. It is done through forbidden pins automatically now.

Fixes #8288
2023-08-28 15:55:14 -07:00
Hosted Weblate
b1be15cd81
Merge remote-tracking branch 'origin/main' 2023-08-28 21:56:43 +02:00
Scott Shawcroft
3605d891de
Merge pull request #8338 from pypewpew/async-samd21
Allow enabling async on samd21
2023-08-28 12:56:38 -07:00
Hosted Weblate
5188166949
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-08-28 21:53:45 +02:00
Hosted Weblate
3d3292152a
Merge remote-tracking branch 'origin/main' 2023-08-28 21:53:42 +02:00
Scott Shawcroft
b20e211d29
Merge pull request #8293 from fonix232/port/esp32/m5paper
Add support for M5Stack M5Paper
2023-08-28 12:53:37 -07:00
Hosted Weblate
9cc0868fcc
Merge remote-tracking branch 'origin/main' 2023-08-28 21:52:45 +02:00
Scott Shawcroft
2eb62f8238
Merge pull request #8305 from cleverca22/move-stack
raise kernel load addr and slip stack under kernel on both 32bit and 64bit
2023-08-28 12:52:38 -07:00
Jeff Epler
d7cf11d3ef
Add repl.py support 2023-08-28 13:59:50 -05:00
Jeff Epler
adfd90f022
add missing space 2023-08-28 13:59:50 -05:00
Hosted Weblate
9378d68583
Merge remote-tracking branch 'origin/main' 2023-08-28 20:20:22 +02:00
Scott Shawcroft
0a1842e3e5
Merge pull request #8340 from jepler/qstr-dependency
Use QSTR_GLOBAL_REQUIREMENTS to give explicit dependency for qstr gen…
2023-08-28 11:20:16 -07:00
Hosted Weblate
979cac48b4
Merge remote-tracking branch 'origin/main' 2023-08-28 20:18:38 +02:00
Scott Shawcroft
def7463c37
Merge pull request #8342 from jepler/merge-82x
Merge 8.2.x into main
2023-08-28 11:18:33 -07:00
Hosted Weblate
002d50befc
Merge remote-tracking branch 'origin/main' 2023-08-28 20:18:08 +02:00
Scott Shawcroft
74066ef9fa
Merge pull request #8339 from bill88t/untrash
`/.Trash-1000` on filesystem creation.
2023-08-28 11:17:59 -07:00
Scott Shawcroft
524d7a0a1d
Merge pull request #8343 from BrainBoardzProject/8.2.x
8.2.x
2023-08-28 11:07:10 -07:00
Jeremy Littler
9bdb576351
Add files via upload 2023-08-28 10:10:04 -04:00
Jeremy Littler
c1144e66a8
Add files via upload 2023-08-28 10:09:06 -04:00
Bill Sideris
029c912bf0
Comment and reorder the files creation. 2023-08-28 17:03:32 +03:00
Jeff Epler
e44c2c06f4
Merge remote-tracking branch 'origin/8.2.x' into merge-82x 2023-08-28 08:30:30 -05:00
Jeff Epler
b0967cb1a4
Use QSTR_GLOBAL_REQUIREMENTS to give explicit dependency for qstr generation
I investigated and found that this seems to be the best way to specify
a file that must be generated before "qstr processing" can occur.

Closes #8337
2023-08-27 16:16:40 -05:00
Bill Sideris
57ac916ccd
.Trash-1000 on filesystem creation 2023-08-27 23:29:08 +03:00
Radomir Dopieralski
fc17e9ef39
Update __init__.c 2023-08-27 19:34:06 +02:00
Radomir Dopieralski
34cb5f6dc0
Merge branch 'main' into async-samd21 2023-08-27 19:33:27 +02:00
Radomir Dopieralski
55fbbdcb52 Allow enabling async on samd21
It was just disabled, possibly because of size considerations, but it's
useful to be able to enable it explicitly for selected boards.

This requires some of the settings to use ?= instead of =, and fixing
a bug in the traceback module, where the chain variable is unused if
exception chaining is not enabled.
2023-08-27 19:28:44 +02:00
hexthat
8723cbf432
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (999 of 999 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-08-27 17:54:20 +02:00
Jonny Bergdahl
80d132fc95
Translated using Weblate (Swedish)
Currently translated at 100.0% (999 of 999 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2023-08-27 17:54:20 +02:00
Wellington Terumi Uemura
296dd12624
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (999 of 999 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-08-27 17:54:19 +02:00
Bobby Jap
36c0d81af8 Fix gzip Decompression Support 2023-08-26 20:28:46 -07:00
RetiredWizard
9eb61ef667 Enable WiFi, leave DV enable to usercode 2023-08-26 11:00:37 -04:00
Scott Shawcroft
c395e1f9f7
Merge pull request #8332 from pypewpew/ugame22
Add new board uGame22
2023-08-25 13:22:16 -07:00
Michael Bishop
8d25faf30a raise kernel load addr and slip stack under kernel on both 32bit and 64bit 2023-08-25 15:56:40 -03:00
Scott Shawcroft
ed76e48e75
Merge pull request #8330 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-08-25 11:19:51 -07:00
Radomir Dopieralski
b9b04fcefa Add new board uGame22
Information about the board:
https://hackaday.io/project/186921-game-22

Hardware design repository:
https://github.com/python-ugame/ugame-22
2023-08-25 19:26:30 +02:00
Hosted Weblate
f2d38099f1
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-08-25 18:49:11 +02:00
Hosted Weblate
1dc142a51d
Merge remote-tracking branch 'origin/main' 2023-08-25 18:49:08 +02:00
Scott Shawcroft
233cf7fc6d
Merge pull request #8326 from bill88t/picow-stop-ap
Pico W wifi code improvements.
2023-08-25 09:49:04 -07:00
Hosted Weblate
5cc9292a8a
Merge remote-tracking branch 'origin/main' 2023-08-25 18:38:48 +02:00
hexthat
74fc5faf88
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (1001 of 1001 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2023-08-25 18:38:48 +02:00
Scott Shawcroft
14b26b51c3
Merge pull request #8331 from RetiredWizard/baudrt
utilize CIRCUITPY_CONSOLE_UART_BAUDRATE parameter
2023-08-25 09:38:41 -07:00
Hosted Weblate
3176391de4
Merge remote-tracking branch 'origin/main' 2023-08-25 00:46:15 +02:00
Pablo Martinez Bernal
a6f2615c75
Translated using Weblate (Spanish)
Currently translated at 100.0% (1001 of 1001 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2023-08-25 00:46:15 +02:00
Scott Shawcroft
ee2207d386
Merge pull request #8291 from tannewt/i2s_mclk
Add I2S MCLK support to iMX RT
2023-08-24 15:46:08 -07:00
Scott Shawcroft
ab70f8eace
Merge remote-tracking branch 'adafruit/main' into i2s_mclk 2023-08-24 15:07:14 -07:00
RetiredWizard
8fbde14286 utilize CIRCUITPY_CONSOLE_UART_BAUDRATE parameter 2023-08-24 14:50:23 -04:00
Jonny Bergdahl
499951b675
Translated using Weblate (Swedish)
Currently translated at 99.9% (1000 of 1001 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2023-08-24 17:48:30 +02:00
Wellington Terumi Uemura
2991cc4174
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1001 of 1001 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-08-24 17:48:29 +02:00
Jeff Epler
4d8b354c13
Use qstrs to improve compression
any qstr of >= 3 chars long is a candidate for use; the input byte value
(1) is used to indicate a fixed-length qstr number follows.

Before accounting for the code size changes, this saves ~100 bytes
on trinket m0, but it may end up being a wash due to added code.

A cutoff of length>2 is slightly better for ja and ru and worse for others.
This has to do with the relative frequency of latin characters vs non-latin
characters, is my guess.

lang    after   before  change (- = more free space)
en_US   3132    2996    -134
fr      2136    2060    -76
ja      1916    1724    -232
ru      2196    2000    -196
2023-08-23 15:16:53 -05:00