commit | 9d11900dc3c143bcd72de550b97bd82302f3d922 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue May 21 14:42:14 2019 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 17 16:41:43 2019 -0400 |
tree | 80a0bfe58ee2bd344ba07b4792824fb34b403a64 | |
parent | d41f01d4c7924bf2cd1713f386e8ddafa7eb6cb3 [diff] |
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>