summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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
2020-09-19makeqstrdata: Work with older PythonJeff Epler
2020-09-16Merge pull request #3398 from jepler/better-dictionary-compressionScott Shawcroft
2020-09-16makeqstrdata: comment my understanding of @ciscorn's codeJeff Epler
2020-09-14camera: Change APIKamil Tomaszewski
2020-09-14camera: Implement new library for cameraKamil Tomaszewski
2020-09-13move implicit-fallthrough warning enable to defns.mkJeff Epler
2020-09-14Small improvements to the dictionary compressionTaku Fukada
2020-09-12makeqstrdata: Avoid encoding problemsJeff Epler
2020-09-12Add FALLTHROUGH comments as neededJeff Epler
2020-09-12modstruct: Improve compliance with python3Jeff Epler
2020-09-12compression: Implement ciscorn's dictionary approachJeff Epler
2020-09-10Merge pull request #3370 from jepler/compression-bigramsScott Shawcroft
2020-09-10Merge pull request #3326 from tannewt/native_wifiScott Shawcroft
2020-09-08translations: Make decompression clearerJeff Epler
2020-09-06circuitpy_mpconfig: enable 3-arg pow() with CIRCUITPY_FULL_BUILDJeff Epler
2020-09-06core: add int.bit_length() when MICROPY_CYPTHON_COMPAT is enabledJeff Epler
2020-09-03Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-09-02Rename functions to encode_ngrams / decode_ngramsJeff Epler
2020-09-02makeqstrdata: correct range of low code points to 0x80..0x9f inclusiveJeff Epler
2020-09-01add bigram compression to makeqstrdataJeff Epler
2020-09-01Merge pull request #3310 from dhalbert/ble_hciScott Shawcroft
2020-08-30merge from upstreamDan Halbert
2020-08-30address review; use constructor for HCI AdapterDan Halbert
2020-08-30builtinimport: Fix a crash with 'import ulab.linalg' on unix port onlyJeff Epler