-
Notifications
You must be signed in to change notification settings - Fork 7.3k
driver: sleeptimer: siwx917: Add siwx91x Sleeptimer driver #87603
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
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
349e9e6
to
4a67912
Compare
I was not able to checkout to that branch... ran into some issues. Wasn't able to access it. Thus created an another branch resolving the compliance issue |
You shouldn't need to create a new branch or PR to fix such issues, rather you should be able to just |
Noted. |
@@ -3,6 +3,15 @@ | |||
|
|||
if SOC_FAMILY_SILABS_SIWX91X | |||
|
|||
configdefault SILABS_SLEEPTIMER_TIMER | |||
default y |
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.
SLEEPTIMER
has some drawbacks. Maybe default y if PM
?
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.
wrt PM is still under developement, its noted and would be addressed in that PR.
0116259
to
1e31504
Compare
@fimohame don't forget to look at the issue reported by twister (it seems it dislike the way you declare the code relocation) |
1e31504
to
8300d76
Compare
1a4f172
to
99ba0eb
Compare
soc/silabs/silabs_siwx91x/Kconfig
Outdated
config SOC_SILABS_SLEEPTIMER | ||
bool | ||
help | ||
The Sleeptimer HAL module is used for SIWX91X. |
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.
there is still a indentation error
99ba0eb
to
da4204c
Compare
da4204c
to
35aea4f
Compare
fbd0787
to
47d31ee
Compare
This commit enables the Sleeptimer driver support for the siwx917 device. Signed-off-by: S Mohamed Fiaz <[email protected]>
This commit updates the hal_silabs revision Signed-off-by: S Mohamed Fiaz <[email protected]>
47d31ee
to
b7ce3ee
Compare
Hi @fimohame! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
This commit enables the Sleeptimer driver support for the siwx917 device.