Subversion Repositories HomeAutomation

Rev

Rev 667 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 667 Rev 673
Line 36... Line 36...
36
# - DEPFLAGS according to Eric Weddingtion's fix (avrfreaks/gcc-forum)
36
# - DEPFLAGS according to Eric Weddingtion's fix (avrfreaks/gcc-forum)
37
# - F_OSC Define in CFLAGS and AFLAGS
37
# - F_OSC Define in CFLAGS and AFLAGS
38
 
38
 
39
 
39
 
40
# MCU name
40
# MCU name
41
#MCU = atmega32
41
#MCU = atmega8
42
MCU = atmega168
42
MCU = atmega88
43
#MCU = atmega16
43
#MCU = atmega168
44
 
44
 
45
 
45
 
46
# Output format. (can be srec, ihex, binary)
46
# Output format. (can be srec, ihex, binary)
47
FORMAT = ihex
47
FORMAT = ihex
48
 
48
 
Line 182... Line 182...
182
# dt006 pavr picoweb pony-stk200 sp12 stk200 stk500
182
# dt006 pavr picoweb pony-stk200 sp12 stk200 stk500
183
#
183
#
184
# Type: avrdude -c ?
184
# Type: avrdude -c ?
185
# to get a full listing.
185
# to get a full listing.
186
#
186
#
187
AVRDUDE_PROGRAMMER = dragon_isp
187
AVRDUDE_PROGRAMMER = avrispv2
188
 
188
 
189
# com1 = serial port. Use lpt1 to connect to parallel port.
189
# com1 = serial port. Use lpt1 to connect to parallel port.
190
AVRDUDE_PORT = usb    # programmer connected to serial device
190
AVRDUDE_PORT = /dev/ttyUSB0    # programmer connected to serial device
191
AVRDUDE_BAUD = 115200
191
AVRDUDE_BAUD = 115200
192
 
192
 
193
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
193
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
194
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
194
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
195
 
195