/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-02-25 23:02:43 UTC
  • Revision ID: tim@ed.am-20130225230243-0t4nbq519w556bl4
updated NEWS and THANKS

Show diffs side-by-side

added added

removed removed

2
2
#
3
3
#                         edam's Arduino makefile
4
4
#_______________________________________________________________________________
5
 
#                                                                 version 0.6dev
 
5
#                                                                 version 0.5dev
6
6
#
7
 
# Copyright (C) 2011, 2012, 2013 Tim Marston <tim@ed.am>.
 
7
# Copyright (C) 2011, 2012 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
 
338
endif
339
339
        stty $(STTYFARG) $(SERIALDEV) hupcl
340
 
endif
341
340
        $(AVRDUDE) $(AVRDUDEFLAGS) -U flash:w:$(TARGET).hex:i
342
341
 
343
342
clean: