1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #13343 from miri64/tests/cleanup/ws281x-arch-feature

tests/driver_ws281x: resolve weird feature dependencies
This commit is contained in:
Martine Lenders 2020-02-26 17:06:19 +01:00 committed by GitHub
commit 079b3abd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :-/