summaryrefslogtreecommitdiff
path: root/ports/nrf/drivers
AgeCommit message (Collapse)Author
2018-10-21nrf: Move bluetooth driver to the 'bluetooth' folderarturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
Moved the functions to classes that they belong to.
2018-10-21nrf: BLE driver cleanuparturo182
2018-10-21nrf: Remove the ble drv specific characteristic structarturo182
2018-10-21nrf: Remove the ble drv specific service structarturo182
2018-10-21nrf: Remove the ble drv specific advertisement data structarturo182
2018-10-21nrf: Remove the ble drv specific address structarturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
This was the last class from ubluepy and so that module is now gone. The Device class offers both Peripheral and Central functionality. See the inline docs for more info.
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-21nrf: Move the UUID class from ubluepy to the shared bleio modulearturo182
Also added a UUIDType enum-like class for determining UUID type.
2018-10-03Fix 'advertisement' typoEnrico Paganin
2018-08-23remove s140 6.0.0 and s132 6.1.0 (not supported yet)hathach
2018-08-22add SD 6.1.0 to download allhathach
2018-08-22update SD to v6.1.0hathach
2018-08-16Fix nrf and unixScott Shawcroft
2018-08-16Fix esp and samdScott Shawcroft
2018-07-13nrf: Fix BLE on nRF52840 after adding the USB functionalityarturo182
2018-07-11Merge branch 'master' into nrf52840_usbboothathach
2018-07-10code formathathach
2018-07-10nrf: Remove even more unused filesarturo182
2018-07-10nrf: Remove the old time hal and replace with nRFxarturo182
2018-07-06remove hal_time fileshathach
2018-06-20nrf: Add a nrfx submodule and prepare for using the new driversarturo182
2018-06-18nrf: Use the production version of s140 6.0.0arturo182
2018-04-12deal with spaces in directoriesladyada
2018-02-07nrf: Only support SD 132 v2.0.1 and v5.0.0 and SD 140 v6.0.0arturo182
2018-02-07nrf: Remove nRF51 boards and files, update READMEarturo182
2018-02-05nrf: Get the port working on pca10056 (nRF52840)arturo182
2018-02-02nrf: Add SD 6.0.0-6.alpha to the download scriptarturo182
2018-02-02nrf: Fix errorneous indentarturo182
Otherwise we get the "recipe commences before first target" messsage.
2018-01-18add Ctrl+C for REPL over bleuarthathach
2018-01-18add REPL via bleuarthathach
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
This reverts commit 92113dde815ce5aaecf63ea9e87bc4addcabd822.
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend
2017-10-04ports/nrf: Moving nrf51/52 port to new ports directoryGlenn Ruben Bakke