summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-25 00:36:15 +1000
committerJenna Fox <a@creativepony.com>2012-09-25 00:36:15 +1000
commit2b80821ecbada3d3729d7e29080ee9b0e654e558 (patch)
tree305b35dea3ac0cee0a0b543126e74c39627f20b9 /firmware/Makefile
parentd38f05990696fdaea8f8d95bcd5c8bb86f97ae81 (diff)
downloadmicronucleus-2b80821ecbada3d3729d7e29080ee9b0e654e558.tar.gz
micronucleus-2b80821ecbada3d3729d7e29080ee9b0e654e558.tar.bz2
micronucleus-2b80821ecbada3d3729d7e29080ee9b0e654e558.zip
Crammed bootloader up against the edge while keeping it aligned to a page (I hope!)
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 6596147..0e38760 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -19,8 +19,8 @@ F_CPU = 16500000
DEVICE = attiny85
# BOOTLOADER_ADDRESS is 1800 for 8k devices, 3800 for 16k and 7800 for 32k.
# Can be on the start of any flash page for ATtiny85, but must be set low enough so there is space for the full boot loader
-# BOOTLOADER_ADDRESS is in units of 8 bytes seems like
-BOOTLOADER_ADDRESS = 1700
+# BOOTLOADER_ADDRESS is in units of 4 bytes seems like
+BOOTLOADER_ADDRESS = 1740
FUSEOPT = $(FUSEOPT_t85)
LOCKOPT = -U lock:w:0x2f:m