mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 09:56:33 +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> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| mips_allocateheap.c | ||
| mips_createstack.c | ||
| mips_etherstub.c | ||
| mips_exit.c | ||
| mips_getintstack.c | ||
| mips_idle.c | ||
| mips_initialize.c | ||
| mips_internal.h | ||
| mips_lowputs.c | ||
| mips_modifyreg8.c | ||
| mips_modifyreg16.c | ||
| mips_modifyreg32.c | ||
| mips_nputs.c | ||
| mips_releasestack.c | ||
| mips_stackframe.c | ||
| mips_usestack.c | ||