-
Notifications
You must be signed in to change notification settings - Fork 2.1k
boards: add openlabs-kw41z-mini-256kib #13524
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
Conversation
9a0d638 to
625abe4
Compare
|
Oh, this is brilliant! I didn't know it could be done so efficiently. Thanks for that! I forget whether I had resolved the deal with riotboot yet but I'll investigate. |
625abe4 to
41df2fc
Compare
41df2fc to
3c26ed2
Compare
|
I'm checking the openlabs board that I have here to see if it is a 256 or a 512. With JLink I get from the SIM_SDID register the value @benpicco @benemorius is this correct? is there a simple way to check which version I have? |
|
@leandrolanzieri you can check the print on the chip |
Ok so it says M41W 8VT4 1N16S CTDFMD |
3c26ed2 to
a0416eb
Compare
leandrolanzieri
left a comment
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.
Changes look good, and work as expected. ACK.
@benpicco please squash.
Add the 256k version of the openlabs-kw41z-mini. They are identical to the openlabs-kw41z-mini except that it uses the mkw41z256vht4 instead of the mkw41z512vht4.
d66a79f to
9573b2b
Compare
|
Only peripherally related comment: the doc of these boards is broken in the rendered versions. |
|
I'll fix that in a separate PR. |
Contribution description
Add the 256k version of the openlabs-kw41z-mini.
They are identical to the openlabs-kw41z-mini except that it uses the
mkw41z256vht4instead of themkw41z512vht4.@benemorius says these were only sent out by mistake, but it's rather trivial to support them too and I dislike the idea of not using otherwise perfectly good hardware 😉
I also wanted to try how easy it is to support multiple boards that only differ in CPU.
We took a more elaborate approach with the different
blackpill/bluepillversions which also only differ in flash size, but it turns out just providing the basicMakefilesis enough.Testing procedure
Flash one of the 256k boards with this.
Issues/PRs references
needs #13522