summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01Translated using Weblate (Polish)Szymon Jakubiak
2020-11-30Merge pull request #3738 from microDev1/fix-touchScott Shawcroft
2020-11-30Merge pull request #3695 from cwalther/movableScott Shawcroft
2020-11-30Merge pull request #3774 from weblate/weblate-circuitpython-mainScott Shawcroft
2020-11-30Eliminate goto.Christian Walther
2020-11-30Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-30Merge pull request #3773 from dhalbert/no-samd21-complex-arithmeticScott Shawcroft
2020-11-30Translated using Weblate (Czech)vkuthan
2020-11-30Translated using Weblate (Swedish)Jonny Bergdahl
2020-11-30Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
2020-11-30Merge pull request #3770 from dhalbert/esp-uart-pinsDan Halbert
2020-11-30rename ESP TX and RX pins; remove supportDan Halbert
2020-11-29Disable complex arithmetic on SAMD21 builds to make spaceDan Halbert
2020-11-29Optimize out allocation moving code on boards that don't need it.Christian Walther
2020-11-29Unify redundant low/high_address computation to save a bit of code size.Christian Walther
2020-11-28esp-uart-pinsDan Halbert
2020-11-28Make CIRCUITPY_SUPERVISOR_ALLOC_COUNT dependent on enabled features.Christian Walther
2020-11-28Fix align32_size().Christian Walther
2020-11-28Use movable allocation system for RGBMatrix allocations.Christian Walther
2020-11-28Use movable allocation system for Sharp display framebuffer.Christian Walther
2020-11-28Use movable allocation system for terminal tilegrid.Christian Walther
2020-11-28Add movable allocation system.Christian Walther
2020-11-27Merge pull request #3764 from weblate/weblate-circuitpython-mainLimor "Ladyada" Fried
2020-11-27Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-27Translated using Weblate (Japanese)sporeball
2020-11-27Translated using Weblate (Spanish)Iván Montiel Cardona
2020-11-27Merge pull request #3766 from ehershey/patch-1Limor "Ladyada" Fried
2020-11-27README typosErnie Hershey
2020-11-26Merge branch 'main' into fix-touchmicroDev
2020-11-26reset touchin on every vm runmicroDev
2020-11-26Update translation filesHosted Weblate
2020-11-26Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-26Translated using Weblate (Spanish)Daniel Bravo Darriba
2020-11-26Translated using Weblate (German)Daniel Bravo Darriba
2020-11-25Merge pull request #3708 from hierophect/esp32s2-udpJeff Epler
2020-11-25Merge pull request #3758 from tannewt/update_connect_docJeff Epler
2020-11-25Merge pull request #3754 from hierophect/esp-spi-pinclaimScott Shawcroft
2020-11-25Merge pull request #3760 from arturo182/colorconverter_fixScott Shawcroft
2020-11-25Merge pull request #3761 from arturo182/update_requestsScott Shawcroft
2020-11-25Merge pull request #3757 from jamesbowman/mainScott Shawcroft
2020-11-25Merge pull request #3756 from weblate/weblate-circuitpython-mainScott Shawcroft
2020-11-25Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-11-25Merge pull request #3759 from tannewt/recv_exitScott Shawcroft
2020-11-25Fix masking issue causing pin claim problemsLucian Copeland
2020-11-25Merge remote-tracking branch 'upstream/main' into esp-spi-pinclaimLucian Copeland
2020-11-25Update the requests frozen libraryarturo182
2020-11-25displayio: Fix ColorConverter make_* methodsarturo182
2020-11-24Exit faster on recv when TLS connection closedScott Shawcroft
2020-11-24Update wifi.Radio.connect docScott Shawcroft
2020-11-24Fix opcode typo in VertexFormat()James Bowman