summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-24 01:31:13 +1000
committerJenna Fox <a@creativepony.com>2012-09-24 01:31:13 +1000
commitd3992408b12e9cc8a874e739e02be3615c59af0b (patch)
tree59a106b2c629f5480bac5d56e93bb6314211ed50 /firmware/Makefile
parentd2d2fb932a3a2c6e13189a75d49e412910952c13 (diff)
downloadmicronucleus-d3992408b12e9cc8a874e739e02be3615c59af0b.tar.gz
micronucleus-d3992408b12e9cc8a874e739e02be3615c59af0b.tar.bz2
micronucleus-d3992408b12e9cc8a874e739e02be3615c59af0b.zip
added note to self about what BOOTLOADER_ADDRESS actually means in Makefile
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 66e5c3f..6596147 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -19,6 +19,7 @@ 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
FUSEOPT = $(FUSEOPT_t85)
LOCKOPT = -U lock:w:0x2f:m