Skip to content
New issue

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

Support for new AVR chips such as attiny804? #300

Open
1 task
rolfmobile99 opened this issue Jan 12, 2023 · 1 comment
Open
1 task

Support for new AVR chips such as attiny804? #300

rolfmobile99 opened this issue Jan 12, 2023 · 1 comment

Comments

@rolfmobile99
Copy link

What kind of issue is this?

  • Feature Request.

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.


@ivankravets ivankravets transferred this issue from platformio/platformio-core Jan 12, 2023
@rolfmobile99
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant