boards/arduino-nano: port arduino nano board#7540
boards/arduino-nano: port arduino nano board#7540lebrush wants to merge 1 commit intoRIOT-OS:masterfrom
Conversation
smlng
left a comment
There was a problem hiding this comment.
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 |
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 |
|
@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.