| Age | Commit message (Collapse) | Author |
|
|
|
ESP32S2: Reset sta_mode and ap_mode flags
|
|
Translations update from Weblate
|
|
|
|
Currently translated at 100.0% (836 of 836 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
|
|
Merge in two fixes from 6.0.x
|
|
Currently translated at 100.0% (836 of 836 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
|
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
|
|
Currently translated at 100.0% (835 of 835 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
|
|
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
|
|
Esp32s2 module clip
|
|
build.yml: Fix building mpy-cross-mac
|
|
|
|
|
|
Recently, the macos-10.15 image was updated with a non-brew version of awscli. This made our CI script, which does a `brew install awscli` fail:
```
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/aws
Target /usr/local/bin/aws
already exists. You may want to remove it:
rm '/usr/local/bin/aws'
```
|
|
displayio: Pass transparent_color to ColorConverter
|
|
Update port status in readme
|
|
Correct pins to not reset.
|
|
Fix missing `nproc` on macOS
|
|
This leads to smaller code size at the expense of slower linking.
We can turn partitioning back on with GCC10 because it produces smaller code.
|
|
396979a breaks building on macOS: `nproc` is a Linux thing, use a cross-platform alternative.
|
|
|
|
|
|
|
|
They must have the PORT_ prefix otherwise they mask the wrong pins.
Fixes #3552
|
|
|
|
Add socketpool.socket.recv_into size check
|
|
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
|
|
Esp32s2: Expose more network parameters
|
|
atmel-samd: parallelize lto linking
|
|
SDA and SCL are flipped
|
|
|
|
Adding some more german translations
|
|
Translations update from Weblate
|
|
|
|
(https://github.com/adafruit/samd-peripherals/pull/37)
|
|
|
|
The SDA, SCL, and MISO pins were ignored. This error was not diagnosed
before now.
|
|
|
|
this is possible now that the undefined reference to pin_PA30 has been
resolved.
|
|
.. when PA30 is IGNOREd
|
|
This decreases the link time, especially on desktop machines with many CPU
cores. However, it does come at a slight cost in binary size, making the flash
section about 200 bytes bigger for circuitplayground_express.
Before, linking build-circuitplayground_express/firmware.elf takes
8.8s elapsed time, leaving 3128 bytes free in flash.
After, linking build-circuitplayground_express/firmware.elf takes 2.8s elapsed
time, leaving 2924 bytes free in flash. (-6 seconds, -204 bytes free)
If necessary, we can make this per-board or even per-translation to squeeze full
builds.
|
|
Currently translated at 100.0% (834 of 834 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
|
|
Currently translated at 100.0% (834 of 834 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
|
|
Translations update from Weblate
|
|
|
|
Currently translated at 100.0% (834 of 834 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
|
|
Currently translated at 100.0% (834 of 834 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
|
|
Fix inconsistent supervisor heap
|
|
|