-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
samples: boards: Add mco support for nucleo_wl55jc board #87420
samples: boards: Add mco support for nucleo_wl55jc board #87420
Conversation
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.
LGTM functionally. Please address issues raised by CI and the following:
2893a22
to
b50ec4f
Compare
|
Added MCO register definition to support MCO functionality in the STM32WL series. This update also includes the addition of MCO_PRE_DIV and MCO_SEL defines. Signed-off-by: Martin Durietz <martin.durietz@gmail.com>
Added MCO1 peripheral definition to the STM32WL device tree to enable MCO functionality. Signed-off-by: Martin Durietz <martin.durietz@gmail.com>
b50ec4f
to
cd4c755
Compare
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.
Good catch of missing newline.
Minor cosmetic nits, but LGTM otherwise:
Added overlay and modified sample.yaml to support the nucleo_wl55jc board in the MCO example. Signed-off-by: Martin Durietz <martin.durietz@gmail.com>
cd4c755
to
4c0c995
Compare
Linter in samples/boards/st/mco/boards/nucleo_wl55jc.overlay |
Hi @Martdur! 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! 🪁 |
Description
This PR add mco support for stm32wl, and adapt the sampel for nucleo_wl55jc
Test steps
Signed-off-by: Martdur martin.durietz@gmail.com