Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more

Files at this revision

API Documentation at this revision

Comitter:
vcoubard
Date:
Mon Jan 11 10:19:37 2016 +0000
Parent:
601:5f4199aae50f
Child:
603:b1616eaf8206
Commit message:
Synchronized with git rev 553551aa
Author: Andres Amaya Garcia
Update nrf51-sdk dependency to v2.1.0

This is required because 2.1.0 includes additional files from the peer manager
that are used by the implementation of the whitelisting API to check whether an
address can be generated from a given IRK.

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Mon Jan 11 10:19:37 2016 +0000
+++ b/module.json	Mon Jan 11 10:19:37 2016 +0000
@@ -25,7 +25,7 @@
   ],
   "dependencies": {
     "ble": "^2.3.0",
-    "nrf51-sdk": "^2.0.0"
+    "nrf51-sdk": "^2.1.0"
   },
   "extraIncludes": [
     "source/btle",