nordic
Fork of nRF51822 by
module.json@603:e7ba21c2c943, 2016-01-11 (annotated)
- Committer:
- vcoubard
- Date:
- Mon Jan 11 10:19:37 2016 +0000
- Revision:
- 603:e7ba21c2c943
- Parent:
- 596:5e2a961fd9ac
- Child:
- 607:513eed5ad414
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.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
vcoubard | 542:884f95bf5351 | 1 | { |
vcoubard | 542:884f95bf5351 | 2 | "name": "ble-nrf51822", |
vcoubard | 596:5e2a961fd9ac | 3 | "version": "2.3.1", |
vcoubard | 542:884f95bf5351 | 4 | "description": "Nordic stack and drivers for the mbed BLE API.", |
vcoubard | 542:884f95bf5351 | 5 | "keywords": [ |
vcoubard | 542:884f95bf5351 | 6 | "Bluetooth", |
vcoubard | 542:884f95bf5351 | 7 | "BLE", |
vcoubard | 542:884f95bf5351 | 8 | "mbed", |
vcoubard | 542:884f95bf5351 | 9 | "mbed-official" |
vcoubard | 542:884f95bf5351 | 10 | ], |
vcoubard | 542:884f95bf5351 | 11 | "author": "Rohit Grover", |
vcoubard | 542:884f95bf5351 | 12 | "repository": { |
vcoubard | 542:884f95bf5351 | 13 | "url": "git@github.com:ARMmbed/ble-nRF51822.git", |
vcoubard | 542:884f95bf5351 | 14 | "type": "git" |
vcoubard | 542:884f95bf5351 | 15 | }, |
vcoubard | 542:884f95bf5351 | 16 | "homepage": "https://developer.mbed.org/teams/Nordic-Semiconductor/", |
vcoubard | 542:884f95bf5351 | 17 | "licenses": [ |
vcoubard | 542:884f95bf5351 | 18 | { |
vcoubard | 542:884f95bf5351 | 19 | "url": "https://spdx.org/licenses/Apache-2.0", |
vcoubard | 542:884f95bf5351 | 20 | "type": "Apache-2.0" |
vcoubard | 547:1e147322b2b5 | 21 | }, |
vcoubard | 547:1e147322b2b5 | 22 | { |
vcoubard | 547:1e147322b2b5 | 23 | "type": "LicenseRef-softdevice_nrf51822_licence_agreement.txt" |
vcoubard | 542:884f95bf5351 | 24 | } |
vcoubard | 542:884f95bf5351 | 25 | ], |
vcoubard | 542:884f95bf5351 | 26 | "dependencies": { |
vcoubard | 595:030998ea4616 | 27 | "ble": "^2.3.0", |
vcoubard | 603:e7ba21c2c943 | 28 | "nrf51-sdk": "^2.1.0" |
vcoubard | 542:884f95bf5351 | 29 | }, |
vcoubard | 542:884f95bf5351 | 30 | "extraIncludes": [ |
vcoubard | 542:884f95bf5351 | 31 | "source/btle", |
vcoubard | 542:884f95bf5351 | 32 | "source/btle/custom", |
vcoubard | 557:ecc60b339dfa | 33 | "source/common" |
vcoubard | 542:884f95bf5351 | 34 | ], |
vcoubard | 542:884f95bf5351 | 35 | "targetDependencies": {} |
rgrover1 | 388:b13ab9a7ddb9 | 36 | } |