2018-12-19 19:03:28 +01:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2019-03-14 13:07:51 +01:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-nano \
|
2019-04-24 23:35:35 +02:00
|
|
|
arduino-uno chronos i-nucleo-lrwan1 mega-xplained \
|
|
|
|
msb-430 msb-430h nucleo-f030r8 \
|
2018-12-19 19:03:28 +01:00
|
|
|
nucleo-f031k6 nucleo-f042k6 nucleo-f303k8 \
|
|
|
|
nucleo-f334r8 nucleo-l031k6 nucleo-l053r8 \
|
|
|
|
stm32f0discovery telosb waspmote-pro z1
|
|
|
|
|
|
|
|
# Include packages that pull up and auto-init the link layer.
|
|
|
|
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
|
|
|
USEMODULE += gnrc_netdev_default
|
|
|
|
USEMODULE += auto_init_gnrc_netif
|
|
|
|
# Specify the mandatory networking modules
|
|
|
|
USEMODULE += gnrc_ipv6_default
|
|
|
|
USEMODULE += gnrc_udp
|
|
|
|
USEMODULE += gnrc_sock_udp
|
|
|
|
|
|
|
|
USEMODULE += nanocoap_sock
|
|
|
|
|
|
|
|
# Required by test
|
|
|
|
USEMODULE += od
|
|
|
|
USEMODULE += shell
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|