zephyr/tests/drivers/adc
Hein Wessels 7e4de9363f tests: drivers: adc_dma: fix buffer state not being verified
Previously the contents of buffers after an ADC DMA read was
simply printed, but not verified with an zassert that the
value was updated.

This commit updates it to be similar to the adc_api test that
fills the buffer initially with a known value, which is then
used to ensure the ADC DMA functioned successfully.

Signed-off-by: Hein Wessels <heinwessels93@gmail.com>
2023-03-20 16:29:24 +01:00
..
adc_api boards: arm: add raytac_mdbt50q_db_40_nrf52840 2023-02-28 13:56:24 +01:00
adc_dma tests: drivers: adc_dma: fix buffer state not being verified 2023-03-20 16:29:24 +01:00
adc_emul includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00