1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/driver_ws281x: add ESP32x CI boards to test ws281x_esp32_sw

fixup! tests/driver_ws281x: add ESP32x CI boards to test ws281x_esp32_sw
This commit is contained in:
Gunar Schorcht 2023-03-29 08:57:36 +02:00
parent 6d78cef999
commit be03323977
9 changed files with 22 additions and 0 deletions

View File

@ -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))

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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