zephyr/tests/drivers/audio/dmic_api
Sebastian Głąb 6b70d35dbc tests: drivers: audio: dmic_api: Cleanup after nRF54LM20 rename
Remove duplicated test configuration after
nrf54l20pdk/nrf54l20/cpuxxx was renamed to
nrf54lm20dk/nrf54lm20a/cpuxxx.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2025-07-21 13:04:27 -04:00
..
boards tests: drivers: audio: dmic_api: Cleanup after nRF54LM20 rename 2025-07-21 13:04:27 -04:00
src
CMakeLists.txt
prj.conf
README.txt
testcase.yaml

DMIC API Test
##################

This test is designed to verify that DMIC peripherals implement the API
correctly. It performs the following checks:

* Verify the DMIC will not start sampling before it is configured

* Verify the DMIC can sample from one left channel

* Verify the DMIC can sample from a stereo L/R pair

* Verify that the DMIC works with the maximum number of channels possible
  (defined based on the DTS compatible present in the build)

* Verify that the DMIC can restart sampling after being paused and resumed

* Verify that invalid channel maps (R/R pair, non-adjacent channels) are
  rejected by the DMIC driver.