1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_sx127x/Makefile

22 lines
369 B
Makefile
Raw Normal View History

2017-06-30 19:00:59 +02:00
include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
BOARD ?= nucleo-l152
2017-06-30 19:00:59 +02:00
USEMODULE += od
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += xtimer
DRIVER ?= sx1276
# use SX1276 by default
USEMODULE += ${DRIVER}
FEATURES_REQUIRED ?= periph_spi
FEATURES_REQUIRED ?= periph_gpio
include $(RIOTBASE)/Makefile.include