Add some programmers for reference
This commit is contained in:
parent
bcb92ab735
commit
da6ed8d217
1 changed files with 5 additions and 2 deletions
|
@ -195,10 +195,13 @@ LDFLAGS += -Wl,--relax
|
||||||
# Type: avrdude -c ?
|
# Type: avrdude -c ?
|
||||||
# to get a full listing.
|
# to get a full listing.
|
||||||
#
|
#
|
||||||
AVRDUDE_PROGRAMMER = avrisp2
|
#AVRDUDE_PROGRAMMER = dragon_isp
|
||||||
|
#AVRDUDE_PROGRAMMER = avrisp2
|
||||||
|
AVRDUDE_PROGRAMMER = buspirate
|
||||||
|
|
||||||
# com1 = serial port. Use lpt1 to connect to parallel port.
|
# com1 = serial port. Use lpt1 to connect to parallel port.
|
||||||
AVRDUDE_PORT = -P usb #-P com1 # programmer connected to serial device
|
#AVRDUDE_PORT = -P usb #-P com1 # programmer connected to serial device
|
||||||
|
AVRDUDE_PORT = -P /dev/ttyUSB1
|
||||||
|
|
||||||
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex:i
|
AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex:i
|
||||||
AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep:i
|
AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep:i
|
||||||
|
|
Loading…
Reference in a new issue