2015-04-02 17:39:10 +02:00
|
|
|
APPLICATION = driver_kw2xrf
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
FEATURES_REQUIRED = periph_spi periph_gpio
|
|
|
|
|
2017-04-05 17:16:29 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \
|
|
|
|
nucleo-f334 nucleo-l053 stm32f0discovery weio
|
2015-04-02 17:39:10 +02:00
|
|
|
|
2015-11-03 15:27:24 +01:00
|
|
|
USEMODULE += auto_init_gnrc_netif
|
2015-11-26 17:24:40 +01:00
|
|
|
USEMODULE += gnrc_netdev_default
|
2015-11-03 15:27:24 +01:00
|
|
|
USEMODULE += shell
|
|
|
|
USEMODULE += shell_commands
|
|
|
|
USEMODULE += ps
|
2015-04-02 17:39:10 +02:00
|
|
|
|
2017-02-07 14:39:44 +01:00
|
|
|
DRIVER ?= kw2xrf
|
2015-04-02 17:39:10 +02:00
|
|
|
|
2015-11-03 15:27:24 +01:00
|
|
|
# finally include the actual chosen driver
|
|
|
|
USEMODULE += $(DRIVER)
|
2015-05-17 15:21:49 +02:00
|
|
|
|
|
|
|
CFLAGS += -DDEVELHELP
|
|
|
|
|
2015-04-02 17:39:10 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|