mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: remove unneeded netdev_default
This commit is contained in:
parent
4a32402c10
commit
5b2597307c
@ -4,7 +4,6 @@ include ../Makefile.tests_common
|
||||
# include nrfmin, the main purpose of this test
|
||||
USEMODULE += nrfmin
|
||||
# use a minimal GNRC configuration
|
||||
USEMODULE += netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
|
@ -7,7 +7,6 @@ USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
|
||||
# Include GNRC and RPL
|
||||
USEMODULE += netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc_ipv6_router_default
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
@ -15,6 +14,7 @@ USEMODULE += auto_init_gnrc_rpl
|
||||
USEMODULE += gnrc_rpl
|
||||
|
||||
# Setup Nimble
|
||||
USEMODULE += nimble_netif
|
||||
USEMODULE += nimble_autoconn_ipsp
|
||||
|
||||
TEST_ON_CI_WHITELIST += nrf52dk
|
||||
|
@ -7,7 +7,6 @@ USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
|
||||
# Include GNRC and RPL
|
||||
USEMODULE += netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc_ipv6_router_default
|
||||
USEMODULE += auto_init_gnrc_rpl
|
||||
@ -15,6 +14,7 @@ USEMODULE += gnrc_rpl
|
||||
USEMODULE += gnrc_icmpv6_echo
|
||||
|
||||
# Setup Nimble
|
||||
USEMODULE += nimble_netif
|
||||
USEMODULE += nimble_statconn
|
||||
|
||||
TEST_ON_CI_WHITELIST += nrf52dk
|
||||
|
Loading…
Reference in New Issue
Block a user