summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-02Merge pull request #3779 from weblate/weblate-circuitpython-main6.1.0-beta.2Jeff Epler
2020-12-02Update translation filesHosted Weblate
2020-12-02Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-02Merge pull request #3612 from gamblor21/bus_deviceScott Shawcroft
2020-12-02Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-02Merge pull request #3775 from tannewt/nina_certsDan Halbert
2020-12-02Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-02Merge pull request #3776 from tannewt/backup_socket_timeoutDan Halbert
2020-12-02Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-02Merge pull request #3780 from tannewt/block_while_erasingDan Halbert
2020-12-02Update translation filesHosted Weblate
2020-12-02Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-02Merge pull request #3767 from dhalbert/sleepScott Shawcroft
2020-12-02Translated using Weblate (Czech)vkuthan
2020-12-02Translated using Weblate (Polish)Maciej Stankiewicz
2020-12-01Added to partial builds where frozen removedgamblor21
2020-12-01Block all tasks (not interrupts) during flash eraseScott Shawcroft
2020-12-01fix doc errorsDan Halbert
2020-12-01Removed bus device from simmel buildgamblor21
2020-12-01address review commentsDan Halbert
2020-12-01Fixing stubsgamblor21
2020-12-01Merge branch 'main' into bus_deviceMark
2020-12-01Translated using Weblate (Polish)Maciej Stankiewicz
2020-12-01Translated using Weblate (Polish)Szymon Jakubiak
2020-12-01Translated using Weblate (Polish)Maciej Stankiewicz
2020-12-01Translated using Weblate (Polish)Szymon Jakubiak
2020-12-01Ignore certificates readme in doc buildScott Shawcroft
2020-11-30Two minor socket changesScott Shawcroft
2020-11-30Use nina-fw root certsScott Shawcroft
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