nuttx/arch
hujun5 8bb250a4c0 arch: move STACK_ALIGNMENT to irq.h
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>
2026-01-19 14:43:43 +08:00
..
arm arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
arm64 arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
avr arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
ceva checkstack: fix access overflow when checkstack 2026-01-17 18:04:28 -03:00
dummy
hc arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
mips arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
misoc arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
or1k arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
renesas arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
risc-v arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
sim arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
sparc arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
tricore arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
x86 arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
x86_64 arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
xtensa arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
z16 arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
z80 arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
CMakeLists.txt
Kconfig arch/x86_64: add poweroff functionality 2026-01-19 14:10:12 +08:00