summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-12-09 02:19:00 +0100
committerChristian Franke <nobody@nowhere.ws>2013-12-09 22:34:26 +0100
commitce0718c2aadf59ed121779eecfade89d628546a0 (patch)
tree4f82529805bdde85d007c3134d33d0ee6f5bfbb0 /Makefile
parent1d05cb89fd875334530e086fd0b7dc2a97b0387f (diff)
some changes to timekeeping
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 8a8d9ff..4adeef6 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ AVRDUDE_ERASE_COUNTER = -y
# reports about avrdude. See <http://savannah.nongnu.org/projects/avrdude>
# to submit bug reports.
#AVRDUDE_VERBOSE = -v -v
-AVRDUDE_FLAGS = -p m32 -E noreset
+AVRDUDE_FLAGS = -p m32
ifdef AVRDUDE_PROGRAMMER
AVRDUDE_FLAGS += -c $(AVRDUDE_PROGRAMMER)
@@ -309,11 +309,8 @@ AVRDUDE_FLAGS += $(AVRDUDE_NO_VERIFY)
AVRDUDE_FLAGS += $(AVRDUDE_VERBOSE)
AVRDUDE_FLAGS += $(AVRDUDE_ERASE_COUNTER)
-#Full swing crystal oscillator
-AVRDUDE_LFUSE_FLAGS = #-B 100 -U lfuse:w:0xe4:m
-#preserve eeprom, max boot section
-AVRDUDE_HFUSE_FLAGS = #-B 100 -U hfuse:w:0xd9:m
-#2.7v brown out
+AVRDUDE_LFUSE_FLAGS = -B 100 -U lfuse:w:0xbf:m
+AVRDUDE_HFUSE_FLAGS = -B 100 -U hfuse:w:0xd9:m
AVRDUDE_EFUSE_FLAGS = #-B 100 -U efuse:w:0xff:m
#---------------- Debugging Options ----------------