1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/nimble_netif_ext/Makefile
2022-09-16 13:15:46 +02:00

25 lines
548 B
Makefile

BOARD ?= nrf52dk
include ../Makefile.tests_common
# include shell support
USEMODULE += shell
USEMODULE += shell_cmds_default
USEMODULE += ps
# Include GNRC and RPL
USEMODULE += netdev_default
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_router_default
USEMODULE += auto_init_gnrc_rpl
USEMODULE += gnrc_rpl
USEMODULE += gnrc_icmpv6_echo
# Setup Nimble
USEMODULE += nimble_netif_ext
FEATURES_OPTIONAL += ble_phy_2mbit
FEATURES_OPTIONAL += ble_phy_coded
TEST_ON_CI_WHITELIST += nrf52dk nrf52840dk
include $(RIOTBASE)/Makefile.include