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

19 lines
651 B
Makefile
Raw Normal View History

2014-07-30 21:30:22 +02:00
APPLICATION = pnet
include ../Makefile.tests_common
2014-01-17 12:49:48 +01:00
BOARD_INSUFFICIENT_RAM := chronos msb-430h redbee-econotag telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_BLACKLIST := arduino-due mbed_lpc1768 msb-430 udoo qemu-i386 stm32f0discovery \
stm32f4discovery
2014-03-01 19:14:14 +01:00
# mbed_lpc1768: see https://github.com/RIOT-OS/RIOT/issues/675
# msb-430: see https://github.com/RIOT-OS/RIOT/issues/658
# qemu-i386: no transceiver, yet
# stm32f0discovery: no transceiver, yet
# stm32f4discovery: no transceiver, yet
2014-03-01 19:14:14 +01:00
2014-01-17 12:49:48 +01:00
USEMODULE += posix
USEMODULE += pnet
USEMODULE += vtimer
USEMODULE += defaulttransceiver
2014-01-17 12:49:48 +01:00
include $(RIOTBASE)/Makefile.include