Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Committer:
vcoubard
Date:
Mon Jan 11 10:19:02 2016 +0000
Revision:
541:884f95bf5351
Parent:
540:3cc0718d98d0
Child:
542:1bf9c597f44f
Synchronized with git rev 60a7c0c0
Author: Rohit Grover
bring in the latest changes for BLE::init() where we allow <object, member> tuples for init callback.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vcoubard 541:884f95bf5351 1 {
vcoubard 541:884f95bf5351 2 "name": "ble-nrf51822",
vcoubard 541:884f95bf5351 3 "version": "2.0.2",
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 541:884f95bf5351 21 }
vcoubard 541:884f95bf5351 22 ],
vcoubard 541:884f95bf5351 23 "dependencies": {
vcoubard 541:884f95bf5351 24 "ble": "^2.0.0"
vcoubard 541:884f95bf5351 25 },
vcoubard 541:884f95bf5351 26 "extraIncludes": [
vcoubard 541:884f95bf5351 27 "source/btle",
vcoubard 541:884f95bf5351 28 "source/btle/custom",
vcoubard 541:884f95bf5351 29 "source/common",
vcoubard 541:884f95bf5351 30 "source/nordic-sdk/components",
vcoubard 541:884f95bf5351 31 "source/nordic-sdk/components/libraries/util",
vcoubard 541:884f95bf5351 32 "source/nordic-sdk/components/libraries/hci",
vcoubard 541:884f95bf5351 33 "source/nordic-sdk/components/libraries/bootloader_dfu",
vcoubard 541:884f95bf5351 34 "source/nordic-sdk/components/libraries/bootloader_dfu/hci_transport",
vcoubard 541:884f95bf5351 35 "source/nordic-sdk/components/libraries/bootloader_dfu/experimental",
vcoubard 541:884f95bf5351 36 "source/nordic-sdk/components/softdevice/s130/include",
vcoubard 541:884f95bf5351 37 "source/nordic-sdk/components/softdevice/common/softdevice_handler",
vcoubard 541:884f95bf5351 38 "source/nordic-sdk/components/drivers_nrf/hal",
vcoubard 541:884f95bf5351 39 "source/nordic-sdk/components/drivers_nrf/ble_flash",
vcoubard 541:884f95bf5351 40 "source/nordic-sdk/components/drivers_nrf/pstorage",
vcoubard 541:884f95bf5351 41 "source/nordic-sdk/components/drivers_nrf/pstorage/config",
vcoubard 541:884f95bf5351 42 "source/nordic-sdk/components/ble/ble_radio_notification",
vcoubard 541:884f95bf5351 43 "source/nordic-sdk/components/ble/ble_services/ble_dfu",
vcoubard 541:884f95bf5351 44 "source/nordic-sdk/components/ble/common",
vcoubard 541:884f95bf5351 45 "source/nordic-sdk/components/ble/device_manager",
vcoubard 541:884f95bf5351 46 "source/nordic-sdk/components/ble/device_manager/config"
vcoubard 541:884f95bf5351 47 ],
vcoubard 541:884f95bf5351 48 "targetDependencies": {}
rgrover1 387:b13ab9a7ddb9 49 }