-
Notifications
You must be signed in to change notification settings - Fork 7.6k
boards: silabs: Add support for xg22_ek2710a board, additional xG22 SoCs #92808
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
base: main
Are you sure you want to change the base?
Conversation
Hello @loopj, and thank you very much for your first pull request to the Zephyr project! |
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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 this addition @loopj!
For me, this PR is already really nice. I only have a few comments/clarifications.
Make sure to add commit bodies to all of your commits as required by the Zephyr contribution guidelines (https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-message-guidelines).
Additionally, in the first commit, I would suggest splitting the entropy driver changes into a separate commit.
Adds SoC definitions and DTS files for SiLabs EFR32MG22 SoCs Signed-off-by: James Smith <james@loopj.com>
Use CRYPTO_ACC_GECKO_TRNG for entropy on all xG22 SoCs. Signed-off-by: James Smith <james@loopj.com>
Adds all known EFR32BG22 SoCs and associated DTS includes. Signed-off-by: James Smith <james@loopj.com>
Thanks for the quick reviews @Martinhoff-maker, @nordicjm! I think I've addressed all review comments, let me know if I missed anything. |
Adds support for the xg22_ek2710a (EFR32xG22E Explorer Kit) board. Signed-off-by: James Smith <james@loopj.com>
|
This PR adds support for:
Depends on zephyrproject-rtos/hal_silabs#116