Subversion Repositories HomeAutomation

Rev

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

Rev 426 Rev 658
Line 44... Line 44...
44
MCU = atmega168
44
MCU = atmega168
45
 
45
 
46
 
46
 
47
# Main Oscillator Frequency
47
# Main Oscillator Frequency
48
#F_CPU = 1000000
48
#F_CPU = 1000000
49
F_CPU = 8000000
49
#F_CPU = 8000000
50
#F_CPU = 9216000
50
#F_CPU = 9216000
51
#F_CPU = 16000000
51
#F_CPU = 16000000
52
#F_CPU = 20000000
52
F_CPU = 20000000
53
 
53
 
54
# Output format. (can be srec, ihex, binary)
54
# Output format. (can be srec, ihex, binary)
55
FORMAT = ihex
55
FORMAT = ihex
56
 
56
 
57
 
57
 
Line 194... Line 194...
194
# to get a full listing.
194
# to get a full listing.
195
#
195
#
196
AVRDUDE_PROGRAMMER = avrispv2
196
AVRDUDE_PROGRAMMER = avrispv2
197
 
197
 
198
# com1 = serial port. Use lpt1 to connect to parallel port.
198
# com1 = serial port. Use lpt1 to connect to parallel port.
199
AVRDUDE_PORT = /dev/ttyUSB0    # programmer connected to serial device
199
AVRDUDE_PORT = /dev/ttyUSB1    # programmer connected to serial device
200
AVRDUDE_BAUD = 115200
200
AVRDUDE_BAUD = 115200
201
 
201
 
202
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
202
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
203
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
203
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
204
 
204