summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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
2019-08-19Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-19Merge remote-tracking branch 'adafruit/master' into run-background-tasksDan Halbert
2019-08-18make nrf touchio be generic: now available for SAMD51 tooDan Halbert
2019-08-17audioio: By default, be compatible with 4.xJeff Epler
2019-08-16Merge pull request #2066 from dhalbert/ble-pairingScott Shawcroft
2019-08-14Fix I2CDisplay lifecycle and splash lifecycle.Scott Shawcroft
2019-08-11cicuitpy_mpconfg.h: Define RUN_BACKGROUND_TASKSJeff Epler
2019-08-11cicuitpy_mpconfg.h: Alphebetize and standardize indentationJeff Epler
2019-08-10py: mp_obj_tuple_get: accept any item which can use tuple_getiterJeff Epler
2019-08-06Merge pull request #2042 from jepler/qstr-expansionScott Shawcroft
2019-08-06makeqstrdata: permit longer "compressed" outputsJeff Epler
2019-08-05Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-08-03bring MixerVoice back to building state; update documentationsommersoft
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-07-31cleanup adapter.address; add uniquish suffix to BLE device nameDan Halbert
2019-07-29PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_Jeff Epler
2019-07-26audiopwmio: Add the shared files for this new moduleJeff Epler
2019-07-25Merge pull request #2010 from jepler/audiocoreScott Shawcroft
2019-07-25audiocore: Factor from audioioJeff Epler
2019-07-24Merge pull request #2007 from hierophect/F4xx-port-setupScott Shawcroft