From: Stephan Baerwolf Date: Mon, 17 Sep 2012 17:22:49 +0000 (+0000) Subject: fix environmental and configuration issues within Makefile.inc X-Git-Tag: v0.7~5 X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/commitdiff_plain/3e65fc466ab96d8ca760684a5555ae92e3563c2d fix environmental and configuration issues within Makefile.inc Signed-off-by: Stephan Baerwolf --- diff --git a/Makefile.inc b/Makefile.inc index e531a69..531a3f0 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -46,12 +46,12 @@ FUSEOPT_328 = -U lfuse:w:0xf7:m -U hfuse:w:0xda:m -U efuse:w:0x03:m # | +------------------ WDTON (WDT not always on) # +-------------------- RSTDISBL (reset pin is enabled) # Fuse low byte: -# 0x9f = 1 0 0 1 1 1 1 1 +# 0x1f = 0 0 0 1 1 1 1 1 # ^ ^ \ / \--+--/ # | | | +------- CKSEL 3..0 (external >8M crystal) # | | +--------------- SUT 1..0 (crystal osc, BOD enabled) # | +------------------ BODEN (BrownOut Detector enabled) -# +-------------------- BODLEVEL (2.7V) +# +-------------------- BODLEVEL (4.5V) #--------------------------------------------------------------------- # ATMega88, ATMega168 #--------------------------------------------------------------------- @@ -103,7 +103,7 @@ FUSEOPT_328 = -U lfuse:w:0xf7:m -U hfuse:w:0xda:m -U efuse:w:0x03:m ############################################################################### # Tools: -AVRPATH = +AVRPATH = $(AVR8TOOLCHAINBINDIR) AVRDUDE = @echo avrdude $(PROGRAMMER) -p $(DEVICE) ECHO=@echo