summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJenna Fox <a@creativepony.com>2012-09-30 11:10:39 +1000
committerJenna Fox <a@creativepony.com>2012-09-30 11:10:39 +1000
commit1242755e52da799231d7e55f0b96745bb327ce81 (patch)
tree47e0e54c87f94c354bd5b240c35188350cd28f05 /firmware/Makefile
parenta4376df2371c8892533353a4eaa3821cf5b3d856 (diff)
downloadmicronucleus-1242755e52da799231d7e55f0b96745bb327ce81.tar.gz
micronucleus-1242755e52da799231d7e55f0b96745bb327ce81.tar.bz2
micronucleus-1242755e52da799231d7e55f0b96745bb327ce81.zip
Cleaning up some comments and old references to previous µBoot name.
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 403786a..d1e42c2 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -1,11 +1,10 @@
# Name: Makefile
-# Project: USBaspLoader
-# Author: Christian Starkjohann
+# Project: Micronucleus
+# Author: Jenna Fox; portions by Christian Starkjohann, Louis Beaudoin
# Creation Date: 2007-12-10
# Tabsize: 4
# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH
# License: GNU GPL v2 (see License.txt)
-# This Revision: $Id: Makefile 798 2010-07-27 17:29:28Z cs $
###############################################################################
# Configure the following variables according to your AVR.
@@ -25,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 = 1780
+BOOTLOADER_ADDRESS = 17c0
PROGRAMMER = -c USBasp
# PROGRAMMER contains AVRDUDE options to address your programmer