boards/esp32*: espreset tool added
This commit is contained in:
parent
5a705762ee
commit
5ba4a7d7cf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user