| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-29 | Merge pull request #2092 from dhalbert/bleio-api-revamp5.0.0-alpha.1 | Scott Shawcroft | |
| Bleio attribute api revamp | |||
| 2019-08-29 | make translate | Dan Halbert | |
| 2019-08-29 | rename bleio module to _bleio | Dan Halbert | |
| 2019-08-29 | Merge pull request #2096 from tannewt/hallowing_m4_5.x | Scott Shawcroft | |
| Hallowing m4 5.x | |||
| 2019-08-29 | address minor issues: typos, make translate, and sphinx | Dan Halbert | |
| 2019-08-29 | Merge remote-tracking branch 'adafruit/4.1.x' into hallowing_m4_5.x | Scott Shawcroft | |
| 2019-08-29 | Merge pull request #2094 from tannewt/hallowing_m4 | Scott Shawcroft | |
| Add Hallowing M4 support | |||
| 2019-08-29 | add additional pin aliases | Scott Shawcroft | |
| 2019-08-29 | Merge remote-tracking branch 'adafruit/master' into bleio-api-revamp | Dan Halbert | |
| 2019-08-29 | Merge pull request #2088 from tannewt/master | Scott Shawcroft | |
| Swap the CI to GitHub Actions from Travis | |||
| 2019-08-29 | Hallowing M4 | Scott Shawcroft | |
| 2019-08-28 | Build on all branch pushes | Scott Shawcroft | |
| 2019-08-28 | another API rework: less abstraction leakage | Dan Halbert | |
| 2019-08-28 | bleio: API change to create and connect related objects simulatenously: no ↵ | Dan Halbert | |
| orphan bleio objects | |||
| 2019-08-28 | Merge remote-tracking branch 'adafruit/master' into bleio-api-revamp | Dan Halbert | |
| 2019-08-27 | Swap the CI to GitHub Actions from Travis | Scott Shawcroft | |
| 2019-08-27 | Merge pull request #2012 from tannewt/remove_i2c_stop_kwarg | Dan Halbert | |
| Add writeto_then_readfrom to I2C API. Deprecate stop kwarg. | |||
| 2019-08-27 | Disable bitbangio on Itsy M0 | Scott Shawcroft | |
| Also, switch CIRCUITPY_BITBANG_APA102 to makefile setting so it can alter included files | |||
| 2019-08-27 | More size_t usage | Scott Shawcroft | |
| 2019-08-27 | Merge remote-tracking branch 'adafruit/master' into remove_i2c_stop_kwarg | Scott Shawcroft | |
| 2019-08-27 | Merge pull request #2085 from tannewt/epd | Scott Shawcroft | |
| Rework display refresh, add M4SK and add ePaper support | |||
| 2019-08-26 | Minor renames | Scott Shawcroft | |
| 2019-08-26 | remove some debugging prints | Dan Halbert | |
| 2019-08-25 | BLE HID WIP: works everywhere except iOS; fixed a bunch of bugs; pretend bonding | Dan Halbert | |
| 2019-08-23 | Rework based on Dan's review | Scott Shawcroft | |
| 2019-08-23 | Use size_t and document buffers can be the same. | Scott Shawcroft | |
| 2019-08-22 | Rejigger builds to fit under 50 minute limit | Scott Shawcroft | |
| 2019-08-22 | More cleanup | Scott Shawcroft | |
| 2019-08-22 | Turn off features to make room for ePaper | Scott Shawcroft | |
| 2019-08-22 | Update translations | Scott Shawcroft | |
| 2019-08-22 | Regular display fixes including refresh tweaks | Scott Shawcroft | |
| 2019-08-22 | Add initial Monster M4SK build | Scott Shawcroft | |
| 2019-08-22 | Fix nrf builds | Scott Shawcroft | |
| 2019-08-22 | Fix builds without displayio | Scott Shawcroft | |
| 2019-08-22 | Add refresh_time to use if busy_pin is not given | Scott Shawcroft | |
| 2019-08-22 | Add reset() to display busses to detect whether it works | Scott Shawcroft | |
| 2019-08-22 | Refresh ePaper displays once code.py is done running | Scott Shawcroft | |
| 2019-08-22 | Rework refresh API and factor common display stuff out | Scott Shawcroft | |
| NOT TESTED! Just compiles Fixes #1691 | |||
| 2019-08-22 | Begin refresh rework. | Scott Shawcroft | |
| 2019-08-22 | Updated ParallelBus implementation in nrf port | Benny Meisels | |
| 2019-08-22 | EPaper displays work mostly. | Scott Shawcroft | |
| 2019-08-22 | Initial ePaper work | Scott Shawcroft | |
| 2019-08-22 | Merge pull request #2071 from dhalbert/shared-module-touchio | Scott Shawcroft | |
| make nrf touchio be generic: now available for SAMD51 too | |||
| 2019-08-22 | Add 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-22 | make translate | Dan Halbert | |
| 2019-08-22 | Merge pull request #2083 from dhalbert/no-32khz-xtal | Dan Halbert | |
| Fix CPBlue LFCLKSRC; CPB has no status neopixel | |||
| 2019-08-22 | fix default crystal value; fix include order | Dan Halbert | |
| 2019-08-21 | Merge pull request #2027 from dastels/displayio_fill_area | Scott Shawcroft | |
| To displayio.Display: expose fill_area and add a property for rotation | |||
| 2019-08-22 | merge similar fix in | Dan Halbert | |
| 2019-08-22 | Fix CPBlue LFCLKSRC; CPB has no status neopixel | Dan Halbert | |
