Skip to content

Commit

Permalink
tests/driver_ws281x: add ESP32x CI boards to test ws281x_esp32_sw
Browse files Browse the repository at this point in the history
fixup! tests/driver_ws281x: add ESP32x CI boards to test ws281x_esp32_sw
  • Loading branch information
gschorcht committed Mar 29, 2023
1 parent 6d78cef commit be03323
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/driver_ws281x/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
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
Expand Up @@ -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
Expand Up @@ -6,3 +6,4 @@ CONFIG_MODULE_ESP_LOG_STARTUP=y
CONFIG_MODULE_ESP_LOG_TAGGED=y
CONFIG_MODULE_ESP_QEMU=y
CONFIG_MODULE_ESP_SPI_RAM=y
CONFIG_MODULE_WS281X_ESP32_HW=n
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -3,3 +3,4 @@ CONFIG_MODULE_ESP_JTAG=y
CONFIG_MODULE_ESP_IDF_HEAP=y
CONFIG_MODULE_ESP_LOG_STARTUP=y
CONFIG_MODULE_ESP_LOG_TAGGED=y
CONFIG_MODULE_WS281X_ESP32_HW=n
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Up @@ -4,3 +4,4 @@ CONFIG_MODULE_ESP_JTAG=y
CONFIG_MODULE_ESP_LOG_STARTUP=y
CONFIG_MODULE_ESP_LOG_TAGGED=y
CONFIG_MODULE_ESP_SPI_RAM=y
CONFIG_MODULE_WS281X_ESP32_HW=n
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_MODULE_ESP_JTAG=y
CONFIG_MODULE_ESP_LOG_STARTUP=y
CONFIG_MODULE_ESP_LOG_TAGGED=y
CONFIG_MODULE_ESP_SPI_RAM=y
CONFIG_MODULE_WS281X_ESP32_HW=n

0 comments on commit be03323

Please sign in to comment.