This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f27c01214bb docs/esp32s3: Add documentation to ESP32S3-Touch-LCD-7
board
new 65e835c779c drivers/usbhost: Rename usbhost_xhci_pci.c to
usbhost_xhci.c.
new 82fb0d8d063 drivers/usbhost: Separate the xHCI driver from the PCI bus.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/usbhost/CMakeLists.txt | 6 +-
drivers/usbhost/Kconfig | 22 +-
drivers/usbhost/Make.defs | 6 +-
.../usbhost/{usbhost_xhci_pci.c => usbhost_xhci.c} | 355 +-
drivers/usbhost/usbhost_xhci.h | 4 +
drivers/usbhost/usbhost_xhci_pci.c | 4864 +-------------------
.../sam_serial_spi.h => include/nuttx/usb/xhci.h | 94 +-
7 files changed, 296 insertions(+), 5055 deletions(-)
copy drivers/usbhost/{usbhost_xhci_pci.c => usbhost_xhci.c} (95%)
copy arch/arm/src/samv7/sam_serial_spi.h => include/nuttx/usb/xhci.h (51%)