-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
APPLICATION = coap | ||
include ../Makefile.tests_common | ||
|
||
# the MSP430 and avr8 toolchains do not include assert.h | ||
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \ | ||
wsn430-v1_3b wsn430-v1_4 z1 | ||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h stm32f0discovery telosb \ | ||
wsn430-v1_3b wsn430-v1_4 z1 | ||
|
||
USEMODULE += gnrc_ipv6 | ||
USEPKG += libcoap | ||
|
||
include $(RIOTBASE)/Makefile.include |