/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: 2013-03-04 17:29:36 UTC
  • Revision ID: tim@ed.am-20130304172936-h3drzoxhs38vfjtu
updated copyright notice

Show diffs side-by-side

added added

removed removed

2
2
#
3
3
#                         edam's Arduino makefile
4
4
#_______________________________________________________________________________
5
 
#                                                                 version 0.5dev
 
5
#                                                                    version 0.5
6
6
#
7
 
# Copyright (C) 2011, 2012 Tim Marston <tim@ed.am>.
 
7
# Copyright (C) 2011, 2012, 2013 Tim Marston <tim@ed.am>.
8
8
#
9
9
# Permission is hereby granted, free of charge, to any person obtaining a copy
10
10
# of this software and associated documentation files (the "Software"), to deal
335
335
ifeq "$(BOARD_BOOTLOADER_PATH)" "caterina"
336
336
        stty $(STTYFARG) $(SERIALDEV) speed 1200
337
337
        sleep 1
 
338
else
 
339
        stty $(STTYFARG) $(SERIALDEV) hupcl
338
340
endif
339
 
        stty $(STTYFARG) $(SERIALDEV) hupcl
340
341
        $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i
341
342
 
342
343
clean: