| Age | Commit message (Collapse) | Author |
|
Translations update from Weblate
|
|
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
|
|
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
|
|
Finish digitalio and pin use tracking for ESP32S2
|
|
fix racing issue for SAMD when executing WFI
|
|
Add an increment to tcc_refcount to allow deinit to work correctly
|
|
Allow setting RGBW pixels with RGB tuples
|
|
|
|
Add support for Fluff M0
|
|
shared_bindings_matrix: Work from parsed 'make' output
|
|
|
|
Add hiibot_bluefi board definitions
|
|
|
|
|
|
|
|
Sommersoft noticed that without submodules (as RTD currently does),
the "make -qp" failed due to trying to find files within submodules.
The "print-VAR" target doesn't have any dependencies, so it sidesteps
the problem.
If we move ulab's pyi files into the submodule, though, we'll need to
fetch submodules anyway during doc building.
|
|
Not sure why I moved it, the computed value is never required
|
|
|
|
Translations update from Weblate
|
|
Revisiting this because I noticed the support matrix said that pyruler
had several modules it obviously didn't, such as the recently added
vectorio.
It is less error-prone because we can use the final values instead
of re-coding the Makefile logic in python. The only things we need
to do are invoke make in "print-database" mode, then chase any
indirect references like CIRCUITPY_VECTORIO = $(CIRCUITPY_DISPLAYIO)
It does take longer, about 45s on my laptop.
|
|
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
|
|
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
|
|
Currently translated at 2.0% (15 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/cs/
|
|
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
|
|
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
|
|
Currently translated at 100.0% (747 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
|
|
Currently translated at 99.8% (746 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
|
|
Currently translated at 99.8% (746 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
|
|
Currently translated at 85.8% (641 of 747 strings)
Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
|
|
Remove modules to fit translations
|
|
|
|
|
|
|
|
|
|
Implement negative step for pixelbuf slices
|
|
allow PORT specification for esp32s2 flashing
|
|
|
|
|
|
|
|
|
|
actions: Don't skip trying to (re)install idf tools
|
|
|
|
We were seeing actions failures where the cache would be restored
"successfully" but then "Install CircuitPython deps" would fail:
# Step "Fetch IDF tool cache"
Cache Size: ~247 MB (259277989 B)
/bin/tar -xz -f /home/runner/work/_temp/a990f24d-c365-4685-b739-10e052812c81/cache.tgz -C /home/runner/work/circuitpython/circuitpython/.idf_tools
Cache restored from key: Linux-idf-tools-731ed12bcdfbfa8b5dd37e03703992271b3ce85dd629e45130f80f43b84ce3a8
...
# Step "Install CircuitPython deps"
Adding ESP-IDF tools to PATH...
Not using an unsupported version of tool cmake found in PATH: 3.17.0.
I checked locally, and (even when dist/* is removed) it is very quick to
run each of the `idf_tools install` steps, about 2s total.
Try doing this to see whether it fixes the CI problems.
|
|
|
|
When handling negative steps, start and stop need to be mp_int_t so they
can be checked against a potential negative value during the for loop
used to set the slice values.
|
|
|
|
|
|
|
|
|
|
|