commit | 58d5e35f0dfd45f9938e48154d695e06380c5afe | [log] [tgz] |
---|---|---|
author | Irfan Ahmad <irfan.ahmad@siemens.com> | Fri Feb 14 04:28:05 2025 +0500 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Mar 24 09:53:55 2025 +0100 |
tree | d278b4719b5103775181e7a726921f58b43e7267 | |
parent | 4342d7108bcbbd0703b2818bc6eadd69ee0613ff [diff] |
toolchain: Add assembly-side counterpart of __aligned Zephyr toolchain abstraction provides a macro __aligned(x) to add specified alignment, in bytes, to a chosen symbol for C/C++ source files but there is no portable counterpart available for symbols defined in assembly source files. This change-set adds a new macro ALIGN(x) for this purpose. Signed-off-by: Irfan Ahmad <irfan.ahmad@siemens.com>