mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #12644 from aabadie/pr/pkg/oonf_api_features_blacklist
pkg/oonf_api: add avr8 and msp430 arch to features blacklist
This commit is contained in:
commit
c210658255
5
pkg/oonf_api/Makefile.dep
Normal file
5
pkg/oonf_api/Makefile.dep
Normal file
@ -0,0 +1,5 @@
|
||||
# avr-libc does not provide `strings.h`
|
||||
FEATURES_BLACKLIST += arch_avr8
|
||||
|
||||
# msp430-libc does not provide `strftime`
|
||||
FEATURES_BLACKLIST += arch_msp430
|
@ -1,11 +1,5 @@
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||
arduino-mega2560 arduino-nano arduino-uno \
|
||||
atmega328p chronos mega-xplained microduino-corerf \
|
||||
msb-430 msb-430h telosb waspmote-pro \
|
||||
wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sock_udp
|
||||
USEMODULE += nhdp
|
||||
|
Loading…
Reference in New Issue
Block a user