Subversion Repositories HomeAutomation

Rev

Rev 427 | Rev 667 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 427 Rev 658
Line 47... Line 47...
47
##F_CPU = 1000000
47
##F_CPU = 1000000
48
##F_CPU = 1843200
48
##F_CPU = 1843200
49
##F_CPU = 2000000
49
##F_CPU = 2000000
50
##F_CPU = 3686400
50
##F_CPU = 3686400
51
##F_CPU = 4000000
51
##F_CPU = 4000000
52
F_CPU = 8000000
52
#F_CPU = 8000000
53
##F_CPU = 11059200
53
##F_CPU = 11059200
54
##F_CPU = 16000000
54
##F_CPU = 16000000
-
 
55
F_CPU = 20000000
55
 
56
 
56
# Output format. (can be srec, ihex, binary)
57
# Output format. (can be srec, ihex, binary)
57
FORMAT = ihex
58
FORMAT = ihex
58
 
59
 
59
 
60
 
Line 196... Line 197...
196
# to get a full listing.
197
# to get a full listing.
197
#
198
#
198
AVRDUDE_PROGRAMMER = avrispv2
199
AVRDUDE_PROGRAMMER = avrispv2
199
 
200
 
200
# com1 = serial port. Use lpt1 to connect to parallel port.
201
# com1 = serial port. Use lpt1 to connect to parallel port.
201
AVRDUDE_PORT = com1    # programmer connected to serial device
202
AVRDUDE_PORT = /dev/ttyUSB1    # programmer connected to serial device
202
AVRDUDE_BAUD = 115200
203
AVRDUDE_BAUD = 115200
203
 
204
 
204
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
205
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
205
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
206
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
206
 
207