summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-09Merge pull request #2353 from jepler/audiosample-protocolScott Shawcroft
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-21Refine _bleioScott Shawcroft
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-04Revert modules with missed dependenceHierophect
2019-10-03Add Always Build flag, remove redundancyHierophect
2019-09-11In py/, must guard uses of RUN_BACKGROUND_TASKSjepler
2019-09-09stream_readall: This can be long-running, run background tasksjepler
2019-09-09py/obj.c: This can be long-running, run background tasksjepler
2019-09-01Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no or...Dan Halbert
2019-08-27Disable bitbangio on Itsy M0Scott Shawcroft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-24Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22Add initial Monster M4SK buildScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-20merge from upstream and make translateDan Halbert
2019-08-19Merge pull request #2068 from jepler/audioio-compatScott Shawcroft