We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: