examples/i2schar: add i2s character device example
authorIvan <ivan.galkin@samsung.com>
Wed, 16 Aug 2017 06:11:33 +0000 (15:11 +0900)
committerIvan Galkin <ivan.galkin@samsung.com>
Sun, 27 Aug 2017 06:31:05 +0000 (15:31 +0900)
commit13d5f58193446d0366618e5e56b008f63bd387f2
tree348624af3e052e00376b5bb07abb7dd0024cb097
parent29a1075b959bacf617eb87ad4389cc82fd5c9428
examples/i2schar: add i2s character device example

Example for checking i2s rx / tx behavior

Change-Id: If7b367bdeb1d166ea1bced83c2d17bd637e982c9
Signed-off-by: Bongryul Lee <bongryul.lee@samsung.com>
apps/examples/i2schar/Kconfig [new file with mode: 0644]
apps/examples/i2schar/Make.defs [new file with mode: 0644]
apps/examples/i2schar/Makefile [new file with mode: 0644]
apps/examples/i2schar/i2schar.h [new file with mode: 0644]
apps/examples/i2schar/i2schar_main.c [new file with mode: 0644]
apps/examples/i2schar/i2schar_receiver.c [new file with mode: 0644]
apps/examples/i2schar/i2schar_transmitter.c [new file with mode: 0644]
os/arch/arm/src/artik053/src/artik053_i2schar.c