/make/arduino-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/arduino-mk

« back to all changes in this revision

Viewing changes to arduino.mk

  • Committer: Tim Marston
  • Date: 2014-01-03 17:06:42 UTC
  • Revision ID: tim@ed.am-20140103170642-aqpfqkzb3ot1p70o
added usb:* support (should have been committed with previous commit!)

Show diffs side-by-side

added added

removed removed

376
376
ifeq "$(BOARD_BOOTLOADER_PATH)" "caterina"
377
377
        stty $(STTYFARG) $(SERIALDEV) speed 1200
378
378
        sleep 1
379
 
else ifeq "" "$(filter net:%,$(SERIALDEV))"
 
379
else ifeq "" "$(filter net:% usb:%,$(SERIALDEV))"
380
380
        stty $(STTYFARG) $(SERIALDEV) hupcl
381
381
endif
382
382
        $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i