zephyr/tests/drivers/audio/dmic_api
Sebastian Głąb 2e23dfd401 tests: drivers: audio: dmic_api: Enable test execution on nrf54l15
Enable execution of dmic_api test on nrf54l15:
- add 'dmic' to the list of supported peripherals;
- add overlay for nrf54l15;
- align Nordic's implementation of PDM driver to pass the test.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2025-03-14 09:24:16 +01:00
..
boards tests: drivers: audio: dmic_api: Enable test execution on nrf54l15 2025-03-14 09:24:16 +01: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.