2016-06-03 04:28:32 +02:00
|
|
|
# name of your application
|
2017-01-20 15:46:53 +01:00
|
|
|
include ../Makefile.tests_common
|
2016-06-03 04:28:32 +02:00
|
|
|
|
2017-03-13 18:27:50 +01:00
|
|
|
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
2018-05-23 12:46:42 +02:00
|
|
|
nrf51dongle nrf6310 nucleo-f031k6 nucleo32-f042 \
|
2018-02-27 14:30:11 +01:00
|
|
|
nucleo32-l031 nucleo-f030r8 nucleo-f070rb nucleo-f103rb \
|
2018-02-27 14:37:17 +01:00
|
|
|
nucleo-f334r8 nucleo-l053r8 spark-core \
|
2017-08-24 17:10:27 +02:00
|
|
|
stm32f0discovery telosb wsn430-v1_3b wsn430-v1_4 \
|
2017-03-13 18:27:50 +01:00
|
|
|
yunjia-nrf51822 z1
|
2016-06-03 04:28:32 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
# 6LoWPAN and its extensions
|
|
|
|
USEMODULE += gnrc_sixlowpan_default
|
|
|
|
# UDP
|
|
|
|
USEMODULE += gnrc_udp
|
|
|
|
# Dumps packets
|
|
|
|
USEMODULE += gnrc_pktdump
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
|
|
|
|
test:
|
2017-10-19 19:38:41 +02:00
|
|
|
tests/01-run.py
|