summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
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
2018-11-20More UUID work; use mp_raise for exceptionsDan Halbert
2018-11-20Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert
2018-11-20WIP: bleio revisionsDan Halbert
2018-11-18Remove reference to clock_id on the function descriptiionsCarlos
2018-11-18Fix time.monotonic_ns docstringCarlos
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-11-07bring bleio PR up to dateDan Halbert
2018-11-05in doc string as wellcaternuson
2018-11-05change channels to channel_countcaternuson
2018-10-31add channels and bits_per_sample to audioio.WaveFilecaternuson
2018-10-25Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...Nick Moore
2018-10-25Add "dhcp" property to turn DHCP on and offNick Moore
2018-10-21shared-bindings/time: introduce time.monotonic_nsJeff Epler
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21bleio: Fix docs errorarturo182
2018-10-21bleio: Allow using len() on UUIDarturo182
2018-10-21bleio: Remove UUID static variablesarturo182
2018-10-21bleio: Don't register the services until neededarturo182
2018-10-21bleio: Let Characteristic inherit the Services UUID lengtharturo182
2018-10-21bleio: Add scan_entry as an param for the Device constructorarturo182
2018-10-21 bleio: Remove unneeded TODOarturo182
2018-10-21bleio: Remove deep copy constructor for UUIDarturo182
2018-10-21bleio: Remove redundant struct fieldarturo182
2018-10-21bleio: A bit of cleanuparturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
2018-10-21bleio: Fix incorrect role detectionarturo182
2018-10-21bleio: Improve type documentationarturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
2018-10-21nrf: Move the Service class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the Characteristic class from ubluepy to the shared bleio modulearturo182