1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg/nimble_autoconn_gnrc/Makefile

23 lines
467 B
Makefile
Raw Normal View History

2019-08-29 17:22:01 +02:00
BOARD ?= nrf52dk
include ../Makefile.pkg_common
2019-08-29 17:22:01 +02:00
# include shell support
USEMODULE += shell
USEMODULE += shell_cmds_default
2019-08-29 17:22:01 +02:00
USEMODULE += ps
# Include GNRC and RPL
USEMODULE += auto_init_gnrc_netif
USEMODULE += gnrc_ipv6_router_default
USEMODULE += gnrc_icmpv6_echo
USEMODULE += auto_init_gnrc_rpl
USEMODULE += gnrc_rpl
# Setup Nimble
2021-09-06 11:44:11 +02:00
USEMODULE += nimble_netif
2019-08-29 17:22:01 +02:00
USEMODULE += nimble_autoconn_ipsp
TEST_ON_CI_WHITELIST += nrf52dk
include $(RIOTBASE)/Makefile.include