nuttx/arch/mips
hujun5 63e59e26c0 arch: move some macros to public code.
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>
2026-01-20 01:53:08 +08:00
..
include arch: move STACK_ALIGNMENT to irq.h 2026-01-19 14:43:43 +08:00
src arch: move some macros to public code. 2026-01-20 01:53:08 +08:00
Kconfig sched/task/fork: add fork implementation 2023-07-12 02:27:37 +08:00