zephyr/tests/drivers/i2s/i2s_api
Andrzej Głąbek 5d240edc17 tests: drivers: i2s_api: Fix initialization of the test
- replace device_get_binding() calls that were searching for no longer
  existing I2S device labels with proper DEVICE_DT_GET_OR_NULL() calls
- move initialization of I2S devices that was previously performed
  in the test cases that were executed as first (what is no longer
  valid after moving to the new ztest API) to functions that are called
  before running each test in a given test suite

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2023-04-03 12:32:34 -04:00
..
boards tests: drivers: i2s_api: Add DT aliases i2s-node0 and i2s-node1 2023-04-03 12:32:34 -04:00
src tests: drivers: i2s_api: Fix initialization of the test 2023-04-03 12:32:34 -04:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
Kconfig tests: i2s: Use Kconfig defaults instead of overlays for nRF I2S 2023-04-03 12:32:34 -04:00
prj.conf tests: i2s_api: convert to new ztest API 2023-02-28 11:43:37 +01:00
testcase.yaml tests: drivers: i2s: Mark gpio_loopback cases as dependent on gpio 2023-01-27 19:21:19 +09:00