Subversion Repositories group.electronics

Rev

Rev 81 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 84
Line 5... Line 5...
5
# Tabsize: 4
5
# Tabsize: 4
6
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
6
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
7
# License: GPLv2.
7
# License: GPLv2.
8
# This Revision: $Id$
8
# This Revision: $Id$
9
 
9
 
10
DEVICE=attiny2313
10
DEVICE=attiny4313
11
AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE)
11
AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE)
12
# The two lines above are for "avrdude" and the STK500 programmer connected
12
# The two lines above are for "avrdude" and the STK500 programmer connected
13
# to an USB to serial converter to a Mac running Mac OS X.
13
# to an USB to serial converter to a Mac running Mac OS X.
14
# Choose your favorite programmer and interface.
14
# Choose your favorite programmer and interface.
15
 
15