Skip to content

Commit

Permalink
tests/ieee802154_submac: remove netdev dependency
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Molina <femolina@uc.cl>
  • Loading branch information
jia200x and fjmolinas committed Sep 29, 2021
1 parent f6a2b58 commit f5b6251
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 193 deletions.
13 changes: 10 additions & 3 deletions tests/ieee802154_submac/Makefile
Expand Up @@ -18,11 +18,18 @@ BOARD_WHITELIST := \
#
USEMODULE += od
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += event_thread_highest
USEMODULE += netdev_ieee802154_submac
USEMODULE += event_thread
USEMODULE += netdev_default
USEMODULE += luid
USEMODULE += l2util
USEMODULE += eui_provider
USEMODULE += ieee802154
USEMODULE += ieee802154_submac
USEMODULE += ztimer_usec

CFLAGS += -DEVENT_THREAD_HIGHEST_STACKSIZE=1024
CFLAGS += -DEVENT_THREAD_MEDIUM_STACKSIZE=1024

include $(RIOTBASE)/Makefile.include
include $(RIOTMAKE)/default-radio-settings.inc.mk

0 comments on commit f5b6251

Please sign in to comment.