File tree Expand file tree Collapse file tree 10 files changed +10
-12
lines changed Expand file tree Collapse file tree 10 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 20
20
#include " at24mac.h"
21
21
#include " PinNames.h"
22
22
23
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_I2C
23
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_I2C && defined(MBED_CONF_RTOS_PRESENT)
24
24
25
25
#include " NanostackRfPhy.h"
26
26
Original file line number Diff line number Diff line change 15
15
*/
16
16
#include < string.h>
17
17
18
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_I2C
18
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_I2C && defined(MBED_CONF_RTOS_PRESENT)
19
19
20
20
#include " platform/arm_hal_interrupt.h"
21
21
#include " nanostack/platform/arm_hal_phy.h"
Original file line number Diff line number Diff line change 17
17
#ifndef NANOSTACK_PHY_MCR20A_H_
18
18
#define NANOSTACK_PHY_MCR20A_H_
19
19
20
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && defined(MBED_CONF_RTOS_PRESENT)
20
21
#include " mbed.h"
21
-
22
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
23
-
24
22
#include " NanostackRfPhy.h"
25
23
26
24
// Arduino pin defaults for convenience
Original file line number Diff line number Diff line change 15
15
*/
16
16
#include " NanostackRfPhyMcr20a.h"
17
17
18
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
18
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && defined(MBED_CONF_RTOS_PRESENT)
19
19
20
20
#include " ns_types.h"
21
21
#include " platform/arm_hal_interrupt.h"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
#include < string.h>
17
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
17
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && defined(MBED_CONF_RTOS_PRESENT)
18
18
#include " platform/arm_hal_interrupt.h"
19
19
#include " nanostack/platform/arm_hal_phy.h"
20
20
#include " ns_types.h"
Original file line number Diff line number Diff line change 17
17
#ifndef NANOSTACK_PHY_S2LP_H_
18
18
#define NANOSTACK_PHY_S2LP_H_
19
19
20
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && defined(MBED_CONF_RTOS_PRESENT)
20
21
#include " mbed.h"
21
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
22
22
#include " NanostackRfPhy.h"
23
23
24
24
// Uncomment to use testing gpios attached to TX/RX processes
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #ifdef MBED_CONF_NSAPI_PRESENT
17
+ #if defined( MBED_CONF_NSAPI_PRESENT) && defined(MBED_CONF_RTOS_PRESENT)
18
18
#include < string.h>
19
19
#include < stdint.h>
20
20
#include < stdlib.h>
Original file line number Diff line number Diff line change 17
17
#ifndef ESP8266_H
18
18
#define ESP8266_H
19
19
20
- #ifdef MBED_CONF_NSAPI_PRESENT
20
+ #if defined( MBED_CONF_NSAPI_PRESENT) && defined(MBED_CONF_RTOS_PRESENT)
21
21
#include < stdint.h>
22
22
23
23
#include " drivers/UARTSerial.h"
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- #ifdef MBED_CONF_NSAPI_PRESENT
17
+ #if defined( MBED_CONF_NSAPI_PRESENT) && defined(MBED_CONF_RTOS_PRESENT)
18
18
19
19
#include < string.h>
20
20
#include < stdint.h>
Original file line number Diff line number Diff line change 17
17
#ifndef ESP8266_INTERFACE_H
18
18
#define ESP8266_INTERFACE_H
19
19
20
- #ifdef MBED_CONF_NSAPI_PRESENT
20
+ #if defined( MBED_CONF_NSAPI_PRESENT) && defined(MBED_CONF_RTOS_PRESENT)
21
21
#include " ESP8266/ESP8266.h"
22
22
#include " events/EventQueue.h"
23
23
#include " events/mbed_shared_queues.h"
You can’t perform that action at this time.
0 commit comments