nuttx/arch/x86/src/i486
Piyush Patle 0dccc8ba21 include/debug.h: Move to include/nuttx/debug.h
debug.h is a NuttX-specific, non-POSIX header. Placing it in the
top-level include/ directory creates naming conflicts with external
projects that define their own debug.h.
This commit moves the canonical header to include/nuttx/debug.h,
following the NuttX convention for non-POSIX/non-standard headers,
and updates all in-tree references.

A backward-compatibility shim is left at include/debug.h that
emits a deprecation #warning and re-includes <nuttx/debug.h>,
allowing out-of-tree code to continue building while migrating.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
2026-04-07 07:50:06 -03:00
..
i486_createstack.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_initialstate.c arch/x86: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
i486_irq.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_regdump.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_releasestack.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_savestate.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_schedulesigaction.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_sigdeliver.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_stackframe.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_syscall6.S arch/x86: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
i486_usestack.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
i486_utils.S arch/x86: fixed errors in gdt_flush and idt_flush 2026-02-02 22:58:02 +08:00
Kconfig Remove the arch/ subdirectory; replace it with a submodule 2015-07-22 10:56:22 -06:00