Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/driver_ws281x: add ESP32x CI boards to test ws281x_esp32_sw
Browse files Browse the repository at this point in the history
gschorcht committed Mar 28, 2023
1 parent d127d9f commit 862e0c7
Showing 5 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/driver_ws281x/Makefile
Original file line number Diff line number Diff line change
@@ -12,6 +12,8 @@ USEMODULE += xtimer
# is clocked at 14.7456 MHz :-/
BOARD_BLACKLIST := waspmote-pro

EXTERNAL_BOARD_DIRS += $(RIOTBASE)/tests/external_board_dirs/esp-ci-boards

include $(RIOTBASE)/Makefile.include

ifneq (, $(PIN))
4 changes: 4 additions & 0 deletions tests/external_board_dirs/esp-ci-boards/esp32-ci/Makefile.dep
Original file line number Diff line number Diff line change
@@ -28,4 +28,8 @@ ifneq (,$(filter netdev_default,$(USEMODULE)))
endif
endif

ifneq (,$(filter ws281x,$(USEMODULE)))
USEMODULE += ws281x_esp32_sw
endif

include $(RIOTBOARD)/esp32-wrover-kit/Makefile.dep
Original file line number Diff line number Diff line change
@@ -22,4 +22,8 @@ ifneq (,$(filter netdev_default,$(USEMODULE)))
endif
endif

ifneq (,$(filter ws281x,$(USEMODULE)))
USEMODULE += ws281x_esp32_sw
endif

include $(RIOTBOARD)/esp32c3-devkit/Makefile.dep
Original file line number Diff line number Diff line change
@@ -27,4 +27,8 @@ ifneq (,$(filter netdev_default,$(USEMODULE)))
endif
endif

ifneq (,$(filter ws281x,$(USEMODULE)))
USEMODULE += ws281x_esp32_sw
endif

include $(RIOTBOARD)/esp32s2-devkit/Makefile.dep
Original file line number Diff line number Diff line change
@@ -27,4 +27,8 @@ ifneq (,$(filter netdev_default,$(USEMODULE)))
endif
endif

ifneq (,$(filter ws281x,$(USEMODULE)))
USEMODULE += ws281x_esp32_sw
endif

include $(RIOTBOARD)/esp32s3-devkit/Makefile.dep

0 comments on commit 862e0c7

Please sign in to comment.