-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
tests: drivers: adc_accuracy #76088
tests: drivers: adc_accuracy #76088
Conversation
f5f00d8
to
ab32d06
Compare
d25a8a5
to
e97c91e
Compare
Add overlay and enable test for nrf52840dk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
Add overlay and enable test for nrf54h20dk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
Add overlay and enable test for nrf54l15pdk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
…r nrf54. It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
Add overlay and enable test for nrf52840dk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
Add overlay and enable test for nrf54h20dk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
Add overlay and enable test for nrf54l15pdk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
…r nrf54. It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]>
a2ced2f
had to parametrize expected accuracy, need other value for some nrf boards to pass on our internal setups |
Add overlay and enable test for nrf54h20dk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 9cfc59e)
Add overlay and enable test for nrf54l15pdk. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 5ca3d32)
…r nrf54. It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 8b6e30f)
…uracy On nrf boards expected accuracy from ref voltage is 64 instead of 32. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 3107c7a)
sampling Calibrate adc before taking measurement. Upstream PR: zephyrproject-rtos/zephyr#76088 Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 0e4d6d5)
@nordic-babu please rebase |
Add overlay and enable test for nrf52840dk. Signed-off-by: Bartlomiej Buczek <[email protected]>
Add overlay and enable test for nrf54h20dk. Signed-off-by: Bartlomiej Buczek <[email protected]>
58e7e51
to
3eaa712
Compare
@@ -21,5 +21,5 @@ tests: | |||
- ek_ra8m1 | |||
- frdm_mcxc242 | |||
- nrf52840dk/nrf52840 | |||
- nrf54l15pdk/nrf54l15/cpuapp | |||
- nrf54l15dk/nrf54l15/cpuapp |
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.
Wrong commit, This should be corrected in tests: adc_accuracy: add overlay for nrf54l15dk..
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.
change moved to correct commit
Add overlay and enable test for nrf54l15dk. Signed-off-by: Bartlomiej Buczek <[email protected]>
It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Signed-off-by: Bartlomiej Buczek <[email protected]>
3eaa712
to
ce15968
Compare
On nrf boards expected accuracy from ref voltage is 64 instead of 32. Signed-off-by: Bartlomiej Buczek <[email protected]>
Calibrate adc before taking measurement. Signed-off-by: Bartlomiej Buczek <[email protected]>
ce15968
to
797310d
Compare
Aligned some boards overlays to fix CI |
…r nrf54. Upstream PR: zephyrproject-rtos/zephyr#76088 It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 71ae6ff6f10497e816fcf2da05ee0887dd5452df)
…r nrf54. Upstream PR: zephyrproject-rtos/zephyr#76088 It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 71ae6ff6f10497e816fcf2da05ee0887dd5452df)
…r nrf54. Upstream PR: zephyrproject-rtos/zephyr#76088 It will increase test coverage for adc driver, no test uses ADC_GAIN_2_3 setting yet. Signed-off-by: Bartlomiej Buczek <[email protected]> (cherry picked from commit 71ae6ff6f10497e816fcf2da05ee0887dd5452df)
Add overlays and enable test for nrf52840dk/nrf54h20dk/nrf54l15dk.