-
Notifications
You must be signed in to change notification settings - Fork 7.7k
boards: Add support for PG23/PG28 Pro Kit #93285
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 @janchri, 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:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
drive-push-pull; | ||
output-high; | ||
}; | ||
group1 { |
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.
fix as per https://docs.zephyrproject.org/latest/contribute/style/devicetree.html there are multiple issues in all files in this PR, fix them all
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 added the missing empty line between blocks. I use tab for idents. Am I missing more? Can I somehow start the code checking action by myself? I am really suprised that this ending issue/ms problem appeard.
add xg23_pk2504a and xg28_pk2506a Silab board Signed-off-by: Christoph Jans <[email protected]>
Add device tree and support files for xg23 and xg28 dev Kit boards. Signed-off-by: Christoph Jans <[email protected]>
Introducing the efm32pg23 and efm32pg28 Series 2 Silabs chips. Signed-off-by: Christoph Jans <[email protected]>
|
This PR adds support for two development kits from Silicon Labs:
For the xG23-PK2504A, RTT has been configured due to issues when accessing the console via EUSART0/1. Tested manually on basic samples (hello world, blinky, and button).
This PR builds on the work carried out for xg24_ek2703a and other ports from the dev Kit folder.
Depends on: zephyrproject-rtos/hal_silabs#95