boards: stk3600: add support (v2)#8585
Conversation
f828dab to
9b1af9d
Compare
| @@ -0,0 +1,72 @@ | |||
| # This file is automatically generated, and should not be changed. There is | |||
| # propbably little reason to edit this file anyway, since it should already | |||
There was a problem hiding this comment.
I can deduce the typo in 'probably' is also automatically generated :)
|
Hi @basilfx. |
|
@jia200x usually we don't review the vendor headers (or at least is what I got when we disabled all the static checks for vendor headers, maybe I'm mistaken), since they are huge and not written by the contributor of a new board. I don't know if there are cases where there are bugs there but I'd say that if so, we should patch them in subsequent PRs (which usually means to update them with a newer version). |
|
I'll fix that in another PR, since I can do that for multiple files (other EFM32 families). ACK? |
Ok! Thanks :) |
Contribution description
This PR add supports for the Silicon Labs STK3600. The files are very similar to the SLTB001a and STK3700 already supported.
For convenience, this is the diff between STK3700 and STK3600 board files.
Issues/PRs references
#8520