Add APIs and functions for the spi device 06/131106/10
authorjino.cho <jino.cho@samsung.com>
Thu, 25 May 2017 10:50:58 +0000 (19:50 +0900)
committerjino.cho <jino.cho@samsung.com>
Wed, 31 May 2017 07:21:47 +0000 (16:21 +0900)
commitf2e8133bf840f9e26822d563a4b0d48d7af1b326
tree3456461a87e5fd13bf449d30812cb0b945da28ba
parentfcd26a2f05f56ccba66a478b67381c9aa4884ca4
Add APIs and functions for the spi device

This patch support the spi device. And, it should work properly
if the patch for peripheral-bus is applied together.

Change-Id: Ia0094e516d5dff9fba1e2d40170dc7cce844d347
Signed-off-by: jino.cho <jino.cho@samsung.com>
CMakeLists.txt
include/peripheral_gdbus.h
include/peripheral_gdbus_spi.h [new file with mode: 0644]
include/peripheral_internal.h
include/peripheral_io.h
src/peripheral_gdbus_spi.c [new file with mode: 0644]
src/peripheral_io.xml
src/peripheral_spi.c
test/peripheral-io-test.c