-
Notifications
You must be signed in to change notification settings - Fork 2k
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
board: port to iotlab M3 of A8 #5167
Conversation
95b0ad1
to
d29621f
Compare
@kYc0o can you review and test this on the hardware? |
Yes sure! I'll review it asap. |
branch rebased and conflicts fixed. |
Any comment on this one ? |
Sorry for the delay, I'll look into this ASAP. |
Rebased and fixed conflicts with master. |
0a89ba5
to
04b351e
Compare
For the record, I updated the initial branch:
|
Tested in the new IoT-Lab Saclay site, working like a charm. Thanks @aabadie ! Can you add a small wiki and reference the tutorial to test this new functionality? I tested this PR with the upstream master with this PR merged, so if you want you can reference the upstream repo when merged. ACK and let's Murdock have a last word! |
and go! |
Ah! I just forgot a small (but important) thing... can you add your name to the sources you've modified? @OlegHahm what's the procedure on this case? Should he add it on a new PR? |
Would be probably the best, yes. |
Here is a port to the iotlab-a8-m3. I tried to factorize the code with iotlab-m3 as the only changes are:
I put all the common code in a
boards/iotlab-common
directory and the specific code inboards/iotlab-m3
andboards/iotlab-a8-m3
.