mirror of https://github.com/ARMmbed/mbed-os.git
RF drivers need DEVICE_SPI
parent
4c105fc2d7
commit
d39c5c58ae
|
@ -20,7 +20,7 @@
|
||||||
#include "at24mac.h"
|
#include "at24mac.h"
|
||||||
#include "PinNames.h"
|
#include "PinNames.h"
|
||||||
|
|
||||||
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
|
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
|
||||||
|
|
||||||
#include "NanostackRfPhy.h"
|
#include "NanostackRfPhy.h"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
|
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
|
||||||
|
|
||||||
#include "platform/arm_hal_interrupt.h"
|
#include "platform/arm_hal_interrupt.h"
|
||||||
#include "nanostack/platform/arm_hal_phy.h"
|
#include "nanostack/platform/arm_hal_phy.h"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
#include "mbed.h"
|
#include "mbed.h"
|
||||||
|
|
||||||
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
|
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
|
||||||
|
|
||||||
#include "NanostackRfPhy.h"
|
#include "NanostackRfPhy.h"
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
#include "MCR20Reg.h"
|
#include "MCR20Reg.h"
|
||||||
#include "XcvrSpi.h"
|
#include "XcvrSpi.h"
|
||||||
|
|
||||||
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
|
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
|
||||||
|
|
||||||
#include "platform/arm_hal_interrupt.h"
|
#include "platform/arm_hal_interrupt.h"
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
*/
|
*/
|
||||||
#include "NanostackRfPhyMcr20a.h"
|
#include "NanostackRfPhyMcr20a.h"
|
||||||
|
|
||||||
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
|
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
|
||||||
|
|
||||||
#include "ns_types.h"
|
#include "ns_types.h"
|
||||||
#include "platform/arm_hal_interrupt.h"
|
#include "platform/arm_hal_interrupt.h"
|
||||||
|
|
Loading…
Reference in New Issue