Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Committer:
vcoubard
Date:
Mon Jan 11 10:19:25 2016 +0000
Revision:
577:d38f01a3e701
Parent:
575:7023a8204a1b
Child:
579:cf8a66f11353
Synchronized with git rev fd8b73f9
Author: Vincent Coubard
Merge pull request #87 from andresag01/develop

Improve shutdown to clear BLE API and not just SD

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vcoubard 541:884f95bf5351 1 {
vcoubard 541:884f95bf5351 2 "name": "ble-nrf51822",
vcoubard 577:d38f01a3e701 3 "version": "2.2.6",
vcoubard 541:884f95bf5351 4 "description": "Nordic stack and drivers for the mbed BLE API.",
vcoubard 541:884f95bf5351 5 "keywords": [
vcoubard 541:884f95bf5351 6 "Bluetooth",
vcoubard 541:884f95bf5351 7 "BLE",
vcoubard 541:884f95bf5351 8 "mbed",
vcoubard 541:884f95bf5351 9 "mbed-official"
vcoubard 541:884f95bf5351 10 ],
vcoubard 541:884f95bf5351 11 "author": "Rohit Grover",
vcoubard 541:884f95bf5351 12 "repository": {
vcoubard 541:884f95bf5351 13 "url": "git@github.com:ARMmbed/ble-nRF51822.git",
vcoubard 541:884f95bf5351 14 "type": "git"
vcoubard 541:884f95bf5351 15 },
vcoubard 541:884f95bf5351 16 "homepage": "https://developer.mbed.org/teams/Nordic-Semiconductor/",
vcoubard 541:884f95bf5351 17 "licenses": [
vcoubard 541:884f95bf5351 18 {
vcoubard 541:884f95bf5351 19 "url": "https://spdx.org/licenses/Apache-2.0",
vcoubard 541:884f95bf5351 20 "type": "Apache-2.0"
vcoubard 546:1e147322b2b5 21 },
vcoubard 546:1e147322b2b5 22 {
vcoubard 546:1e147322b2b5 23 "type": "LicenseRef-softdevice_nrf51822_licence_agreement.txt"
vcoubard 541:884f95bf5351 24 }
vcoubard 541:884f95bf5351 25 ],
vcoubard 541:884f95bf5351 26 "dependencies": {
vcoubard 577:d38f01a3e701 27 "ble": "^2.1.15",
vcoubard 556:ecc60b339dfa 28 "nrf51-sdk": "^1.0.0"
vcoubard 541:884f95bf5351 29 },
vcoubard 541:884f95bf5351 30 "extraIncludes": [
vcoubard 541:884f95bf5351 31 "source/btle",
vcoubard 541:884f95bf5351 32 "source/btle/custom",
vcoubard 556:ecc60b339dfa 33 "source/common"
vcoubard 541:884f95bf5351 34 ],
vcoubard 541:884f95bf5351 35 "targetDependencies": {}
rgrover1 387:b13ab9a7ddb9 36 }