make: allow override of RESET for boards/common/esp8266
This commit is contained in:
parent
44f8314a04
commit
8766f8bf28
@ -8,4 +8,4 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.SLAB_USBtoUART*)))
|
|||||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||||
|
|
||||||
# reset tool configuration
|
# reset tool configuration
|
||||||
RESET = esptool.py --before default_reset run
|
RESET ?= esptool.py --before default_reset run
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user