summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no or...Dan Halbert
2019-08-28Merge remote-tracking branch 'adafruit/master' into bleio-api-revampDan Halbert
2019-08-27More size_t usageScott Shawcroft
2019-08-27Merge remote-tracking branch 'adafruit/master' into remove_i2c_stop_kwargScott Shawcroft
2019-08-26Minor renamesScott Shawcroft
2019-08-25BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bondingDan Halbert
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-23Use size_t and document buffers can be the same.Scott Shawcroft
2019-08-22More cleanupScott Shawcroft
2019-08-22Add refresh_time to use if busy_pin is not givenScott Shawcroft
2019-08-22Add reset() to display busses to detect whether it worksScott Shawcroft
2019-08-22Refresh ePaper displays once code.py is done runningScott 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-22Initial ePaper workScott Shawcroft
2019-08-22Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.Scott Shawcroft
2019-08-22make translateDan Halbert
2019-08-21Get rid of the last bits of array dependancyDave Astels
2019-08-21Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-08-21Remove unneeded linesDave Astels
2019-08-20getting the buffer info should happen first (due to its check)Dave Astels
2019-08-20Move the get_buffer call earlierDave Astels
2019-08-20Remove array castDave Astels
2019-08-20merge from upstream and make translateDan Halbert
2019-08-20Remove temporarily comments codeDave Astels
2019-08-20Rework to simplifyDave Astels
2019-08-20Switch to positional parametersDave Astels
2019-08-20Fix typoDave Astels
2019-08-19Detect lack of pulldown; check for pin in useDan 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-19Merge pull request #2032 from pewpew-game/audiocore-bufferDan Halbert
2019-08-18shared-bindings/time: styleJeff Epler
2019-08-18make nrf touchio be generic: now available for SAMD51 tooDan Halbert
2019-08-17localtime: don't hard-fault on argument type errors; handle localtime(float)Jeff Epler
2019-08-17audioio: By default, be compatible with 4.xJeff Epler
2019-08-17Improve docs for WaveFile bufferRadomir Dopieralski
2019-08-16Simplify to only extracting one lineDave Astels
2019-08-16address review comments; avoid calling common_hal_bleio_device... routines fr...Dan Halbert
2019-08-15make translate and fix sphinx issuesDan Halbert
2019-08-11shared-bindings: Use RUN_BACKGROUND_TASKSJeff Epler
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-07Pass in preallocated result bufferDave Astels
2019-08-07Remove obsolete experimental propertyDave Astels
2019-08-07fix newly-introduced bugs; UART client/server working againDan Halbert
2019-08-06WIP: more Descriptor work; refactor gattc/gatts read/writeDan Halbert