mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
17 lines
554 B
Makefile
17 lines
554 B
Makefile
APPLICATION = coap
|
|
include ../Makefile.tests_common
|
|
|
|
BOARD_BLACKLIST := arduino-due chronos mbed_lpc1768 msb-430 msb-430h qemu-i386 stm32f0discovery \
|
|
stm32f3discovery stm32f4discovery telosb wsn430-v1_3b wsn430-v1_4 udoo z1 \
|
|
pca10000 pca10005 arduino-mega2560 msbiot yunjia-nrf51822 samr21-xpro
|
|
#arduino-mega2560: missing header sys/types.h
|
|
#MSP boards: no assert.h
|
|
#rest: no radio
|
|
|
|
BOARD_INSUFFICIENT_RAM := redbee-econotag
|
|
|
|
USEMODULE += defaulttransceiver
|
|
USEPKG += libcoap
|
|
|
|
include $(RIOTBASE)/Makefile.include
|