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

Committer:
Wolfgang Betz
Date:
Thu Feb 23 13:29:35 2017 +0100
Revision:
52:053dbc4b570f
Parent:
36:cc14f5a17bd4
Simplify Spirit1 Mac address specification

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Wolfgang Betz 36:cc14f5a17bd4 1 {
Wolfgang Betz 36:cc14f5a17bd4 2 "name": "spirit1",
Wolfgang Betz 36:cc14f5a17bd4 3 "config": {
Wolfgang Betz 52:053dbc4b570f 4 "mac-address": "{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}"
Wolfgang Betz 36:cc14f5a17bd4 5 },
Wolfgang Betz 36:cc14f5a17bd4 6 "macros": ["USE_STM32F4XX_NUCLEO", "X_NUCLEO_IDS01A4", "SPIRIT_USE_FULL_ASSERT"]
Wolfgang Betz 36:cc14f5a17bd4 7 }