########################################################################### attiny85at8b.name=ATtiny85 @ 8 MHz (internal oscillator; BOD enabled 4.3V) # The following do NOT work... # attiny85at8b.upload.using=avrispv2 # attiny85at8b.upload.using=Pololu USB AVR Programmer # The following DO work (pick one)... attiny85at8b.upload.using=arduino:arduinoisp # attiny85at8b.upload.protocol=avrispv2 # attiny85at8b.upload.using=pololu attiny85at8.upload.maximum_size=8192 # 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 enabled; [BODLEVEL=111] # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0] attiny85at8b.bootloader.low_fuses=0xE2 attiny85at8b.bootloader.high_fuses=0xD4 attiny85at8b.bootloader.extended_fuses=0xFF attiny85at8b.bootloader.path=empty attiny85at8b.bootloader.file=empty85at8.hex attiny85at8b.build.mcu=attiny85 attiny85at8b.build.f_cpu=8000000L attiny85at8b.build.core=tiny ###########################################################################