zephyr/samples/drivers/i2s/litex/sample.yaml
Pawel Sagan 132b35c3ad samples: drivers: i2s: Add LiteX I2S sample
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>
2020-08-26 08:17:42 -04:00

12 lines
190 B
YAML

sample:
description: I2S sample
name: i2s example
common:
tags: introduction
harness: console
harness_config:
type: one_line
regex:
- "i2s example (.*)"