1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ieee802154_hal/Makefile
2020-09-04 11:09:18 +02:00

32 lines
654 B
Makefile

include ../Makefile.tests_common
BOARD_WHITELIST := cc2538dk \
omote \
openmote-b \
openmote-cc2538 \
remote-pa \
remote-reva \
remote-revb
DISABLE_MODULE += auto_init_at86rf2xx auto_init_nrf802154
USEMODULE += od
USEMODULE += luid
USEMODULE += ieee802154
USEMODULE += shell
USEMODULE += ps
USEMODULE += event_thread_highest
USEMODULE += event_callback
USEMODULE += xtimer
USEMODULE += ieee802154_radio_hal
CFLAGS += -DEVENT_THREAD_HIGHEST_STACKSIZE=1024
# define the driver to be used for selected boards
DRIVER := cc2538_rf
# include the selected driver
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include