zephyr/tests/drivers/i2s/i2s_speed
Gerard Marull-Paretas dacb3dbfeb iterable_sections: move to specific header
Until now iterable sections APIs have been part of the toolchain
(common) headers. They are not strictly related to a toolchain, they
just rely on linker providing support for sections. Most files relied on
indirect includes to access the API, now, it is included as needed.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-22 10:42:30 +02:00
..
boards i2s : mimxrt595_evk_cm33: enablement of driver 2023-05-12 13:50:33 -05:00
src iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
CMakeLists.txt
Kconfig tests: i2s: Use Kconfig defaults instead of overlays for nRF I2S 2023-04-03 12:32:34 -04:00
Readme.txt
prj.conf tests: drivers: i2s_speed: Do not enable debug level logging 2023-04-03 12:32:34 -04:00
testcase.yaml samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00

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)