-
Notifications
You must be signed in to change notification settings - Fork 7.4k
samples: adc_dt: add overlay for STM32F0-DISCO #90265
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: adc_dt: add overlay for STM32F0-DISCO #90265
Conversation
@anangl @vcgomes @etienne-lms Gentle remainder Please review this PR |
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.
@sudarsan-22, could you remove the indentation tabulations in the commit message body?
Otherwise LGTM.
b464b9b
to
bc20bb4
Compare
Sure @etienne-lms, now updated the commit message . Thanks for the review! |
Add board-specific overlay file for the adc_dt sample on the STM32F0-DISCO board to enable ADC channel support. Signed-off-by: Sudarsan N <sudarsansamy2002@gmail.com>
bc20bb4
to
5f17fdc
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.
Tested OK on HW.
Hi @sudarsan-22! 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 enables ADC1 on the STM32F0-DISCO board by updating the board DTS and YAML to support ADC on PA0 (ADC_IN0). It also adds a board-specific overlay for the adc_dt sample to enable ADC channel usage on this board.
Tested and verified with the adc_dt sample.