nordic
Fork of nRF51822 by
module.json@556:dc3945bd78d7, 2016-01-11 (annotated)
- Committer:
- vcoubard
- Date:
- Mon Jan 11 10:19:12 2016 +0000
- Revision:
- 556:dc3945bd78d7
- Parent:
- 555:05200b69a95f
- Child:
- 557:ecc60b339dfa
Synchronized with git rev dd41fd0f
Author: Rohit Grover
Release 2.1.4
=============
Minor change: retain discovered UUIDs in little-endian order.
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 | 556:dc3945bd78d7 | 3 | "version": "2.1.4", |
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 | 555:05200b69a95f | 27 | "ble": "^2.1.7" |
vcoubard | 542:884f95bf5351 | 28 | }, |
vcoubard | 542:884f95bf5351 | 29 | "extraIncludes": [ |
vcoubard | 542:884f95bf5351 | 30 | "source/btle", |
vcoubard | 542:884f95bf5351 | 31 | "source/btle/custom", |
vcoubard | 542:884f95bf5351 | 32 | "source/common", |
vcoubard | 552:ab7a8de3ff10 | 33 | "source/nordic-sdk/components/ble/device_manager", |
vcoubard | 552:ab7a8de3ff10 | 34 | "source/nordic-sdk/components/ble/device_manager/config", |
vcoubard | 552:ab7a8de3ff10 | 35 | "source/nordic-sdk/components/ble/common", |
vcoubard | 552:ab7a8de3ff10 | 36 | "source/nordic-sdk/components/ble/ble_radio_notification", |
vcoubard | 552:ab7a8de3ff10 | 37 | "source/nordic-sdk/components/ble/ble_services/ble_dfu", |
vcoubard | 552:ab7a8de3ff10 | 38 | "source/nordic-sdk/components/device", |
vcoubard | 552:ab7a8de3ff10 | 39 | "source/nordic-sdk/components/drivers_nrf", |
vcoubard | 552:ab7a8de3ff10 | 40 | "source/nordic-sdk/components/drivers_nrf/ble_flash", |
vcoubard | 552:ab7a8de3ff10 | 41 | "source/nordic-sdk/components/drivers_nrf/hal", |
vcoubard | 552:ab7a8de3ff10 | 42 | "source/nordic-sdk/components/drivers_nrf/pstorage", |
vcoubard | 552:ab7a8de3ff10 | 43 | "source/nordic-sdk/components/drivers_nrf/pstorage/config", |
vcoubard | 542:884f95bf5351 | 44 | "source/nordic-sdk/components/libraries/util", |
vcoubard | 552:ab7a8de3ff10 | 45 | "source/nordic-sdk/components/libraries", |
vcoubard | 542:884f95bf5351 | 46 | "source/nordic-sdk/components/libraries/hci", |
vcoubard | 542:884f95bf5351 | 47 | "source/nordic-sdk/components/libraries/bootloader_dfu", |
vcoubard | 542:884f95bf5351 | 48 | "source/nordic-sdk/components/libraries/bootloader_dfu/hci_transport", |
vcoubard | 552:ab7a8de3ff10 | 49 | "source/nordic-sdk/components/libraries/scheduler", |
vcoubard | 552:ab7a8de3ff10 | 50 | "source/nordic-sdk/components/softdevice/common", |
vcoubard | 542:884f95bf5351 | 51 | "source/nordic-sdk/components/softdevice/common/softdevice_handler", |
vcoubard | 552:ab7a8de3ff10 | 52 | "source/nordic-sdk/components/softdevice/s130", |
vcoubard | 552:ab7a8de3ff10 | 53 | "source/nordic-sdk/components/softdevice/s130/headers" |
vcoubard | 542:884f95bf5351 | 54 | ], |
vcoubard | 542:884f95bf5351 | 55 | "targetDependencies": {} |
rgrover1 | 388:b13ab9a7ddb9 | 56 | } |