]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/usb.git/commit
Initial commit for J7 USB.
authorThanh Tran <thanh-tran@ti.com>
Thu, 9 May 2019 09:03:50 +0000 (05:03 -0400)
committerThanh Tran <thanh-tran@ti.com>
Thu, 9 May 2019 09:03:50 +0000 (05:03 -0400)
commitf83372ea0d060c240b650d77a787a87522008b68
tree14c025f18c3bebd67906d3fb7a08de93f9487345
parent95408ca049102303974927b49dd88b029935110f
Initial commit for J7 USB.

First J7 USB commit
Code compiled
Not all functions, APIs are implemented
42 files changed:
build/makefile.mk
example/bios/host_msc_main.c
example/common/hardware.h
example/common/intRouter.c
example/common/timer.c
example/common/usb_osal.c
example/usb_dev/msc/dev_msc.c
example/usb_host/msc/fatfs_port_usbmsc.c
example/usb_host/msc/usb_main.c
soc/am335x/usb_wrapper.c
soc/am437x/xhci_soc.h [new file with mode: 0644]
soc/am571x/xhci_soc.h [new file with mode: 0644]
soc/am572x/xhci_soc.h [new file with mode: 0644]
soc/am574x/xhci_soc.h [new file with mode: 0644]
soc/am65xx/usb_wrapper.c
soc/am65xx/xhci_soc.h [new file with mode: 0644]
soc/dra72x/xhci_soc.h [new file with mode: 0644]
soc/dra75x/xhci_soc.h [new file with mode: 0644]
soc/j721e/hw_usb.h [new file with mode: 0644]
soc/j721e/usb_soc.c [new file with mode: 0644]
soc/j721e/usb_wrapper.c [new file with mode: 0644]
soc/j721e/xhci_soc.h [new file with mode: 0644]
soc/k2g/xhci_soc.h [new file with mode: 0644]
src/cusbdss/cps.c [new file with mode: 0644]
src/cusbdss/src/cusbdma.c
src/cusbdss/usb_cdn.c [new file with mode: 0644]
src/cusbdss/usb_cdn.h [new file with mode: 0644]
src/cusbdss/usb_cdn_dcd.c [new file with mode: 0644]
src/cusbdss/usb_cdn_dcd.h [new file with mode: 0644]
src/dwc/hw_dwc_usb.h
src/include/hw_types.h [deleted file]
src/include/usb_dwc.h
src/include/usb_wrapper.h
src/usb_func/common/usbtick.c
src/usb_func/device/usbdmsc.c
src/usb_func/host/usbhenum_dwc.c
src/usb_func/host/usbhmsc.c
src/usb_func/host/usbhscsi.c
src/usb_func/include/usbhost.h
src/xhci/usb_hcd_xhci.h [moved from src/dwc/usb_hcd_xhci.h with 98% similarity]
src/xhci/usb_xhci_hcd.c [moved from src/dwc/usb_xhci_hcd.c with 84% similarity]
usbhmsc.h