From 4c371b4ae96a28ba9291e669799e5c0086603f33 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 30 Nov 2012 23:15:30 +0100 Subject: Updated firmware for atmega8 for new avr-gcc versions. fixes #153 fixes #1122 --- boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boards.txt') diff --git a/boards.txt b/boards.txt index 96743cb..0fc6881 100644 --- a/boards.txt +++ b/boards.txt @@ -493,7 +493,7 @@ atmega8.upload.speed=19200 atmega8.bootloader.low_fuses=0xdf atmega8.bootloader.high_fuses=0xca atmega8.bootloader.path=atmega8 -atmega8.bootloader.file=ATmegaBOOT.hex +atmega8.bootloader.file=ATmegaBOOT-prod-firmware-2009-11-07.hex atmega8.bootloader.unlock_bits=0x3F atmega8.bootloader.lock_bits=0x0F -- cgit v1.2.3-18-g5258 From 1668039101ddee651f9b8e9b763134e0a5aebf59 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 7 Dec 2012 18:11:07 +0100 Subject: Added support for Arduino Esplora --- boards.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'boards.txt') diff --git a/boards.txt b/boards.txt index 0fc6881..145d551 100644 --- a/boards.txt +++ b/boards.txt @@ -167,6 +167,27 @@ leonardo.build.variant=leonardo ############################################################## +esplora.name=Arduino Esplora +esplora.upload.protocol=avr109 +esplora.upload.maximum_size=28672 +esplora.upload.speed=57600 +esplora.upload.disable_flushing=true +esplora.bootloader.low_fuses=0xff +esplora.bootloader.high_fuses=0xd8 +esplora.bootloader.extended_fuses=0xcb +esplora.bootloader.path=caterina +esplora.bootloader.file=Caterina-Esplora.hex +esplora.bootloader.unlock_bits=0x3F +esplora.bootloader.lock_bits=0x2F +esplora.build.mcu=atmega32u4 +esplora.build.f_cpu=16000000L +esplora.build.vid=0x2341 +esplora.build.pid=0x803C +esplora.build.core=arduino +esplora.build.variant=leonardo + +############################################################## + micro.name=Arduino Micro micro.upload.protocol=avr109 micro.upload.maximum_size=28672 -- cgit v1.2.3-18-g5258