summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-21Merge remote-tracking branch 'adafruit/master' into bleio2Dan Halbert
2019-01-21Merge pull request #1479 from siddacious/masterScott Shawcroft
2019-01-20adding height and width to OnDiskBitmap for #1460Bryan Siepert
2019-01-20Merge remote-tracking branch 'adafruit/master' into struct-compatDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-19adjust commentRoy Hooper
2019-01-19move headers to __init__.hRoy Hooper
2019-01-19remove fill_wheelRoy Hooper
2019-01-19Fix build to work with constructor calling convention.Roy Hooper
2019-01-19Merge branch 'master' into pixelbufRoy Hooper
2019-01-18simplify arg checking for displayScott Shawcroft
2019-01-18Improvements thanks to danh's reviewScott Shawcroft
2019-01-18Add a bit more to the docsScott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17share fourwire and make nrf compileScott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2019-01-16Put back native C UUID string parsing and printing (complete rewrite)Dan Halbert
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-14fixup m0 and nrfScott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2019-01-14Support subclasses of Shape as bitmaps.Scott Shawcroft
2019-01-14Add support for rendering a shape.Scott Shawcroft
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2019-01-10Polish thanks to Dan's feedbackScott Shawcroft
2019-01-09fix merge conflicts; address some commentsDan Halbert
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2019-01-09improve travis fold status reporting; fix sphinx build; fix sphinx errorsDan Halbert
2019-01-09fix sphinx complaint; more travis fold status reportingDan Halbert
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2019-01-03evt handler list bugs; unique evt handler names; remove uuid128_referenceDan Halbert
2019-01-03Remove print methods from bleio; Python lib will do itDan Halbert
2019-01-02Move 128-bit UUID string parsing to Python; simplify UUID APIDan Halbert
2019-01-01Broadcaster now takes whole packet. Also should be scannableDan Halbert
2018-12-30Remove nRF52832 supportDan Halbert
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-28Add Broadcaster. Reset correctly on reload.Dan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-07bleio WIP: redo for more immutability; use sd_* routines for internal flash w...Dan Halbert
2018-12-06Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert
2018-12-04allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...Dan Halbert
2018-12-03Merge pull request #1372 from dhalbert/pyserial-compat-for-uartScott Shawcroft
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-12-03Fix arg type for AudioOut(..., quiescent_value=...)Dan Halbert
2018-11-26WIP: debug; add hash and __eq__ to UUIDDan Halbert