Preliminary main mbed library for nexpaq development

Committer:
nexpaq
Date:
Fri Nov 04 20:54:50 2016 +0000
Revision:
1:d96dbedaebdb
Parent:
0:6c56fb4bc5f0
Removed extra directories for other platforms

Who changed what in which revision?

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