AtTiny 16MHz and Arduino 1.6

Hello,
I am using the High-Low Tech Arduino 1.6 AtTiny Core files and it annoyed me that they don't support the internal 16MHz PLL clock.
So I changed the boards.txt file a bit and there is now an option for both the Tiny45 and 85 to run on 16MHz.
The Brown-Out detection is enabled to trigger at 2.7V
To install it just replace the existing attiny/avr/boards.txt file with the one I attached and it will work.
I tested it with the AtTiny45 as well as the AtTiny85.

Have fun :slight_smile:

  • Busti

It still needs more testing...
Maybe YOU can help :wink:

boards.txt (2.5 KB)

Any particular reason you included this...

Self Programming enable; [SELFPRGEN=0]

Uh... I must have made a mistake there. I used an online calculator for the fuse bits. I might have accidentally checked it.
I updated the file in the post.

Hi Busti i would like to know if is possible to make a attiny25 Works at 16MHZ also?

My core (board manager url in sig) should support 16mhz pll clock on the whole x5 series (25,45,85)