zephyr/tests/drivers/audio/dmic_api
Sebastian Głąb 687f4ce244 tests: drivers: audio: dmic_api: Enable coverage calculation
When test is run with enabled coverage, additional RAM is required
to store coverage data.
Digital Microphone test is reserving most of the available RAM
to store audio samples. Thus, test fails to build with coverage
enabled due to RAM overflow.

Decrease size of the audio buffer when coverage is enabled.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2025-04-29 13:01:07 +02:00
..
boards tests: Add BL54L15/L15u DVK support 2025-04-23 15:02:20 +02:00
src tests: drivers: audio: dmic_api: Enable coverage calculation 2025-04-29 13:01:07 +02:00
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.