zephyr/tests/drivers/i2s/i2s_speed
Hu Zhenyu 9fd919a466 tests: drivers: i2s: i2s_speed: move to new ztest API
Move drivers i2s_speed tests to use new ztest API

Signed-off-by: Hu Zhenyu <zhenyu.hu@intel.com>
2022-09-16 08:35:36 +00:00
..
boards I2S: remove defconfig/proj setting of I2S drivers 2022-08-25 15:03:11 -05:00
src tests: drivers: i2s: i2s_speed: move to new ztest API 2022-09-16 08:35:36 +00:00
CMakeLists.txt
Kconfig
Readme.txt
prj.conf tests: drivers: i2s: i2s_speed: move to new ztest API 2022-09-16 08:35:36 +00:00
testcase.yaml

Readme.txt

i2s_speed Test
##################

Board-specific details:

MIMXRT1170_EVK:
This board uses CONFIG_I2S_TEST_SEPARATE_DEVICES=y and connects two SAI peripherals by shorting
signals externally on the EVK.  These are the HW changes required to run this test:
	- Remove jumper J8 and resistor R78
	- Short BCLK J9-pin1  (SAI1_RX_BCLK)  to J66-pin1  (SAI4_TX_BCLK)
	- Short SYNC J9-pin5  (SAI1_RX_SYNC)  to J64-pin1  (SAI4_TX_SYNC)
	- Short Data J61-pin1 (SAI1_RX_DATA)  to J63-pin1  (SAI4_TX_DATA)