diff options
author | Tim <cpldcpu@gmail.com> | 2015-07-26 20:28:13 +0200 |
---|---|---|
committer | Tim <cpldcpu@gmail.com> | 2015-07-26 20:28:13 +0200 |
commit | 3e01026caa72cc1cf25bddf3158dea4f439dd169 (patch) | |
tree | ea384817b369de8dd66e1fc19b6c0b369415e006 /firmware/configuration | |
parent | c2c3125d000b34b7b828e364b43216069aea5878 (diff) | |
parent | 4362370cd98492d761a3e19e84da007163378464 (diff) | |
download | micronucleus-v2.0b.tar.gz micronucleus-v2.0b.tar.bz2 micronucleus-v2.0b.zip |
Merge pull request #66 from micronucleus/Testing-V2.1v2.0b
Pull request for V2.1
Diffstat (limited to 'firmware/configuration')
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/configuration/Nanite841/Makefile.inc b/firmware/configuration/Nanite841/Makefile.inc index e147248..79e84a3 100644 --- a/firmware/configuration/Nanite841/Makefile.inc +++ b/firmware/configuration/Nanite841/Makefile.inc @@ -15,7 +15,7 @@ DEVICE = attiny841 # - 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 = 1980 +BOOTLOADER_ADDRESS = 1940 FUSEOPT = -U lfuse:w:0xe2:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m FUSEOPT_DISABLERESET = # TODO diff --git a/firmware/configuration/t167_default/bootloaderconfig.h b/firmware/configuration/t167_default/bootloaderconfig.h index 01890a7..106fe93 100644 --- a/firmware/configuration/t167_default/bootloaderconfig.h +++ b/firmware/configuration/t167_default/bootloaderconfig.h @@ -4,7 +4,7 @@ * according to the hardware. * * Controller type: ATtiny 167 - 16 MHz with crystal - * Configuration: Standard configuration - Follows Digispark Pro defaults + * Configuration: Standard configuration - Follows Digispark Pro defaults. Needs 16Mhz XTAL. * USB D- : PB3 * USB D+ : PB6 * Entry : Always diff --git a/firmware/configuration/t841_default/Makefile.inc b/firmware/configuration/t841_default/Makefile.inc index 9601a69..e147248 100644 --- a/firmware/configuration/t841_default/Makefile.inc +++ b/firmware/configuration/t841_default/Makefile.inc @@ -15,7 +15,7 @@ DEVICE = attiny841 # - 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 = 19C0 +BOOTLOADER_ADDRESS = 1980 FUSEOPT = -U lfuse:w:0xe2:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m FUSEOPT_DISABLERESET = # TODO diff --git a/firmware/configuration/t84_default/Makefile.inc b/firmware/configuration/t84_default/Makefile.inc index 5213b19..5309f79 100644 --- a/firmware/configuration/t84_default/Makefile.inc +++ b/firmware/configuration/t84_default/Makefile.inc @@ -15,7 +15,7 @@ DEVICE = attiny84 # - 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 = 1A00 +BOOTLOADER_ADDRESS = 1980 FUSEOPT = -U lfuse:w:0xe2:m -U hfuse:w:0xdd:m -U efuse:w:0xfe:m FUSEOPT_DISABLERESET = # TODO |