boards: stk3700: add support (v2)#8520
Conversation
aeafd56 to
4eda967
Compare
kYc0o
left a comment
There was a problem hiding this comment.
Looks OK so far, I don't know if I'm supposed to test ALL peripherals, if so, it will take long time before this gets in.
Are the changes to sltb001a part of this PR? I'd say either remove them or make another PR with those changes, unless they're strictly necessary.
Another small thing, xtimer_drift drifts increasingly and never corrects... is it normal?
|
BTW, I tested and works very good so far, besides the xtimer config which may need some tuning. |
|
Well, I think this one needs rebase :) |
4eda967 to
7844f90
Compare
|
Rebased and adapted to boards/common/silabs. |
46b97ac to
10f89a4
Compare
| @@ -0,0 +1,32 @@ | |||
| /* | |||
| * Copyright (C) 2015-2018 Freie Universität Berlin | |||
There was a problem hiding this comment.
I'd say the copyright belongs to you too?
There was a problem hiding this comment.
Not exactly: the file was originally copied from the SLWSTK6220 by @haukepetersen.
|
Besides the "missing" (I'd say optional) copyrights I found a non working RTC. If you want to fix it is OK, otherwise you can remove it from the list of the provided features and work on it later. This way at least this PR is merged. |
4924287 to
d3fc11f
Compare
|
Created #8572 to address RTC and ADC issue. Will wait for that one. |
|
Small rebase needed again 😅 |
d3fc11f to
6f39d67
Compare
|
Rebased. |
Contribution description
This PR add supports for the Silicon Labs STK3700. In this new version, common files have been moved to
boards/common/silabs.The files are very similar to the SLTB001a already supported.
Issues/PRs references
Made possible by #8139, successor of #8297, with recommendations of #8295.