You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
531 B
22 lines
531 B
APPLICATION = driver_kw2xrf |
|
include ../Makefile.tests_common |
|
|
|
FEATURES_REQUIRED = periph_spi periph_gpio |
|
|
|
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 \ |
|
nucleo-f334 nucleo-l053 stm32f0discovery weio |
|
|
|
USEMODULE += auto_init_gnrc_netif |
|
USEMODULE += gnrc_netdev_default |
|
USEMODULE += shell |
|
USEMODULE += shell_commands |
|
USEMODULE += ps |
|
|
|
DRIVER ?= kw2xrf |
|
|
|
# finally include the actual chosen driver |
|
USEMODULE += $(DRIVER) |
|
|
|
CFLAGS += -DDEVELHELP |
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|