zephyr/include/usb
Nicolas Pitre 9d11900dc3 usb: enforce byte alignment on USB records
As seen previously, some toolchain are willing to insert padding
at section changes to apply greater alignments by default. This is
especially true with 64-bit builds. USB structures are marked with the
packed attribute and therefore the linker section they land into
must also be byte aligned.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-17 16:41:43 -04:00
..
class usb: cdc_acm: SerialState notification full support 2019-04-19 13:36:32 -05:00
bos.h usb: enforce byte alignment on USB records 2019-06-17 16:41:43 -04:00
usb_common.h usb: Add remote wakeup support 2019-02-27 10:37:16 +01:00
usb_device.h usb: enforce byte alignment on USB records 2019-06-17 16:41:43 -04:00
usbstruct.h usb: Add remote wakeup support 2019-02-27 10:37:16 +01:00