summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-01-15Merge pull request #2510 from dhalbert/bonding-nvmScott Shawcroft
2020-01-14Merge pull request #2505 from theodox/masterScott Shawcroft
2020-01-14Merge pull request #2504 from rhooper/fix-tuple-subscrScott Shawcroft
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-13Merge pull request #2457 from hierophect/stm32-cpython-compatScott Shawcroft
2020-01-12fix CCCD bonding store; avoid excessive bonding writesDan Halbert
2020-01-11Make all `PYTHON` env vars into `PYTHON3`Steve Theodore
2020-01-11make types that depend on tuple subscr workRoy Hooper
2020-01-10Merge pull request #2498 from dhalbert/optional-i2c-pullup-checkingScott Shawcroft
2020-01-10Merge pull request #2461 from jepler/urandom-hardfaultsScott Shawcroft
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-08use CFLAG to properly set defineHierophect
2020-01-08styleJeff Epler
2020-01-08Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3Scott Shawcroft
2020-01-08Merge remote-tracking branch 'adafruit/master' into packet_bufferScott Shawcroft
2020-01-08vstr_init_len: Don't crash if (size_t)-1 is passedJeff Epler
2020-01-06Fix more build problemsJeff Epler
2020-01-04changes only for monster m4skMarius-450
2020-01-04CIRCUITPY_DISPLAY_LIMIT = 2Marius-450
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2020-01-02remove unnecessary GCC pragmasRoy Hooper
2019-12-29Merge branch 'master' into pixelbuf-subscr-changeRoy Hooper
2019-12-20Remove `re` from CPX Displayio build to make space.Scott Shawcroft
2019-12-16py.mk: Fix race condition building .mo filesJeff Epler
2019-12-13try 2. make namedtuple types handle subclassesScott Shawcroft
2019-12-13Fix tuple testScott Shawcroft
2019-12-13Revert subscr signature changeRoy Hooper
2019-12-13push changesRoy Hooper
2019-12-13Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-12-12merge from masterDan Halbert
2019-12-12py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them.Damien George
2019-12-12py/nlr: Use MP_UNREACHABLE at the end of arch-specific nlr_jump funcs.Damien George
2019-12-12py: Introduce MP_UNREACHABLE macro to annotate unreachable code.Damien George
2019-12-11Merge remote-tracking branch 'adafruit/master' into ld-cleanupDan Halbert
2019-12-10merge from upstreamDan Halbert
2019-12-10Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-12-10working on all portsDan Halbert
2019-12-10gc_free: give a better error when freeing outside of VMJeff Epler
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-09Merge pull request #2353 from jepler/audiosample-protocolScott Shawcroft
2019-12-06atmel-samd workingDan Halbert
2019-12-05wipDan Halbert
2019-12-05proto: Use %q format-string shortcutJeff Epler
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-12-02Merge pull request #2345 from jepler/compressed-unicodeScott Shawcroft
2019-12-02makeqstrdata: reclaim some more bytes on some translationsJeff Epler
2019-12-02Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-12-02makeqstrdata: fix printing of 'increased length' messageJeff Epler
2019-12-02translation: Compress as unicode, not bytesJeff Epler