zephyr/subsys/usb/host
Peter Mitsis 02cc127475 linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN
Updates the linker script fragments under 'subsys' to use
Z_LINK_ITERABLE_SUBALIGN for the subalignment instead of
a hardcoded value of 4.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-04-20 13:45:25 -04: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 usb: add initial USB host support 2022-12-16 13:21:12 +01:00
usbh_ch9.c usb: host: use uint16_t for Language ID 2024-02-01 10:29:00 +00: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 usb: add initial USB host support 2022-12-16 13:21:12 +01:00
usbh_shell.c usb: host: add command to get the current device configuration 2023-10-01 09:26:07 +03:00