Rev 662 | Rev 932 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 662 | Rev 664 | ||
|---|---|---|---|
| Line 195... | Line 195... | ||
| 195 | 195 | ||
| 196 | # com1 = serial port. Use lpt1 to connect to parallel port. |
196 | # com1 = serial port. Use lpt1 to connect to parallel port. |
| 197 | AVRDUDE_PORT = usb # programmer connected to serial device |
197 | AVRDUDE_PORT = usb # programmer connected to serial device |
| 198 | AVRDUDE_BAUD = 115200 |
198 | AVRDUDE_BAUD = 115200 |
| 199 | 199 | ||
| 200 | AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex |
200 | AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex -b $(AVRDUDE_BAUD) |
| 201 | #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep |
201 | #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep |
| 202 | 202 | ||
| 203 | 203 | ||
| 204 | # Uncomment the following if you want avrdude's erase cycle counter. |
204 | # Uncomment the following if you want avrdude's erase cycle counter. |
| 205 | # Note that this counter needs to be initialized first using -Yn, |
205 | # Note that this counter needs to be initialized first using -Yn, |