mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
8bb250a4c0
Move STACK_ALIGNMENT macro definitions from architecture-specific internal headers to public irq.h headers. This enables common code to directly access STACK_ALIGNMENT without requiring internal header inclusion, improving code organization and reducing header dependencies. Applies to all architectures: ARM, ARM64, AVR, HC, MIPS, or1k, Renesas, RISC-V, SIM, SPARC, TriCore, x86, x86_64, Xtensa, Z16, and Z80. Signed-off-by: hujun5 <hujun5@xiaomi.com>