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

ATtiny13A support #106

Closed maz3max closed 5 years ago

maz3max commented 6 years ago

Hey guys! I recently did a project on ATtiny13A and discovered that there is only support for ATtiny13. It was an easy hack to replace the device-specs of the tiny13 with tiny13a inside the avr-toolchain and edit the macro AVR_ATtiny13 to AVR_ATtiny13A in c_cpp_properties.json. The reason I need this is that the ATtiny13A has some additional features. (like PRR) Can you please create another board for that?

ivankravets commented 5 years ago

It was an easy hack to replace the device-specs of the tiny13 with tiny13a inside the avr-toolchain

Which changes?

ivankravets commented 5 years ago

Done in https://github.com/platformio/platform-atmelavr/blob/develop/boards/attiny13a.json