summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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-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-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-02makeqstrdata: fix printing of 'increased length' messageJeff Epler
2019-12-02translation: Compress as unicode, not bytesJeff Epler
2019-11-29Merge remote-tracking branch 'origin/master' into tick-refactorJeff Epler
2019-11-26Make the @micropython.native decorator no-op if support isn't enabledThea Flowers
2019-11-24Merge pull request #2317 from babygrimes/frozen-mpy-bytes-gc_long_lived-crashScott Shawcroft
2019-11-22Merge remote-tracking branch 'origin/master' into tick-refactorJeff Epler
2019-11-22* only make objects long lived if they are on the GC heapDavid Grimes
2019-11-22Merge remote-tracking branch 'adafruit/master' into testing-fixesDan Halbert
2019-11-20Use BluetoothError in _bleioScott Shawcroft
2019-11-18run_background_tasks: Do nothing unless there has been a tickJeff Epler
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-11-18circuitpy_mpconfig.h: Express HOOKS in terms of RUN_BACKGROUND_TASKSJeff Epler
2019-11-18circuitpy_mpconfig.h: Move includes after include-guardJeff Epler
2019-11-05Fix bad call to mp_arg_check_numThea Flowers
2019-11-05Allow boards to enable the `micropython.native` decoratorThea Flowers
2019-10-28wipDan Halbert
2019-10-21Refine _bleioScott Shawcroft
2019-10-20Parameterize linker scriptDan Halbert
2019-10-15Merge remote-tracking branch 'adafruit/master' into bonding1Dan Halbert
2019-10-14Switch arg check back to allow ignored args for stringsScott Shawcroft
2019-10-14Support __bytesScott Shawcroft
2019-10-14 restructure nlr.h for udefined archtecturesJerry Needell
2019-10-10mp_obj_instance_make_new: clearer way to avoid null pointer dereferenceJeff Epler
2019-10-08mp_obj_instance_make_new: avoid undefined behaviorJeff Epler
2019-10-08mp_bytecode_print_str: avoid undefined behaviorJeff Epler
2019-10-08gc_alloc: Remove redundant 'collected' assignmentJeff Epler
2019-10-08mp_binary_get_int: avoid undefined behaviorJeff Epler
2019-10-06WIP: bondingDan Halbert
2019-10-04Revert modules with missed dependenceHierophect
2019-10-03Add Always Build flag, remove redundancyHierophect
2019-09-11In py/, must guard uses of RUN_BACKGROUND_TASKSjepler