summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
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-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
2018-10-21bleio: Move the Scanner class to a shared modulearturo182
2018-10-21bleio: Move ScanEntry to shared module and add a new AdvertisementData classarturo182
2018-10-21bleio: Add a new Address classarturo182
2018-10-21bleio: Add a AddressType enum-like classarturo182
2018-10-21nrf: Move the Descriptor class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the UUID class from ubluepy to the shared bleio modulearturo182
2018-10-17Tweaks from feedback:Scott Shawcroft
2018-10-16Ramp values to and from a default value while active.Scott Shawcroft
2018-10-16PulseOut workingDan Halbert
2018-10-16timer ticks for DHCP state machine for wiznetNick Moore
2018-10-11update documentation and translations againNick Moore
2018-10-11fix doc comments, translations againNick Moore
2018-10-11Split wiznet driver into shared-bindings vs shared-moduleNick Moore
2018-10-11Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...Nick Moore
2018-10-11network module c api into shared-moduleNick Moore
2018-10-10Merge pull request #1259 from dhalbert/nrf-pwmoutDan Halbert
2018-10-09Merge pull request #1193 from ATMakersBill/masterScott Shawcroft
2018-10-09Move the docs next to the implementationScott Shawcroft