summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.h
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-09Revert "circuitpy_mpconfig: Disable flash multi-partition"Jeff Epler
2021-03-08Merge pull request #4354 from jepler/disable-fat-partitionScott Shawcroft
2021-03-07circuitpy_mpconfig: Disable flash multi-partitionJeff Epler
2021-03-05vm: Make the speed-size trade-off compile time settableJeff Epler
2021-02-23Add bitmaptools moduleKevin Matocha
2021-02-19merge from upstream; re-alphabetizeDan Halbert
2021-02-18bitops: rename from _bit_transpose, describe the algorithmJeff Epler
2021-02-18core: add bit_transpose functionJeff Epler
2021-02-12wipDan Halbert
2021-01-26Set MICROPY_PY_UERRNO_ERRORCODE correctlyDan Halbert
2021-01-25typo in circuitpy_mpconfig.h; forgot cxd56 portDan Halbert
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2021-01-21AlphabeticalScott Shawcroft
2021-01-20Add initial RP2040 supportScott Shawcroft
2021-01-05Merge branch 'main' into msgpackiot49
2020-12-18rename ota to dualbankmicroDev
2020-12-12Merge branch 'main' into ota-s2microDev
2020-12-11Merge branch 'main' into msgpackScott Shawcroft
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-12-08implement ota modulemicroDev
2020-12-02Merge pull request #3612 from gamblor21/bus_deviceScott Shawcroft
2020-12-02Merge remote-tracking branch 'adafruit/main' into msgpackScott Shawcroft
2020-12-02Merge pull request #3767 from dhalbert/sleepScott Shawcroft
2020-12-01moved logic to shared-module and added documentationBernhard Boser
2020-12-01add module msgpackBernhard Boser
2020-12-01Merge branch 'main' into bus_deviceMark
2020-11-30Merge pull request #3695 from cwalther/movableScott Shawcroft
2020-11-29Disable complex arithmetic on SAMD21 builds to make spaceDan Halbert
2020-11-28Use movable allocation system for terminal tilegrid.Christian Walther
2020-11-28Add movable allocation system.Christian Walther
2020-11-28Disable complex arithmetic on SAMD21 builds to make spaceDan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-24Disable 3-arg pow() function on m0 boardsJeff Epler
2020-11-19WIP: redo API; not compiled yetDan Halbert
2020-11-16Merge remote-tracking branch 'adafruit/main' into sleepDan Halbert
2020-11-16wip: initial code changes, starting from @tannewt's sleepio branchDan Halbert
2020-11-13Save flash spaceScott Shawcroft
2020-11-03Renamed to adafruit_bus_devicegamblor21
2020-11-01add binascii to most buildsDan Halbert
2020-10-27Add alarm_touch modulemicroDev
2020-10-27restructure alarm modulesmicroDev
2020-10-27Renamed alarm modulesmicroDev
2020-10-27Get io wake workingmicroDev
2020-10-27Initial Sleep SupportmicroDev
2020-10-24Initial commitgamblor21
2020-10-14Merge pull request #3554 from gamblor21/move_ordereddictDan Halbert
2020-10-14Remove ordered dict from SAMD21gamblor21
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-10-10Add async/await syntax to FULL_BUILDwarriorofwire