summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-26Merge pull request #2960 from weblate/weblate-circuitpython-masterJeff Epler
Translations update from Weblate
2020-05-27Update translation filesHosted 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/
2020-05-27Translated using Weblate (French)Jeff Epler
Currently translated at 100.0% (747 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
2020-05-26Merge pull request #2931 from tannewt/esp32s2_digitalioDan Halbert
Finish digitalio and pin use tracking for ESP32S2
2020-05-26Merge pull request #2956 from hathach/fix-samd-wfiScott Shawcroft
fix racing issue for SAMD when executing WFI
2020-05-26Merge pull request #2938 from DavePutz/issue2894Scott Shawcroft
Add an increment to tcc_refcount to allow deinit to work correctly
2020-05-26Merge pull request #2954 from rhooper/pixelbuf_rgbw_fixScott Shawcroft
Allow setting RGBW pixels with RGB tuples
2020-05-26mimxrt10xx: Change exception type to match other portsarturo182
2020-05-26Merge pull request #2945 from pewpew-game/fluff_m0Scott Shawcroft
Add support for Fluff M0
2020-05-26Merge pull request #2957 from jepler/support-matrix-invoke-makesommersoft
shared_bindings_matrix: Work from parsed 'make' output
2020-05-26Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-26Merge pull request #2955 from BradChan/masterDan Halbert
Add hiibot_bluefi board definitions
2020-05-26shared_bindings_matrix: sommersoft's suggestionsJeff Epler
2020-05-26Add Fluff M0 to boardsRadomir Dopieralski
2020-05-26Fix swapped SCK and MISO in Fluff M0Radomir Dopieralski
2020-05-25shared_bindings_matrix: Use a trivial targetJeff Epler
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.
2020-05-25Remove board_chip logicJeff Epler
Not sure why I moved it, the computed value is never required
2020-05-25Add esp32s2, litex to SUPPORTED_PORTS, sort itJeff Epler
2020-05-25Merge pull request #2942 from weblate/weblate-circuitpython-masterJeff Epler
Translations update from Weblate
2020-05-25shared_bindings_matrix: Work from parsed 'make' outputJeff Epler
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.
2020-05-25Translated using Weblate (Dutch)Dustin Watts
Currently translated at 100.0% (747 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25Translated using Weblate (Dutch)_fonzlate
Currently translated at 100.0% (747 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25Translated using Weblate (Czech)dronecz
Currently translated at 2.0% (15 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/cs/
2020-05-25Update translation filesHosted 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/
2020-05-25Translated using Weblate (Dutch)_fonzlate
Currently translated at 100.0% (747 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25Translated using Weblate (German)Timon
Currently translated at 100.0% (747 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
2020-05-25Translated using Weblate (Dutch)_fonzlate
Currently translated at 99.8% (746 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25Translated using Weblate (Dutch)Dustin Watts
Currently translated at 99.8% (746 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-05-25Translated using Weblate (German)Timon
Currently translated at 85.8% (641 of 747 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/de/
2020-05-25Merge pull request #2951 from jepler/remove-modules-to-fit-translationsDan Halbert
Remove modules to fit translations
2020-05-25fix racing issue for SAMD when executing WFIhathach
2020-05-25Add hiibot_bluefi board in build.ymlcyz
2020-05-24Adjust docs to reflect behaviour.Roy Hooper
2020-05-24Allow setting RGBW pixels with RGB tuplesRoy Hooper
2020-05-23Merge pull request #2941 from dunkmann00/pixelbuf-negative-step-sliceJeff Epler
Implement negative step for pixelbuf slices
2020-05-23Merge pull request #2943 from jerryneedell/jerryn_esp32s2_makeJeff Epler
allow PORT specification for esp32s2 flashing
2020-05-23trinket_m0_haxpress: disable RTC to make build fit with upcoming translationsJeff Epler
2020-05-23escornabot: disable RTC to make build fit with upcoming translationsJeff Epler
2020-05-23meowmeow: disable modules to make build fit with upcoming translationsJeff Epler
2020-05-23pyruler: disable RTC to make build fit with upcoming translationsJeff Epler
2020-05-23Merge pull request #2947 from jepler/disable-idf-cacheJeff Epler
actions: Don't skip trying to (re)install idf tools
2020-05-23do-nothing commit to retrigger CIJeff Epler
2020-05-23actions: Don't skip trying to (re)install idf toolsJeff Epler
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.
2020-05-22Simplify pixelbuf set_pixels functionGeorge Waters
2020-05-22Use mp_int_t for setting pixelbuf slice indicesGeorge Waters
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.
2020-05-22Merge remote-tracking branch 'upstream/master' into mimxrt-busio-cleanupLucian Copeland
2020-05-22Add support for Fluff M0Radomir Dopieralski
2020-05-22Merge branch 'master' into mimxrt-uart-onewayhierophect
2020-05-22Minor style changes and translationsLucian Copeland
2020-05-22 allow PORT specifcation for esp32s2 flashingjerryneedell