Add newest ard-reset-arduino flag support.

This commit is contained in:
Jakub Duchniewicz 2021-04-21 17:22:22 +02:00
parent 7ac13de7f9
commit 4917f7eb0b

2
Sam.mk
View file

@ -450,7 +450,7 @@ ifeq ($(strip $(UPLOAD_TOOL)), openocd)
RESET_CMD = $(OPENOCD) $(OPENOCD_OPTS) -c "telnet_port disabled; init; targets; reset run; shutdown"
else
# Set zero flag for ard-reset for 1200 baud boot to bootloader
ARD_RESET_OPTS += --zero
ARD_RESET_OPTS += --caterina
endif
########################################################################