Skip to content

Commit

Permalink
drivers/pca9685: blacklist efm32 arch
Browse files Browse the repository at this point in the history
The CPU doesn't support PWM_RIGHT
  • Loading branch information
aabadie committed Nov 16, 2019
1 parent 7d3a6fe commit 79943cb
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 79943cb

Please sign in to comment.