summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-11-19py.mk: allow translation to be overriden in GNUmakefileJeff Epler
2020-11-19Always use preprocessor for MICROPY_ERROR_REPORTINGJeff Epler
2020-11-19Introduce, use mp_raise_arg1Jeff Epler
2020-11-19Use mp_raise instead of nlr_raise(new_exception) where possibleJeff Epler
2020-11-19Revert "samd21: Enable terse error reporting on resource constrained chip fam...Jeff Epler
2020-11-19wipDan Halbert
2020-11-19merge from mainDan Halbert
2020-11-19WIP: redo API; not compiled yetDan Halbert
2020-11-18samd21: Enable terse error reporting on resource constrained chip familyJeff Epler
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-16Prevent exceptions from accumulating in REPLroot
2020-11-13Save flash spaceScott Shawcroft
2020-11-03Renamed to adafruit_bus_devicegamblor21
2020-11-01add binascii to most buildsDan Halbert
2020-10-31Initial SPI commitgamblor21
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add alarm_touch modulemicroDev
2020-10-27Fix build errormicroDev
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-20Fix missing `nproc` on macOS.Christian Walther
2020-10-15enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fitDan Halbert
2020-10-14Merge pull request #3554 from gamblor21/move_ordereddictDan Halbert
2020-10-14Remove ordered dict from SAMD21gamblor21
2020-10-14Removed MICROPY_PY_COLLECTIONS_NAMEDTUPLE__ASDICT from unix coveragegamblor21
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-10-12Merge pull request #3538 from jepler/parallel-qstrlastScott Shawcroft
2020-10-12Merge pull request #3537 from jepler/update-protomatter-2Scott Shawcroft
2020-10-12Merge pull request #3539 from jepler/lto-type-mismatchScott Shawcroft
2020-10-11remove unnecessary board configuration and address feedbackKenny
2020-10-11build: Make genlast write the "split" filesJeff Epler
2020-10-11build: parallelize the creation of qstr.i.lastJeff Epler
2020-10-11remove warning that seems unneeded nowJeff Epler
2020-10-10update async tests with less upython workaround and more cpython compatibilityKenny
2020-10-10i do not know if this is needed but this is not the vm i use anymoreKenny
2020-10-10async def syntax rigor and __await__ magic methodKenny
2020-10-10fix missing cflag defeating the board gatingwarriorofwire
2020-10-10Add async/await syntax to FULL_BUILDwarriorofwire
2020-10-10rgbmatrix: update protomatter to 1.0.5 tagJeff Epler
2020-09-28canio: RemoteTransmissionRequest: Split implementation, keep one structureJeff Epler
2020-09-23Merge pull request #3456 from jepler/qstr-and-or-demagicScott Shawcroft
2020-09-22makeqstrdefs: don't make _and_, _or_ poisoned substrings for QSTRsJeff Epler
2020-09-21canio: rename from _canioJeff Epler
2020-09-21_canio: Minimal implementation for SAM E5x MCUsJeff Epler
2020-09-21py: Add enum helper codeJeff Epler
2020-09-21makeqstrdata: Work around python3.6 compatibility problemJeff Epler