Rev 196 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 196 | Rev 256 | ||
|---|---|---|---|
| Line 197... | Line 197... | ||
| 197 | # to get a full listing. |
197 | # to get a full listing. |
| 198 | # |
198 | # |
| 199 | AVRDUDE_PROGRAMMER = avrispv2 |
199 | AVRDUDE_PROGRAMMER = avrispv2 |
| 200 | 200 | ||
| 201 | # com1 = serial port. Use lpt1 to connect to parallel port. |
201 | # com1 = serial port. Use lpt1 to connect to parallel port. |
| 202 | AVRDUDE_PORT = |
202 | AVRDUDE_PORT = /dev/ttyUSB0 # programmer connected to serial device |
| 203 | AVRDUDE_BAUD = 115200 |
203 | AVRDUDE_BAUD = 115200 |
| 204 | 204 | ||
| 205 | AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex |
205 | AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex |
| 206 | #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep |
206 | #AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep |
| 207 | 207 | ||