summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-22Fix typo UARTfix_typo_spanishSabas
2020-10-22Merge pull request #3580 from astrobokonon/esp32s2-FixSTAMODEScott Shawcroft
ESP32S2: Reset sta_mode and ap_mode flags
2020-10-21Merge pull request #3573 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-10-22Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-10-22Translated using Weblate (Swedish)Jonny Bergdahl
Currently translated at 100.0% (836 of 836 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-10-21Merge pull request #3587 from adafruit/6.0.xJeff Epler
Merge in two fixes from 6.0.x
2020-10-21Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 100.0% (836 of 836 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-10-21Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-10-21Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 100.0% (835 of 835 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-10-21Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-10-21Merge pull request #3586 from Targett363/esp32s2_module_clipScott Shawcroft
Esp32s2 module clip
2020-10-21Merge pull request #3578 from jepler/fix-mac-actionsScott Shawcroft
build.yml: Fix building mpy-cross-mac
2020-10-20Change comment wordingRyan T. Hamilton
2020-10-20Reset sta_mode and ap_mode flagsRyan T. Hamilton
2020-10-20build.yml: Fix building mpy-cross-macJeff Epler
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' ```
2020-10-20Merge pull request #3529 from jensechu/color-converter-transparencyScott Shawcroft
displayio: Pass transparent_color to ColorConverter
2020-10-20Merge pull request #3566 from microDev1/patch-1Scott Shawcroft
Update port status in readme
2020-10-20Merge pull request #3574 from tannewt/fix_matrixportal_pinsScott Shawcroft
Correct pins to not reset.
2020-10-20Merge pull request #3577 from cwalther/nprocScott Shawcroft
Fix missing `nproc` on macOS
2020-10-20Use one lto partitionScott Shawcroft
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.
2020-10-20Fix missing `nproc` on macOS.Christian Walther
396979a breaks building on macOS: `nproc` is a Linux thing, use a cross-platform alternative.
2020-10-20zh_Latn_pinyin: Use ASCII alternatives to fullwidth charsJeff Epler
2020-10-20Replacing placeholder PIDs with correct PIDsTargett363
2020-10-20Update readmemicroDev
2020-10-19Correct pins to not reset.Scott Shawcroft
They must have the PORT_ prefix otherwise they mask the wrong pins. Fixes #3552
2020-10-19Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-19Merge pull request #3563 from gamblor21/recv_into_size_checkScott Shawcroft
Add socketpool.socket.recv_into size check
2020-10-19displayio: Update docs for ColorConverter's make_opaqueJensen Kuras
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-10-19Merge pull request #3484 from astrobokonon/esp32s2-morenetScott Shawcroft
Esp32s2: Expose more network parameters
2020-10-19Merge pull request #3541 from jepler/lto-parallelScott Shawcroft
atmel-samd: parallelize lto linking
2020-10-18Merge pull request #3570 from askpatrickw/UMFeatherS2-SCL-SDAJeff Epler
SDA and SCL are flipped
2020-10-18SDA and SCL were flippedaskpatricw
2020-10-18Merge pull request #3569 from Senuros/mainJeff Epler
Adding some more german translations
2020-10-18Merge pull request #3568 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-10-18Adding some more german translationsSenuros
2020-10-17samd: Update peripherals submoduleJeff Epler
(https://github.com/adafruit/samd-peripherals/pull/37)
2020-10-17samd: AnalogOut: Better handle boards which IGNOREd analog pinsJeff Epler
2020-10-17sparkfun_lumidrive: Can't IGNORE pins that are default bus pinsJeff Epler
The SDA, SCL, and MISO pins were ignored. This error was not diagnosed before now.
2020-10-17samd: extend IGNORE_PIN_foo to all sam e5x/e5x pinsJeff Epler
2020-10-17samd: update peripherals submoduleJeff Epler
this is possible now that the undefined reference to pin_PA30 has been resolved.
2020-10-17samd: pin: Fix 'undefined reference to pin_PA30'Jeff Epler
.. when PA30 is IGNOREd
2020-10-17atmel-samd: parallelize lto linkingJeff Epler
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.
2020-10-17Translated using Weblate (French)Antonin ENFRUN
Currently translated at 100.0% (834 of 834 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-10-17Translated using Weblate (French)Noel Gaetan
Currently translated at 100.0% (834 of 834 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-10-17Merge pull request #3567 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-10-17Set sta_mode flag for actual use/checkingRyan T. Hamilton
2020-10-17Translated using Weblate (Chinese (Pinyin))hexthat
Currently translated at 100.0% (834 of 834 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2020-10-17Translated using Weblate (Spanish)Alvaro Figueroa
Currently translated at 100.0% (834 of 834 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2020-10-16Merge pull request #3482 from cwalther/allocJeff Epler
Fix inconsistent supervisor heap
2020-10-16displayio: Remove trailing whitespaceJensen