summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Merge pull request #2012 from tannewt/remove_i2c_stop_kwargDan Halbert
2019-08-27Disable bitbangio on Itsy M0Scott Shawcroft
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
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
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
2019-08-22Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.Scott Shawcroft
2019-08-22make translateDan Halbert
2019-08-22Merge pull request #2083 from dhalbert/no-32khz-xtalDan Halbert
2019-08-22fix default crystal value; fix include orderDan Halbert
2019-08-21Merge pull request #2027 from dastels/displayio_fill_areaScott Shawcroft
2019-08-22merge similar fix inDan Halbert
2019-08-22Fix CPBlue LFCLKSRC; CPB has no status neopixelDan Halbert
2019-08-21Merge pull request #2081 from dhalbert/rotaryio-pin-check-fixScott Shawcroft
2019-08-21Merge pull request #2072 from bmeisels/nrf-no-crystal-supportScott Shawcroft
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-21Make roomDave Astels
2019-08-21Add message ids for translationDave Astels
2019-08-21Make them static (fixing build break?) as they aren't needed by Display Dave Astels
2019-08-21Remove unneeded linesDave Astels
2019-08-20getting the buffer info should happen first (due to its check)Dave Astels
2019-08-20Add support for nrf boards that don't have an external crystalBenny Meisels
2019-08-20typo in IncrementalEncoder.cDan Halbert
2019-08-20update tinyusb to upstream commitDan Halbert
2019-08-20Move the get_buffer call earlierDave Astels
2019-08-20Remove array castDave Astels