nuttx/drivers/rpmsg
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
..
CMakeLists.txt drivers/rpmsg: remove unnecessary header files, revise make.def and cmake 2026-01-19 23:14:53 +08:00
Kconfig drivers/rpmsg_port_uart: support wake up by peer core 2026-01-28 19:23:41 +08:00
Make.defs drivers/rpmsg: remove unnecessary header files, revise make.def and cmake 2026-01-19 23:14:53 +08:00
rpmsg.c drivers/rpmsg: add rpmsg_get_timestamp to retrieve buffer timestamps 2026-02-01 01:14:49 +08:00
rpmsg.h drivers/rpmsg: refactor internal APIs to private header 2026-01-26 17:23:31 -03:00
rpmsg_ping.c sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
rpmsg_ping.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
rpmsg_port.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_port.h drivers/rpmsg: implement timestamp support for rpmsg_port 2026-02-01 01:14:49 +08:00
rpmsg_port_spi.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_port_spi_slave.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_port_uart.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_router.h drivers/rpmsg: refactor internal APIs to private header 2026-01-26 17:23:31 -03:00
rpmsg_router_edge.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_router_hub.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_test.c drivers/rpmsg: add rpmsg_test to test rpmsg hold/release rx buffer 2026-01-08 22:44:35 +08:00
rpmsg_test.h drivers/rpmsg: add rpmsg_test to test rpmsg hold/release rx buffer 2026-01-08 22:44:35 +08:00
rpmsg_virtio.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_virtio_ivshmem.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsg_virtio_lite.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00