mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
16 lines
341 B
Makefile
16 lines
341 B
Makefile
INCLUDES += -I$(APPDIR)
|
|
BOARD ?= openmote-b
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += test_utils_netdev_ieee802154_minimal
|
|
|
|
# the radio driver to test
|
|
USEMODULE += at86rf215
|
|
USEMODULE += at86rf215_batmon
|
|
USEMODULE += netdev_ieee802154_rx_timestamp
|
|
|
|
CFLAGS += -DEVENT_THREAD_STACKSIZE_DEFAULT=1024
|
|
|
|
include $(RIOTBASE)/Makefile.include
|