nuttx/arch/mips/src/mips32
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
..
fork.S arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
Kconfig sched/task/fork: add fork implementation 2023-07-12 02:27:37 +08:00
mips32-memorymap.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_cache.S arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_copystate.c arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_doirq.c arch: fix addrenv_switch changing this_task causing exceptions 2026-01-17 18:23:06 -03:00
mips_fork.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mips_fork.h arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_initialstate.c arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_irq.c arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_registerdump.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mips_saveusercontext.c arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
mips_schedulesigaction.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mips_sigdeliver.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mips_swint0.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mips_switchcontext.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mips_syscall0.S arch/misps: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
Toolchain.defs arch\mips: Fix Make style 2026-03-23 18:16:46 -04:00