mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +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> |
||
|---|---|---|
| .. | ||
| arm | ||
| arm64 | ||
| avr | ||
| ceva | ||
| dummy | ||
| hc | ||
| mips | ||
| misoc | ||
| or1k | ||
| renesas | ||
| risc-v | ||
| sim | ||
| sparc | ||
| tricore | ||
| x86 | ||
| x86_64 | ||
| xtensa | ||
| z16 | ||
| z80 | ||
| CMakeLists.txt | ||
| Kconfig | ||