summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-29Merge pull request #2092 from dhalbert/bleio-api-revamp5.0.0-alpha.1Scott Shawcroft
Bleio attribute api revamp
2019-08-29make translateDan Halbert
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-29Merge pull request #2096 from tannewt/hallowing_m4_5.xScott Shawcroft
Hallowing m4 5.x
2019-08-29address minor issues: typos, make translate, and sphinxDan Halbert
2019-08-29Merge remote-tracking branch 'adafruit/4.1.x' into hallowing_m4_5.xScott Shawcroft
2019-08-29Merge pull request #2094 from tannewt/hallowing_m4Scott Shawcroft
Add Hallowing M4 support
2019-08-29add additional pin aliasesScott Shawcroft
2019-08-29Merge remote-tracking branch 'adafruit/master' into bleio-api-revampDan Halbert
2019-08-29Merge pull request #2088 from tannewt/masterScott Shawcroft
Swap the CI to GitHub Actions from Travis
2019-08-29Hallowing M4Scott Shawcroft
2019-08-28Build on all branch pushesScott Shawcroft
2019-08-28another API rework: less abstraction leakageDan Halbert
2019-08-28bleio: API change to create and connect related objects simulatenously: no ↵Dan Halbert
orphan bleio objects
2019-08-28Merge remote-tracking branch 'adafruit/master' into bleio-api-revampDan Halbert
2019-08-27Swap the CI to GitHub Actions from TravisScott Shawcroft
2019-08-27Merge pull request #2012 from tannewt/remove_i2c_stop_kwargDan Halbert
Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.
2019-08-27Disable bitbangio on Itsy M0Scott Shawcroft
Also, switch CIRCUITPY_BITBANG_APA102 to makefile setting so it can alter included files
2019-08-27More size_t usageScott Shawcroft
2019-08-27Merge remote-tracking branch 'adafruit/master' into remove_i2c_stop_kwargScott Shawcroft
2019-08-27Merge pull request #2085 from tannewt/epdScott Shawcroft
Rework display refresh, add M4SK and add ePaper support
2019-08-26Minor renamesScott Shawcroft
2019-08-26remove some debugging printsDan Halbert
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-22Rejigger builds to fit under 50 minute limitScott Shawcroft
2019-08-22More cleanupScott Shawcroft
2019-08-22Turn off features to make room for ePaperScott Shawcroft
2019-08-22Update translationsScott Shawcroft
2019-08-22Regular display fixes including refresh tweaksScott Shawcroft
2019-08-22Add initial Monster M4SK buildScott Shawcroft
2019-08-22Fix nrf buildsScott Shawcroft
2019-08-22Fix builds without displayioScott 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
NOT TESTED! Just compiles Fixes #1691
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-22Updated ParallelBus implementation in nrf portBenny Meisels
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-22Initial ePaper workScott Shawcroft
2019-08-22Merge pull request #2071 from dhalbert/shared-module-touchioScott Shawcroft
make nrf touchio be generic: now available for SAMD51 too
2019-08-22Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.Scott Shawcroft
writeto_then_readfrom has been added to do a write -> no stop -> repeated start -> read sequence. This is done to match the capabilities of Blinka on Linux. Code that uses stop=False will not work correctly on Blinka. To fix, if stop=False then use writeto_then_readfrom otherwise use writeto then readfrom_into. First step in #2082
2019-08-22make translateDan Halbert
2019-08-22Merge pull request #2083 from dhalbert/no-32khz-xtalDan Halbert
Fix CPBlue LFCLKSRC; CPB has no status neopixel
2019-08-22fix default crystal value; fix include orderDan Halbert
2019-08-21Merge pull request #2027 from dastels/displayio_fill_areaScott Shawcroft
To displayio.Display: expose fill_area and add a property for rotation
2019-08-22merge similar fix inDan Halbert
2019-08-22Fix CPBlue LFCLKSRC; CPB has no status neopixelDan Halbert