platformio / platform-atmelavr

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

Support for new AVR chips such as attiny804? #300

Open rolfmobile99 opened 1 year ago

rolfmobile99 commented 1 year ago

What kind of issue is this?

This is a feature request, I guess! There is a series of new AVR chips from microchip, like attiny804. A nice list of them is in this article: https://daumemo.com/introduction-into-simple-yet-powerful-tinyavr-0-series-attiny-microcontrollers/

It would be great to have support for these tiny AVR "0" series chips. Thanks.


rolfmobile99 commented 1 year ago

I may be answering my own issue here, but I just found that this chip is supported: https://docs.platformio.org/en/latest/boards/atmelmegaavr/ATtiny804.html The key point is to use the following lines in platformio.ini: platform = atmelmegaavr board = ATtiny804