1. Provide an option to loopback over separate I2S ports 2. Increase the buffer count in the loopback test to 4 3. Update test_i2s_transfer_rx_overrun test on how to handle RX overrun failures Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
#
|
|
# Copyright (c) 2021, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
mainmenu "I2S Loopback Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config I2S_TEST_SEPARATE_DEVICES
|
|
bool "Use two separate I2S ports for loopback"
|
|
help
|
|
Use separate I2S ports for transmit and receive.
|