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:
commit
079b3abd6a
@ -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 :-/
|
||||
|
Loading…
Reference in New Issue
Block a user