summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Shyti <andi.shyti@samsung.com>2017-02-13 16:08:45 +0900
committerAndi Shyti <andi.shyti@samsung.com>2017-02-13 16:08:45 +0900
commitb01727fa280ecd4eceb44590a586e17dbe0b7d3c (patch)
treed8eac16f590d7ac3035d2745dfd83c581edd7456
parent6a0156557b58e8280693b932b4321b855dfc212b (diff)
README: added readme file for informationsHEADmaster
Signed-off-by: Andi Shyti <andi.shyti@samsung.com>
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..8e663a0
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+ir-spi testing program
+==================================================
+
+by Andi Shyti <andi.shyti@samsung.com>
+
+Overview
+--------
+This testing program tests the drivers/media/rc/ir-spi.c driver. The ir-spi.c is
+a drives the IR LED device in the tm2/tm2e Samsung board.
+
+Build
+-----
+
+$ make
+$ ./is
+
+TODO
+----
+1. Connect it to the lirc library
+2. Add more codes