-
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
cpu/board: Initial import of samr21-xpro #1701
Conversation
Travis fails for some test, can you blacklist them:
|
MODULE = $(BOARD)_base | ||
|
||
# add a list of board specific subdirectories that should also be built | ||
DIRS = |
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.
You could throw out these two lines
18959df
to
102658d
Compare
Looking good, there are some minor things I see in some files, but I can't comment on them because github is not able to display them for too many changes in this PR... How about we merge this PR and I just create another one with some fixes? So ACK when the comments above are addressed. |
ab55135
to
1ab0118
Compare
still one unread varialbe problem in the uart driver says Travis, can you address this? |
it is actually used, but inside the |
ok. Then I guess we don't have to care about that one -> ACK |
Travis fails because of unknown license headers: therefore NACK. I'm not sure why |
These sections are not GPL conforming. We decided to ignore this fact for header files, or didn't we? |
Only noticed now: Congrats to the PR's nice number. ;) |
7eea18c
to
1e78992
Compare
updated license pattern and reenabled some tests because of RAM savings due to reduction of stack sizes. |
1e78992
to
a0a954c
Compare
@thomaseichinger: Travis isn't happy anymore (qemu-i386 fails, don't know how that relates to this PR). |
Download server for qemu-i386 toolchain was down. Kicked Travis again. |
a0a954c
to
3337900
Compare
Yeah - just seen that. Maybe you can try to look what causes: |
3337900
to
bf256f6
Compare
@N8Fear This implementation will see a major refactory with a more generic implementation soon while this PR should provide the a starting point to simplify contributions by various people. If your are ok with it, I'd leave it as is for now since the variable is actually used. Getting it bug free and beautiful is the job of upcoming PRs. |
I don't see it as a show stopper... ;-) |
Works for me with ACK |
So let's do this. |
cpu/board: Initial import of samr21-xpro
This PR provides basic support for the samr21-xpro board including
This PR is meant to provide a basic implementation for this board int RIOT's main repository to speed up distributed development and make the progress more visible. Development is coordinated via #1646 and documentation can be found in the wiki
Caution: Code will most certainly contain bugs.
This code also contains contributions of @Troels51.