summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpldcpu <cpldcpu@gmail.com>2013-12-31 16:13:53 +0100
committercpldcpu <cpldcpu@gmail.com>2013-12-31 16:13:53 +0100
commit7a386003603cb0ef0e2dfe8f1d7175747fcaf806 (patch)
tree86c91dbf75c59109158efea4139bb3f91deaf4d2
parent6d2ac9e09f61d6ff267961ba9ff79b0a07e78e28 (diff)
downloadmicronucleus-7a386003603cb0ef0e2dfe8f1d7175747fcaf806.tar.gz
micronucleus-7a386003603cb0ef0e2dfe8f1d7175747fcaf806.tar.bz2
micronucleus-7a386003603cb0ef0e2dfe8f1d7175747fcaf806.zip
firmware: One more free page for the userprogram
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 459052b..941310c 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -24,7 +24,7 @@ LOCKOPT = -U lock:w:0x2f:m
# - for the size of your device (8kb = 1024 * 8 = 8192) subtract above value 2124... = 6068
# - How many pages in is that? 6068 / 64 (tiny85 page size in bytes) = 94.8125
# - round that down to 94 - our new bootloader address is 94 * 64 = 6016, in hex = 1780
-BOOTLOADER_ADDRESS = 1880
+BOOTLOADER_ADDRESS = 18C0
PROGRAMMER = -c USBasp
# PROGRAMMER contains AVRDUDE options to address your programmer