-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Added support for ATmega8535, ATmega16 and ATmega32 #293
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
Conversation
This commit adds support for the ATmega8535, ATmega16 and ATmega32 using Timer 1 (tx = 13 with the standard pinout)
Hi MCUdude! Thanks for the contribution, can I ask that you add the relevant information to the changelog? Thanks! |
#291 |
I certainly will 😄 Another issue that may show of is the lack of information when choosing a microcontroller. You've listed the Sanguino, ATtiny84 and the ATtiny85. These are all great microcontrollers, but there are SO many cores to chose from, and most of them are old and outdated, and wouldn't work with Arduino IDE 1.6.x. What about making the names clickable, and directly be transferred to the "best" core available for that particular microcontroller? |
If you want I can help you out here and add it to this pull request. |
That seems like a good idea
I'm not too sure what you mean by "core", sorry if I'm stupid but could you please explain this to me or even just link me to some documentation |
A core is what you'll have to install in order to use microcontrollers that's not originally supported by the Arduino IDE. My core (MightyCore) adds support for a few more microcontrollers. Others are the core for Attiny84/85 (ATtinyCore), ATtinyCore 841 and the MegaCore. I've added an edited readme file where I've added links to the corresponding Arduino cores |
@MCUdude ok thanks for explaining it and adding the relevant info in the readme. I will keep working on merging this but it will take a while for me to review all the changes as theres quite a lot to go through. Thanks for the contribution! |
@MCUdude Please make this merge-able with master if possible as I would like to merge this asap. |
How do I update my fork with your latest commits when I got a pull request active? |
Just commit the pull requests to your fork and I believe they will show up here. Thanks! Will merge this as soon as it passes Travis. |
Have a look at PR #324 instead |
This pull request adds support for the ATmega8535, ATmega16 and ATmega32 using Timer 1 (tx = 13 with the standard pinout).