2014-07-30 21:30:22 +02:00
|
|
|
APPLICATION = coap
|
2014-07-15 17:12:05 +02:00
|
|
|
include ../Makefile.tests_common
|
|
|
|
|
2014-06-05 19:47:45 +02:00
|
|
|
BOARD_BLACKLIST := arduino-due chronos mbed_lpc1768 msb-430 msb-430h qemu-i386 stm32f0discovery \
|
2014-07-30 14:59:14 +02:00
|
|
|
stm32f3discovery stm32f4discovery telosb wsn430-v1_3b wsn430-v1_4 udoo z1 \
|
2014-08-28 10:52:43 +02:00
|
|
|
pca10000 pca10005 arduino-mega2560 msbiot
|
2014-07-15 12:11:04 +02:00
|
|
|
#arduino-mega2560: missing header sys/types.h
|
|
|
|
|
2014-07-15 17:12:05 +02:00
|
|
|
BOARD_INSUFFICIENT_RAM := redbee-econotag
|
|
|
|
#MSP boards: no assert.h
|
|
|
|
#rest: no radio
|
|
|
|
|
|
|
|
USEMODULE += defaulttransceiver
|
|
|
|
USEPKG += libcoap
|
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.include
|