Add APIs and functions for uart 58/128958/3
authorjino.cho <jino.cho@samsung.com>
Fri, 12 May 2017 06:43:49 +0000 (15:43 +0900)
committerjino.cho <jino.cho@samsung.com>
Mon, 15 May 2017 09:02:59 +0000 (18:02 +0900)
commit76465a52999fcbe37dadd3d24bf29ab015501097
treefddeeb80501550034ad09403277fb7da849a79a8
parent86db2fdda86f5c20bd043892e0dc3571c95738f4
Add APIs and functions for uart

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

Change-Id: I79777883a705824af7bf9329f3470bd51ffdfb7d
Signed-off-by: jino.cho <jino.cho@samsung.com>
CMakeLists.txt
include/peripheral_gdbus.h
include/peripheral_gdbus_uart.h [new file with mode: 0644]
include/peripheral_io.h
src/peripheral_gdbus_uart.c [new file with mode: 0644]
src/peripheral_io.xml
src/peripheral_uart.c