Skip to content

Commit

Permalink
tests/driver_ws281x: resolve weird feature dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 11, 2020
1 parent d513334 commit 8a53e9b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tests/driver_ws281x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ N ?= 8

USEMODULE += ws281x

ifneq (native, $(BOARD))
FEATURES_REQUIRED += arch_avr8
endif
# Currently the ws281x only supports AVR-based platforms and native
# (via VT100 terminals).
# See https://doc.riot-os.org/group__drivers__ws281x.html
FEATURES_BLACKLIST += arch_arm
FEATURES_BLACKLIST += arch_esp32
FEATURES_BLACKLIST += arch_esp8266
FEATURES_BLACKLIST += arch_mips32r2
FEATURES_BLACKLIST += arch_msp430
FEATURES_BLACKLIST += arch_riscv

# Only AVR boards CPU clocked at 8MHz or 16 MHz are supported. The Waspmote Pro
# is clocked at 14.7456 MHz :-/
Expand Down

0 comments on commit 8a53e9b

Please sign in to comment.