-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
hwmv2: boards: Add bl654_dvk pa variant #68842
hwmv2: boards: Add bl654_dvk pa variant #68842
Conversation
Hello @jatedev, and thank you very much for your first pull request to the Zephyr project! |
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.
hwmv1 is obsolete and being transitioned to hwmv2 with the aim of it being merged right after the 3.6 release is complete, this should be done as hwmv2
fda2b63
to
78a82f1
Compare
@ahedin25 could would like your review here. |
Add DNM. We are discussing internally. |
2fe245c
to
da77c9f
Compare
rx-gain-db = <11>; | ||
}; | ||
}; | ||
|
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.
Unfortunately you will now need to copy bl654_dvk_defconfig
to bl654_dvk_nrf52840_pa_defconfig
as the common config feature is in the process of being reverted
Add pa variant definition to board.yml Add bl654_dvk_nrf52840_pa files dts, yaml, defconfig Update doc with information on variant and regulatory information Signed-off-by: Jate Sujjavanich <[email protected]>
da77c9f
to
4a9053c
Compare
Hi @jatedev! 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! 🪁 |
Add defconfig, dts, yaml for bl654_dvk_bl654pa. They are largely the same as bl654_dvk
Add Kconfig support for bl654_dvk_bl654pa.
Add samples/bluetooth/hci_uart support for this config at 1 MHz with power amplifier
Add docs