zephyr/subsys/usb/host
Johann Fischer d22c0d2ec3 usb: usbip: add initial support for USBIP server
The server uses host support to export a USB device to a remote
USBIP client. It supports control and bulk transfers, interrupt
transfers may also work, but this depends on the host controller used.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-02-10 09:02:45 +01:00
..
CMakeLists.txt usb: usbip: add initial support for USBIP server 2025-02-10 09:02:45 +01:00
Kconfig usb: usbip: add initial support for USBIP server 2025-02-10 09:02:45 +01:00
Kconfig.usbip usb: usbip: add initial support for USBIP server 2025-02-10 09:02:45 +01:00
usbh_api.c
usbh_ch9.c usb: host: allow dynamic allocation of USB devices 2025-02-10 09:02:45 +01:00
usbh_ch9.h usb: host: allow partially read device descriptor 2025-02-10 09:02:45 +01:00
usbh_core.c usb: host: allow dynamic allocation of USB devices 2025-02-10 09:02:45 +01:00
usbh_data.ld
usbh_device.c usb: host: allow dynamic allocation of USB devices 2025-02-10 09:02:45 +01:00
usbh_device.h usb: host: allow dynamic allocation of USB devices 2025-02-10 09:02:45 +01:00
usbh_internal.h
usbh_shell.c usb: host: rework usbh_xfer_alloc() parameters 2025-02-10 09:02:45 +01:00
usbip.c usb: usbip: add initial support for USBIP server 2025-02-10 09:02:45 +01:00
usbip.h usb: usbip: add initial support for USBIP server 2025-02-10 09:02:45 +01:00