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

board/esp32-ethernet-kit: Set openocd board file

This commit is contained in:
Erik Ekman 2021-09-27 22:28:07 +02:00
parent d47aa2d550
commit 739ec44739

View File

@ -2,4 +2,8 @@
# configure the serial interface
PORT_LINUX ?= /dev/ttyUSB1
ifneq (,$(filter esp_jtag,$(USEMODULE)))
OPENOCD_CONFIG ?= board/esp32-ethernet-kit-3.3v.cfg
endif
include $(RIOTBOARD)/common/esp32/Makefile.include