nuttx/arch/arm/src/mx8mp
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
..
hardware style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
chip.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
CMakeLists.txt arch/arm/src/mx8mp: CMake build implemented for NXP i.MX 8M Plus family 2026-03-16 11:10:13 +08:00
Kconfig arch/mx8mp: add rptun/rpmsg client support 2024-04-30 11:30:02 -03:00
Make.defs arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_allocateheap.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_ccm.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_ccm.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_clockconfig.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_clockconfig.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_clrpend.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_config.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
mx8mp_ecspi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_ecspi.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_gpio.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_gpio.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_i2c.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_i2c.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_idle.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_iomuxc.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_iomuxc.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
mx8mp_ipc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_ipc.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_irq.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_lowputc.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_lowputc.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_mpuinit.c arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_mpuinit.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_rptun.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_rptun.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_rsctable.c arch/*_rptun.c: port all the chip's rptun driver to new rptun framework 2026-01-19 14:18:27 +08:00
mx8mp_rsctable.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_serial.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_serial.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_start.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_start.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
mx8mp_timerisr.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mx8mp_userspace.h arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00