2015-04-02 17:39:10 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
|
|
|
FEATURES_REQUIRED = periph_spi periph_gpio
|
|
|
|
|
2018-05-23 12:49:40 +02:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo-f031k6 nucleo-f042k6 nucleo32-l031 \
|
2018-02-27 14:37:17 +01:00
|
|
|
nucleo-f334r8 nucleo-l053r8 stm32f0discovery
|
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
|
|
|
|
2015-04-02 17:39:10 +02:00
|
|
|
include $(RIOTBASE)/Makefile.include
|