Nordic stack and drivers for the mbed BLE API

Dependents:   BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more

Committer:
Vincent Coubard
Date:
Wed Sep 14 14:39:43 2016 +0100
Revision:
638:c90ae1400bf2
Sync with bdab10dc0f90748b6989c8b577771bb403ca6bd8 from ARMmbed/mbed-os.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 638:c90ae1400bf2 1 {
Vincent Coubard 638:c90ae1400bf2 2 "name": "nrf51-sdk",
Vincent Coubard 638:c90ae1400bf2 3 "version": "2.4.0",
Vincent Coubard 638:c90ae1400bf2 4 "description": "Module to contain files provided by the nordic nRF51 SDK",
Vincent Coubard 638:c90ae1400bf2 5 "keywords": [
Vincent Coubard 638:c90ae1400bf2 6 "nordic",
Vincent Coubard 638:c90ae1400bf2 7 "nrf51",
Vincent Coubard 638:c90ae1400bf2 8 "sdk"
Vincent Coubard 638:c90ae1400bf2 9 ],
Vincent Coubard 638:c90ae1400bf2 10 "author": "",
Vincent Coubard 638:c90ae1400bf2 11 "repository": {
Vincent Coubard 638:c90ae1400bf2 12 "url": "git@github.com:ARMmbed/nrf51-sdk.git",
Vincent Coubard 638:c90ae1400bf2 13 "type": "git"
Vincent Coubard 638:c90ae1400bf2 14 },
Vincent Coubard 638:c90ae1400bf2 15 "license": "nordic",
Vincent Coubard 638:c90ae1400bf2 16 "targetDependencies": {
Vincent Coubard 638:c90ae1400bf2 17 "mbed-classic": {
Vincent Coubard 638:c90ae1400bf2 18 "mbed-classic": "~0.0.1"
Vincent Coubard 638:c90ae1400bf2 19 },
Vincent Coubard 638:c90ae1400bf2 20 "mbed-os": {
Vincent Coubard 638:c90ae1400bf2 21 "mbed-drivers": "*"
Vincent Coubard 638:c90ae1400bf2 22 }
Vincent Coubard 638:c90ae1400bf2 23 },
Vincent Coubard 638:c90ae1400bf2 24 "extraIncludes": [
Vincent Coubard 638:c90ae1400bf2 25 "source/nordic_sdk/components/ble/ble_radio_notification",
Vincent Coubard 638:c90ae1400bf2 26 "source/nordic_sdk/components/ble/ble_services/ble_dfu",
Vincent Coubard 638:c90ae1400bf2 27 "source/nordic_sdk/components/ble/common",
Vincent Coubard 638:c90ae1400bf2 28 "source/nordic_sdk/components/ble/device_manager",
Vincent Coubard 638:c90ae1400bf2 29 "source/nordic_sdk/components/ble/device_manager/config",
Vincent Coubard 638:c90ae1400bf2 30 "source/nordic_sdk/components/ble/peer_manager",
Vincent Coubard 638:c90ae1400bf2 31 "source/nordic_sdk/components/device",
Vincent Coubard 638:c90ae1400bf2 32 "source/nordic_sdk/components/drivers_nrf/ble_flash",
Vincent Coubard 638:c90ae1400bf2 33 "source/nordic_sdk/components/drivers_nrf/delay",
Vincent Coubard 638:c90ae1400bf2 34 "source/nordic_sdk/components/drivers_nrf/hal",
Vincent Coubard 638:c90ae1400bf2 35 "source/nordic_sdk/components/drivers_nrf/pstorage",
Vincent Coubard 638:c90ae1400bf2 36 "source/nordic_sdk/components/drivers_nrf/pstorage/config",
Vincent Coubard 638:c90ae1400bf2 37 "source/nordic_sdk/components/libraries/bootloader_dfu",
Vincent Coubard 638:c90ae1400bf2 38 "source/nordic_sdk/components/libraries/bootloader_dfu/hci_transport",
Vincent Coubard 638:c90ae1400bf2 39 "source/nordic_sdk/components/libraries/crc16",
Vincent Coubard 638:c90ae1400bf2 40 "source/nordic_sdk/components/libraries/hci",
Vincent Coubard 638:c90ae1400bf2 41 "source/nordic_sdk/components/libraries/scheduler",
Vincent Coubard 638:c90ae1400bf2 42 "source/nordic_sdk/components/libraries/timer",
Vincent Coubard 638:c90ae1400bf2 43 "source/nordic_sdk/components/libraries/util",
Vincent Coubard 638:c90ae1400bf2 44 "source/nordic_sdk/components/libraries/fds",
Vincent Coubard 638:c90ae1400bf2 45 "source/nordic_sdk/components/libraries/fstorage",
Vincent Coubard 638:c90ae1400bf2 46 "source/nordic_sdk/components/libraries/experimental_section_vars",
Vincent Coubard 638:c90ae1400bf2 47 "source/nordic_sdk/components/softdevice/common/softdevice_handler",
Vincent Coubard 638:c90ae1400bf2 48 "source/nordic_sdk/components/softdevice/s130/headers",
Vincent Coubard 638:c90ae1400bf2 49 "source/nordic_sdk/components/toolchain"
Vincent Coubard 638:c90ae1400bf2 50 ]
Vincent Coubard 638:c90ae1400bf2 51 }