mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
Move stack alignment and kernel stack macros from architecture-specific internal headers to public include/nuttx/irq.h. Consolidates duplicate definitions across 17 architecture families, reducing code duplication while enabling common code to access these core alignment utilities without architecture dependencies. Signed-off-by: hujun5 <hujun5@xiaomi.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Toolchain.defs | ||
| x86_allocateheap.c | ||
| x86_copystate.c | ||
| x86_exit.c | ||
| x86_getintstack.c | ||
| x86_initialize.c | ||
| x86_internal.h | ||
| x86_lowputs.c | ||
| x86_modifyreg8.c | ||
| x86_modifyreg16.c | ||
| x86_modifyreg32.c | ||
| x86_nputs.c | ||
| x86_switchcontext.c | ||
| x86_tcbinfo.c | ||