platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
138 stars 105 forks source link

add ATtiny13A #119

Closed maz3max closed 5 years ago

maz3max commented 5 years ago

change F_CPU for tiny13(A) to 1.2MHz, because this is the default setting.

Adding the ATtiny13A explicitly is needed in order to use the PRR register.

ivankravets commented 5 years ago

I see in datasheet that the maximum is 20Mhz. Why it is default to 1.2Mhz?