summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-07-16sphinx fixDan Halbert
2019-07-16Address review comments.Dan Halbert
2019-07-11Fix sphinx warnings.Dan Halbert
2019-07-09merge from masterDan Halbert
2019-07-09UARTClient now works both directionsDan Halbert
2019-07-07WIP: Need descriptors for Central CCCD discovery; not done yetDan Halbert
2019-07-03changed type of receiver_buffer_size to uint16_tiot49
2019-07-02WIP: CharacteristicBuffer for Central; not working: need to set remote Charac...Dan Halbert
2019-07-02Fix Group subscr to detect delete correctlyScott Shawcroft
2019-06-29Central is connecting; characteristics can be read and writtenDan Halbert
2019-06-22getting Scanner to workDan Halbert
2019-06-21WIP: Central compiles; now will testDan Halbert
2019-06-19WIP: backup only; not compiledDan Halbert
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-06-18Fix reference to Bitmap in fontio.Glyph docs.Craig Forbes
2019-06-18Fix docs in digitalio.Craig Forbes
2019-06-18Fix displayio.Display docstring type for display_bus.Craig Forbes
2019-06-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-17Add baudrate to FourWire and shorten delay.Scott Shawcroft
2019-06-13Merge remote-tracking branch 'adafruit/master' into ble-scannerDan Halbert
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-13Merge pull request #1943 from adafruit/4.0.x4.1.0-beta.0Scott Shawcroft
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
2019-06-12When clearing gamepad buffer, use the last button state, not 0Radomir Dopieralski
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-10WIPDan Halbert
2019-06-07Merge pull request #1920 from tannewt/fix_rstsommersoft
2019-06-06Include display objects in gc.Dan Halbert
2019-06-06Merge pull request #1893 from elvis-epx/ps2Scott Shawcroft
2019-06-06This __init__.h should be redundant. I deleted it for youBaozhu Zuo
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-06-021. Remove advertising data construction in C: it's all done in Python nowDan Halbert
2019-05-31fix advertisement length check; add Service.secondary attributeDan Halbert
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-05-27Removed warning box regarding SAMD21 buildsJason Pecor
2019-05-23Need to enable ble before scanningDan Halbert
2019-05-23Scanner working, but not very first timeDan Halbert
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-21Merge remote-tracking branch 'adafruit/master' into ble-scannerDan Halbert
2019-05-17WIPDan Halbert
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-14Make Group iterable via a generic native iterator.Scott Shawcroft
2019-05-14Merge pull request #1883 from tannewt/fix_1881Dan Halbert
2019-05-14Remove native init check from stage.Scott Shawcroft
2019-05-14Update Palette.cMatt Land
2019-05-13Check native object in case of early accessScott Shawcroft