-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
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:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
c557aae
to
1f89892
Compare
0eae543
to
dcf914d
Compare
Thank a lot for the feedback @asmellby |
If no serial output occurs, use SEGGERs RTT Viewer and update :zephyr_file:`boards/silabs/dev_kits/pg23_pk2504a/pg23_pk2504a_defconfig` with | ||
|
||
.. code-block:: console | ||
CONFIG_UART_CONSOLE=n |
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.
Documentation build fails due to lack of indentation here, same for pg28.
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.
659fa2c
to
3ce8376
Compare
|
Adding pg23_pk2504a and pg28_pk2506a boards files. Signed-off-by: Christoph Jans <[email protected]>
The default configuration can be found in | ||
:zephyr_file:`boards/silabs/dev_kits/pg28_pk2506a/pg28_pk2506a_defconfig` | ||
|
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.
think this can go @kartben ?
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.
Yes, please, the board "card" summary already conveniently links to the board's source folder on GitHub where folks can easily find defconfig files
Hi @janchri! 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 PR adds support for two development kits from Silicon Labs:
For the PG23-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