This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
fa4537df8f
zephyr
/
drivers
/
usb
/
uvb
/
uvb.ld
2 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
linker: drivers: Use Z_LINK_ITERABLE_SUBALIGN Updates the linker script fragments under 'drivers' 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-11 00:01:44 +08:00
ITERABLE_SECTION_RAM(uvb_node, Z_LINK_ITERABLE_SUBALIGN)