Add USB gadget HAL implementation 02/88602/2
authortaeyoung <ty317.kim@samsung.com>
Tue, 20 Sep 2016 02:44:30 +0000 (11:44 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Fri, 23 Sep 2016 08:56:23 +0000 (01:56 -0700)
commita044268e1c01c89751432957dd38d91b01528fb6
tree0c1a669afb085f07d1fb08fab802b4aa400b083e
parentc0ff251413ec12bd02e1bd90d87d915fcf701e52
Add USB gadget HAL implementation

USB gadget HAL is an abstraction layer which translates
set of functions into full USB gadget description specific
for this particular device.

Change-Id: I7b3faca4e116de28e053d96a6eb6d1e280a36edd
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
CMakeLists.txt
hw/usb_gadget/CMakeLists.txt [new file with mode: 0644]
hw/usb_gadget/usb_gadget.c [new file with mode: 0644]