netmaniac / arduino-tiny

Automatically exported from code.google.com/p/arduino-tiny
0 stars 5 forks source link

boards.txt has no entry for ATtiny24 #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following works (it uses empty25at8 from ATtiny25 - I'm not sure what that 
is supposed to be).  Burn Bootloader works fine to set the fuse bits to work at 
8MHz.  I would presume similarly copying the  attiny25at1 entry would work to 
produce the attiny24at1 entry.

###########################################################################

attiny24at8.name=ATtiny24 @ 8 MHz

# The following do NOT work...
# attiny24at8.upload.using=avrispv2
# attiny24at8.upload.using=Pololu USB AVR Programmer

# The following DO work (pick one)...
attiny24at8.upload.using=arduino:arduinoisp
# attiny24at8.upload.protocol=avrispv2
# attiny24at8.upload.using=pololu

attiny24at8.upload.maximum_size=2048

# Default clock (slowly rising power; long delay to clock; 8 MHz internal)
# Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; 
[CKSEL=0010 SUT=10]; default value
# Brown-out detection disabled; [BODLEVEL=111]
# Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]

attiny24at8.bootloader.low_fuses=0xE2
attiny24at8.bootloader.high_fuses=0xD7
attiny24at8.bootloader.extended_fuses=0xFF
attiny24at8.bootloader.path=empty
attiny24at8.bootloader.file=empty25at8.hex

attiny24at8.bootloader.unlock_bits=0xFF
attiny24at8.bootloader.lock_bits=0xFF

attiny24at8.build.mcu=attiny24
attiny24at8.build.f_cpu=8000000L
attiny24at8.build.core=tiny

Original issue reported on code.google.com by pe...@stairways.com.au on 7 Feb 2012 at 12:15

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by arduino....@gmail.com on 31 Jul 2012 at 7:08

GoogleCodeExporter commented 9 years ago
This was marked as fixed, but in two years has never been pushed into master?

Original comment by mcinn...@sasktel.net on 24 May 2014 at 12:46