Skip to content

Commit

Permalink
Merge pull request #12726 from aabadie/pr/drivers/efm32_pwm_blacklist
Browse files Browse the repository at this point in the history
drivers/pca9685: blacklist efm32 architecture
  • Loading branch information
gschorcht authored Nov 16, 2019
2 parents d755d50 + 1d20e9e commit 92191ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions cpu/efm32/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include $(RIOTCPU)/efm32/efm32-features.mk

FEATURES_PROVIDED += arch_efm32
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_flashpage
FEATURES_PROVIDED += periph_flashpage_raw
Expand Down
3 changes: 3 additions & 0 deletions drivers/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ ifneq (,$(filter pca9685,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_i2c
USEMODULE += xtimer

# efm32 CPU doesn't support PWM_RIGHT
FEATURES_BLACKLIST += arch_efm32
endif

ifneq (,$(filter pcd8544,$(USEMODULE)))
Expand Down
5 changes: 0 additions & 5 deletions tests/driver_pca9685/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
include ../Makefile.tests_common

# These boards are blacklisted since efm32 CPU dosn't support PWM_RIGHT
BOARD_BLACKLIST := slstk3401a slstk3402a sltb001a \
slwstk6000b-slwrb4150a slwstk6000b-slwrb4162a \
stk3600 stk3700

USEMODULE += pca9685
USEMODULE += shell

Expand Down

0 comments on commit 92191ef

Please sign in to comment.