Open rolfmobile99 opened 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
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.