Fork of my MQTTGateway

Dependencies:   mbed-http

Committer:
vpcola
Date:
Sat Apr 08 14:45:51 2017 +0000
Revision:
0:f1d3878b8dd9
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
vpcola 0:f1d3878b8dd9 1 {
vpcola 0:f1d3878b8dd9 2 "name": "mcr20a-rf-driver",
vpcola 0:f1d3878b8dd9 3 "version": "0.0.1",
vpcola 0:f1d3878b8dd9 4 "description": "RF driver for Freescale MCR20A 2.4GHz 802.15.4 wireless transceiver",
vpcola 0:f1d3878b8dd9 5 "keywords": [
vpcola 0:f1d3878b8dd9 6 "rf",
vpcola 0:f1d3878b8dd9 7 "driver",
vpcola 0:f1d3878b8dd9 8 "802.15.4"
vpcola 0:f1d3878b8dd9 9 ],
vpcola 0:f1d3878b8dd9 10 "author": "Andrei Kovacs <Andrei.Kovacs@freescale.com>",
vpcola 0:f1d3878b8dd9 11 "license": "BSD 3-clause",
vpcola 0:f1d3878b8dd9 12 "dependencies": {
vpcola 0:f1d3878b8dd9 13 "nanostack-libservice": "^3.0.0",
vpcola 0:f1d3878b8dd9 14 "sal-stack-nanostack": "^5.0.0",
vpcola 0:f1d3878b8dd9 15 "mbed-drivers": "^1.0.0"
vpcola 0:f1d3878b8dd9 16 },
vpcola 0:f1d3878b8dd9 17 "targetDependencies": {}
vpcola 0:f1d3878b8dd9 18 }