summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2019-08-07specifying attribute length; fix up value settingDan Halbert
2019-08-07fix newly-introduced bugs; UART client/server working againDan Halbert
2019-08-06WIP: more Descriptor work; refactor gattc/gatts read/writeDan Halbert
2019-08-05Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-08-05Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410Scott Shawcroft
2019-08-05Merge pull request #2000 from jepler/nrf-pwm-audioScott Shawcroft
2019-08-05Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-08-02Add support for scaling to _stageRadomir Dopieralski
2019-07-31Merge remote-tracking branch 'origin/master' into nrf-pwm-audioJeff Epler
2019-07-31Fix missing write_ram_command in _stageRadomir Dopieralski
2019-07-31Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-07-31cleanup adapter.address; add uniquish suffix to BLE device nameDan Halbert
2019-07-30Merge pull request #2011 from tannewt/ssd1322Scott Shawcroft
2019-07-30BLE: peripheral client pairing (not yet bonding); fix time doc formattingDan Halbert
2019-07-29Merge pull request #1985 from sommersoft/dynamic_support_matrixScott Shawcroft
2019-07-29Update pwmaudioio module for PWMAudioOutScott Shawcroft
2019-07-29Update doc comments for PWMAudioOutScott Shawcroft
2019-07-29PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_Jeff Epler
2019-07-28update rST ref link for support matrixsommersoft
2019-07-27bleio: Fix typo in Peripheral example code.Seth Itow
2019-07-27allow discovery from central or peripheralDan Halbert
2019-07-27Merge branch 'master' into dynamic_support_matrixsommersoft
2019-07-27update 'Core Modules' descriptionsommersoft
2019-07-27move the support matrix to its own page; add linking for modulessommersoft
2019-07-26support matrix: add audiopwmio, update audiocore, sortJeff Epler
2019-07-26docs: An `audiocore.Mixer` suffices where another audio source wouldJeff Epler
2019-07-26docs: corrections that stem from the "audiocore" renameJeff Epler
2019-07-26audiopwmio: Add the shared files for this new moduleJeff Epler
2019-07-25Add knobs for SSD1322 and two fixes.Scott Shawcroft
2019-07-25Remove unneeded headersScott Shawcroft
2019-07-25audiocore: Factor from audioioJeff Epler
2019-07-23remove local copy of 'support_matrix.json'sommersoft
2019-07-19Review feedback including NO_BRIGHTNESS_COMMAND macroScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
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-04add jinja extension; update shared-bindings/index.rst to use jinjasommersoft
2019-07-04add script to gather module support matrix info; add initial json filesommersoft
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