You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
APPLICATION = pkg_aversiveplusplus |
|
include ../Makefile.tests_common |
|
|
|
# temporarily disable for CI |
|
ifeq ($(RIOT_CI_BUILD), 1) |
|
BOARD_WHITELIST := "none" |
|
endif |
|
|
|
USEPKG += aversiveplusplus |
|
FEATURES_REQUIRED += cpp |
|
CXXEXFLAGS += -std=c++11 |
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|