BLE_API

Committer:
Vincent Coubard
Date:
Wed Sep 14 14:18:00 2016 +0100
Revision:
1208:65474dc93927
Parent:
1207:6d4a0bf9c172
Sync with 8d97fced5440d78c9557693b6d1632f1ab5d77b7

2016-09-01 08:21:37+01:00: Vincent Coubard
version v2.7.0

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 1207:6d4a0bf9c172 1 {
Vincent Coubard 1207:6d4a0bf9c172 2 "name": "ble",
Vincent Coubard 1208:65474dc93927 3 "version": "2.7.0",
Vincent Coubard 1207:6d4a0bf9c172 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
Vincent Coubard 1207:6d4a0bf9c172 5 "keywords": [
Vincent Coubard 1207:6d4a0bf9c172 6 "Bluetooth",
Vincent Coubard 1207:6d4a0bf9c172 7 "BLE",
Vincent Coubard 1207:6d4a0bf9c172 8 "mbed",
Vincent Coubard 1207:6d4a0bf9c172 9 "mbed-official"
Vincent Coubard 1207:6d4a0bf9c172 10 ],
Vincent Coubard 1207:6d4a0bf9c172 11 "author": "Rohit Grover",
Vincent Coubard 1207:6d4a0bf9c172 12 "repository": {
Vincent Coubard 1207:6d4a0bf9c172 13 "url": "https://github.com/ARMmbed/ble.git",
Vincent Coubard 1207:6d4a0bf9c172 14 "type": "git"
Vincent Coubard 1207:6d4a0bf9c172 15 },
Vincent Coubard 1207:6d4a0bf9c172 16 "homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/",
Vincent Coubard 1207:6d4a0bf9c172 17 "licenses": [
Vincent Coubard 1207:6d4a0bf9c172 18 {
Vincent Coubard 1207:6d4a0bf9c172 19 "url": "https://spdx.org/licenses/Apache-2.0",
Vincent Coubard 1207:6d4a0bf9c172 20 "type": "Apache-2.0"
Vincent Coubard 1207:6d4a0bf9c172 21 }
Vincent Coubard 1207:6d4a0bf9c172 22 ],
Vincent Coubard 1207:6d4a0bf9c172 23 "dependencies": {},
Vincent Coubard 1207:6d4a0bf9c172 24 "targetDependencies": {
Vincent Coubard 1207:6d4a0bf9c172 25 "st-ble-shield": {
Vincent Coubard 1207:6d4a0bf9c172 26 "x-nucleo-idb0xa1": "^2.1.0"
Vincent Coubard 1207:6d4a0bf9c172 27 },
Vincent Coubard 1207:6d4a0bf9c172 28 "nrf51822": {
Vincent Coubard 1207:6d4a0bf9c172 29 "ble-nrf51822": "^2.8.0"
Vincent Coubard 1207:6d4a0bf9c172 30 },
Vincent Coubard 1207:6d4a0bf9c172 31 "nrf52832": {
Vincent Coubard 1207:6d4a0bf9c172 32 "ble-nrf52832": "ARMmbed/ble-nrf52832"
Vincent Coubard 1207:6d4a0bf9c172 33 },
Vincent Coubard 1207:6d4a0bf9c172 34 "cordio": {
Vincent Coubard 1207:6d4a0bf9c172 35 "ble-wicentric": "~0.0.4"
Vincent Coubard 1207:6d4a0bf9c172 36 },
Vincent Coubard 1207:6d4a0bf9c172 37 "mbed-classic": {
Vincent Coubard 1207:6d4a0bf9c172 38 "mbed-classic": "~0.0.1"
Vincent Coubard 1207:6d4a0bf9c172 39 },
Vincent Coubard 1207:6d4a0bf9c172 40 "mbed-os": {
Vincent Coubard 1207:6d4a0bf9c172 41 "mbed-drivers": "*",
Vincent Coubard 1207:6d4a0bf9c172 42 "compiler-polyfill": "^1.2.1"
Vincent Coubard 1207:6d4a0bf9c172 43 }
Vincent Coubard 1207:6d4a0bf9c172 44 }
rgrover1 712:b04b5db36865 45 }