zephyr/subsys/usb/host
Henrik Brix Andersen 159f7dbbb1 lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h
Move the network buffer header file from zephyr/net/buf.h to
zephyr/net_buf.h as the implementation now lives outside of the networking
subsystem.

Add (deprecated) zephyr/net/buf.h header to maintain compatibility with old
file path.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2024-09-07 11:19:05 -05:00
..
CMakeLists.txt usb: host: add a structure to represent a USB device. 2023-10-01 09:26:07 +03:00
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
usbh_api.c
usbh_ch9.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
usbh_ch9.h usb: host: use uint16_t for Language ID 2024-02-01 10:29:00 +00:00
usbh_core.c usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
usbh_data.ld linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
usbh_device.c usb: host: add a structure to represent a USB device. 2023-10-01 09:26:07 +03:00
usbh_device.h usb: host: add a structure to represent a USB device. 2023-10-01 09:26:07 +03:00
usbh_internal.h
usbh_shell.c usb: host: add command to get the current device configuration 2023-10-01 09:26:07 +03:00