interface: add prefix 'peripheral_interface' to file and function name. 68/159968/3
authorSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 03:26:22 +0000 (12:26 +0900)
committerSegwon <segwon.han@samsung.com>
Tue, 14 Nov 2017 03:42:24 +0000 (12:42 +0900)
commit8c6dae8d1ae8a7e9741603539f30b99cdf0b2670
treef5562278f28fe10fc41719578363332482234290
parent6eb41d84cbb42d160d30585309f5aab7b6374afe
interface: add prefix 'peripheral_interface' to file and function name.

Change-Id: I23b6fe4aa850e4a713aa6e419ab334681e596d39
Signed-off-by: Segwon <segwon.han@samsung.com>
12 files changed:
CMakeLists.txt
include/interface/peripheral_interface_gpio.h [moved from include/interface/gpio.h with 60% similarity]
include/interface/peripheral_interface_i2c.h [moved from include/interface/i2c.h with 74% similarity]
include/interface/peripheral_interface_pwm.h [moved from include/interface/pwm.h with 79% similarity]
include/interface/peripheral_interface_spi.h [new file with mode: 0644]
include/interface/peripheral_interface_uart.h [moved from include/interface/uart.h with 79% similarity]
include/interface/spi.h [deleted file]
src/interface/peripheral_interface_gpio.c [moved from src/interface/gpio.c with 77% similarity]
src/interface/peripheral_interface_i2c.c [moved from src/interface/i2c.c with 84% similarity]
src/interface/peripheral_interface_pwm.c [moved from src/interface/pwm.c with 86% similarity]
src/interface/peripheral_interface_spi.c [moved from src/interface/spi.c with 85% similarity]
src/interface/peripheral_interface_uart.c [moved from src/interface/uart.c with 87% similarity]