force make flash to properly reset the device on Linux.

According to random web resources, the issue was that by default,
linux's stty doesn't turn off DTR properly.
pull/62/head
Jesse Vincent 8 years ago
parent 48c569bec0
commit db9fbd88ee

@ -10,7 +10,7 @@ ARDUINO_LOCAL_LIB_PATH=$(HOME)/Arduino
MD5 = md5sum MD5 = md5sum
RESET_BOARD=stty -F $(DEVICE_PORT) 1200 RESET_BOARD=stty -F $(DEVICE_PORT) 1200 hupcl
ifeq ($(uname_S),Darwin) ifeq ($(uname_S),Darwin)

Loading…
Cancel
Save