mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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> |
||
|---|---|---|
| .. | ||
| sim | ||
| .gitignore | ||
| arch.h | ||
| elf.h | ||
| inttypes.h | ||
| irq.h | ||
| limits.h | ||
| setjmp.h | ||
| spinlock.h | ||
| syscall.h | ||
| types.h | ||