This commit adds the LiteX I2S devices usage example with: - i2s rx and tx initialization, - i2s rx and tx configuration, - i2s rx receiving, - i2s tx sending. An application is a simple sound loopback - it allows to connect a music source and a receiver such as headseat and listen to it. Signed-off-by: Pawel Sagan <psagan@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_I2S=y
|
|
CONFIG_I2S_LITEX_RX_BLOCK_COUNT=500
|
|
CONFIG_I2S_LITEX_DATA_BIG_ENDIAN=n
|
|
CONFIG_ETH_LITEETH=n
|
|
CONFIG_ETH_LITEETH_0=n
|