1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests: add esp32-ci / esp8266-ci as external boards

Add `esp32-ci` and `esp8266-ci` as external boards to cover optional module `esp_hw_counter` (ESP32) and `esp_sw_timer` (ESP8266) by CI compilation.
This commit is contained in:
Gunar Schorcht 2022-05-27 14:16:54 +02:00
parent c5be3d0751
commit e496dd8dcf

View File

@ -59,4 +59,7 @@ endif
TIMER_SPEED ?= 1000000
CFLAGS += -DTIMER_SPEED=$(TIMER_SPEED)
EXTERNAL_BOARD_DIRS += $(CURDIR)/../external_board_dirs/esp-ci-boards
include $(RIOTBASE)/Makefile.include