Prototype RF driver for STM Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo.

Dependents:   DISCO_IOT-wifi_client

Fork of stm-spirit1-rf-driver by ST

Files at this revision

API Documentation at this revision

Comitter:
Wolfgang Betz
Date:
Tue Nov 22 11:43:05 2016 +0100
Parent:
34:edda6a7238ec
Child:
36:cc14f5a17bd4
Commit message:
Adapt 'module.json'

Changed in this revision

module.json Show annotated file Show diff for this revision Revisions of this file
--- a/module.json	Tue Nov 22 11:40:10 2016 +0100
+++ b/module.json	Tue Nov 22 11:43:05 2016 +0100
@@ -1,14 +1,27 @@
 {
-    "name": "spirit1",
-    "config": {
-    	"mac-address-0": "0x0",
-    	"mac-address-1": "0x0",
-    	"mac-address-2": "0x0",
-    	"mac-address-3": "0x0",
-    	"mac-address-4": "0x0",
-    	"mac-address-5": "0x0",
-    	"mac-address-6": "0x0",
-    	"mac-address-7": "0x0"
-    },
-    "macros": ["USE_STM32F4XX_NUCLEO", "X_NUCLEO_IDS01A4", "SPIRIT_USE_FULL_ASSERT"]
+  "name": "stm-spirit1-rf-driver",
+  "version": "0.0.1",
+  "description": "RF driver for Atmel AT86RF233",
+  "keywords": [
+    "rf",
+    "driver"
+  ],
+  "author": "Seppo TakaloWolfgang Betz <wolfgang.betz@st.com>",
+  "dependencies": {
+    "nanostack-libservice": "^3.0.0",
+    "sal-stack-nanostack": "^5.0.0",
+    "mbed-drivers": "^1.0.0"
+  },
+  "targetDependencies": {}
+  "config": {
+    "mac-address-0": "0x0",
+    "mac-address-1": "0x0",
+    "mac-address-2": "0x0",
+    "mac-address-3": "0x0",
+    "mac-address-4": "0x0",
+    "mac-address-5": "0x0",
+    "mac-address-6": "0x0",
+    "mac-address-7": "0x0"
+  },
+  "macros": ["USE_STM32F4XX_NUCLEO", "X_NUCLEO_IDS01A4", "SPIRIT_USE_FULL_ASSERT"]
 }