|
@@ -117,7 +117,7 @@ ASRC =
|
|
|
# Optimization level, can be [0, 1, 2, 3, s].
|
|
|
# 0 = turn off optimization. s = optimize for size.
|
|
|
# (Note: 3 is not always the best optimization level. See avr-libc FAQ.)
|
|
|
-OPT = s
|
|
|
+OPT = 2
|
|
|
|
|
|
|
|
|
# Debugging format.
|
|
@@ -312,7 +312,7 @@ AVRDUDE_PROGRAMMER = usbasp
|
|
|
|
|
|
# com1 = serial port. Use lpt1 to connect to parallel port.
|
|
|
#AVRDUDE_PORT = com3 # programmer connected to serial device
|
|
|
-AVRDUDE_PORT = usb # programmer connected to serial device
|
|
|
+AVRDUDE_PORT = usb
|
|
|
|
|
|
# set com port baudrate
|
|
|
#AVRDUDE_COM_BAUD = -b 115200
|
|
@@ -330,7 +330,7 @@ AVRDUDE_ERASE_COUNTER = -y
|
|
|
# performed after programming the device.
|
|
|
AVRDUDE_NO_VERIFY = -V
|
|
|
|
|
|
-AVRDUDE_MCU = m8a
|
|
|
+AVRDUDE_MCU = m8
|
|
|
#AVRDUDE_MCU = $(MCU)
|
|
|
|
|
|
# Increase verbosity level. Please use this when submitting bug
|
|
@@ -387,7 +387,7 @@ OBJDUMP = $(AVRPATH)/avr-objdump
|
|
|
SIZE = $(AVRPATH)/avr-size
|
|
|
AR = $(AVRPATH)/avr-ar rcs
|
|
|
NM = $(AVRPATH)/avr-nm
|
|
|
-AVRDUDE = avrdude
|
|
|
+AVRDUDE = D:/Program/avrdude/avrdude.exe
|
|
|
REMOVE = rm -f
|
|
|
REMOVEDIR = rm -rf
|
|
|
COPY = cp
|