Merge pull request #8995 from kaspar030/arduino_drop_cpp_dep

sys/arduino: drop cpp feature dependency
This commit is contained in:
Gaëtan Harter 2018-04-20 16:45:57 +02:00 committed by GitHub
commit a9d5168133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -534,7 +534,6 @@ endif
ifneq (,$(filter arduino,$(USEMODULE))) ifneq (,$(filter arduino,$(USEMODULE)))
FEATURES_REQUIRED += arduino FEATURES_REQUIRED += arduino
FEATURES_REQUIRED += cpp
USEMODULE += xtimer USEMODULE += xtimer
endif endif

View File

@ -7,7 +7,9 @@ FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart
# Various other features (if any) # Various other features (if any)
FEATURES_PROVIDED += arduino ifeq (,$(filter jiminy-mega256rfr2,$(BOARD)))
FEATURES_PROVIDED += arduino
endif
# The board MPU family (used for grouping by the CI system) # The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = avr8 FEATURES_MCU_GROUP = avr8