summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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-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 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-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
2019-07-24Requested changes, general cleanupHierophect
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-09merge from masterDan Halbert
2019-06-27Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402Scott Shawcroft
2019-06-25Validate raw code and mpy read lengthScott Shawcroft
2019-06-25Validate portions of mpy load to detect corruptionScott Shawcroft
2019-06-19WIP: backup only; not compiledDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-12Uncomment vm.c SUPEROPT (debugging typo); trim a few buildsDan Halbert
2019-06-12Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...Dan Halbert
2019-06-11Merge remote-tracking branch 'adafruit/master' into vm-computed-gotoDan Halbert
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-11Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedupDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-05-24Implement forced clean builds for boards so designated.Dan Halbert
2019-05-22Merge pull request #1906 from adafruit/4.0.xScott Shawcroft
2019-05-17Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disab...Dan Halbert
2019-05-14Make Group iterable via a generic native iterator.Scott Shawcroft
2019-05-13Check native object in case of early accessScott Shawcroft