Nordic stack and drivers for the mbed BLE API

Fork of nRF51822 by Nordic Semiconductor

Committer:
amithy
Date:
Fri Nov 10 01:00:06 2017 +0000
Revision:
639:5aeed2c29513
Parent:
638:c90ae1400bf2
for testing export

Who changed what in which revision?

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