-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards/arduino-nano: port arduino nano board #7540
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
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.
the typo reveals the otherwise obvious: this is a copy of the arduino-uno by just adapting names. Like with the plague of nucleo this will make things hard to maintain/update in the future - not a fault of this PR, though but still worth mentioning.
boards/arduino-nano/include/board.h
Outdated
*/ | ||
|
||
/** | ||
* @defgroup boards_arduino-uno Arduino Nano |
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.
/uno/nano/
9340d0b
to
259f5c2
Compare
259f5c2
to
916d6ab
Compare
Thanks for the super quick review @smlng. Comment addressed, btw. |
in theory with #7227, there is a difference between uno and nano, because the former has 6 ADC and the latter 8. But such minor diffs can be handled in common board/periph configs. |
True, unfortunately, how the atmega boards are supported nowadays, everything is handled in the |
I've used your port for an university project and recognized that some referenced directories have changed. I fixed this in this commit: sebastiankliem@77d1b53 |
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.
needs to be adapted to #8058
@lebrush can you quickly rebase and adapt, I would merge this for release 2018.01 and if possible. |
Hi @lebrush, i am very interested in using the nano with riot, are you going to adapt the requested changes soon? |
As this PR is apparently dead, I created a new PR providing support for the Arduino Nano |
No description provided.