-
Notifications
You must be signed in to change notification settings - Fork 223
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
atmega-hal: mcu support for atmega2560 #138
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for starting work on this! I already took a quick look over your code and left a few review comments. Overall, everything looks right though. Thanks!
BTW, I would suggest doing each of the three "steps" as individual pull-requests if that's all right with you? |
Co-authored-by: Rahix <rahix@rahix.de>
Scope limited to MCU impl only. Thanks @Rahix for the review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor issue, it doesn't compile for me... Left a comment with the necessary fix. If you apply that, I think we're go for merging.
I am curious though why it was working for you... Or did you never try compiling? ;)
Co-authored-by: Rahix <rahix@rahix.de>
@Rahix I run |
atmega2560 mcu support like 356090d