Skip to content
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

Add test for ADC pins #5

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Add test for ADC pins #5

merged 1 commit into from
Feb 13, 2025

Conversation

hierophect
Copy link
Collaborator

Adds the zephyr core's test for the Analog to Digital Converter, which allows viewing ADC pin voltage values over the zephyr serial console. Makes corresponding changes to the STM32F405 Feather Express test profile to enable the ADC.

In addition, this test adds a board overlay for the test STM32F405 feather, enabling the specific channels required, matching other implementations of this sample from the zephyr core. This channel information may be relocated in the future, depending on the broader strategy for implementing board and feature agnostic tests.

Adds the zephyr core's test for the Analog to Digital Converter, which allows
viewing ADC pin voltage values over the zephyr serial console. Makes
corresponding changes to the STM32F405 Feather Express test profile to enable
the ADC.

In addition, this test adds a board overlay for the test STM32F405 feather,
enabling the specific channels required, matching other implementations of this
sample from the zephyr core. This channel information may be relocated in the
future, depending on the broader strategy for implementing board and feature
agnostic tests.
@hierophect hierophect requested a review from tannewt February 12, 2025 19:35
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok! We don't need to get ahead of ourselves making the test generic.

@tannewt tannewt merged commit 027851a into adafruit:main Feb 13, 2025
@hierophect hierophect deleted the adc-pintest branch February 13, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants