-
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
boards: efm32: adapt pr feedback for other boards #8794
Conversation
9d8b826
to
2a0ba35
Compare
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.
Thanks for fixing this. I went through your changes and they look good.
Untested-ACK
For what its worth, this is the proof that it still runs after 4ff507a 🤓 |
Minor: there's a typo in 4555570 commit message (tradfir instead of tradfri). |
2a0ba35
to
f75d426
Compare
Fixed that one. |
boards/sltb001a/board.c
Outdated
#include "periph/gpio.h" | ||
#include "pic.h" |
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.
Maybe this include could be protected with a #ifdef MODULE_SILABS_PIC
?
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.
I can add that, but it compiles fine without (if I remove silabs_pic
from the USEMODULES
).
Let me know what you prefer.
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.
On second thought: I'll add it. That's more similar to how we also include optional peripherals.
Will do the same for AEM.
Added the conditional includes, and tested that it still works. |
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.
ACK again, and go
Contribution description
During the review of #8630 some comments were raised that have slipped through. This PR adapts these comments for the:
ikea-tradfri
sltb001a
stk3600
stk3700
Issues/PRs references
#7929
#8047
#8585
#8520