From 5ba4a7d7cf5aa53d70d011a997b10235c6245812 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Tue, 19 Nov 2019 11:38:48 +0100 Subject: [PATCH] boards/esp32*: espreset tool added --- boards/common/esp32/Makefile.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/common/esp32/Makefile.include b/boards/common/esp32/Makefile.include index d830ea9a47..4f17c06da8 100644 --- a/boards/common/esp32/Makefile.include +++ b/boards/common/esp32/Makefile.include @@ -4,5 +4,5 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*))) include $(RIOTMAKE)/tools/serial.inc.mk # reset tool configuration -RESET ?= esptool.py -RESET_FLAGS ?= --port $(PROG_DEV) --before default_reset run +RESET ?= $(RIOTTOOLS)/esptool/espreset.py +RESET_FLAGS ?= --port $(PROG_DEV)