mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 21:16:27 +00:00
The .balign directives were not working correctly in their previous positions as the directive was applying to the section before the variable's section, causing in some builds the variables to be misaligned, and accesses to them causing faults. With the alignments after the section declaration, the variables will now be aligned as specified. Any future variable declarations should use this form instead to ensure proper alignment. Signed-off-by: Michael R Rosen <michael.r.rosen@intel.com> |
||
---|---|---|
.. | ||
core | ||
include | ||
soc | ||
defconfig | ||
Kbuild | ||
Kconfig | ||
Makefile |