Subversion Repositories FlightCtrl

Rev

Rev 2074 | Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2074 Rev 2079
Line 271... Line 271...
271
 
271
 
272
# Make a dummy read in order to cycle the reset pin on the MCU. 
272
# Make a dummy read in order to cycle the reset pin on the MCU. 
Line 273... Line 273...
273
AVRDUDE_RESET = -u -U lfuse:r:m
273
AVRDUDE_RESET = -u -U lfuse:r:m
274
 
274
 
Line 275... Line 275...
275
#avrdude -c avrispv2 -P usb -p m32 -U flash:w:blink.hex
275
#avrdude -c avrispv2 -P usb -p m32 -U flash:w:blink.hex
276
AVRDUDE_FLAGS = -p $(MCU) -P $(AVRDUDE_PORT) -c $(AVRDUDE_PROGRAMMER) -B 5
276
AVRDUDE_FLAGS = -p $(MCU) -P $(AVRDUDE_PORT) -c $(AVRDUDE_PROGRAMMER) -B 10
277
 
277
 
278
# Uncomment the following if you want avrdude's erase cycle counter.
278
# Uncomment the following if you want avrdude's erase cycle counter.