nuttx/drivers/net
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
..
oa_tc6 include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
CMakeLists.txt net: Add VLAN device support 2025-12-09 07:56:20 -03:00
dm90x0.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
e1000.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
e1000.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
enc28j60.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
enc28j60.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
encx24j600.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
encx24j600.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ftmac100.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
igb.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
igb.h drivers/net: add IGB network card support 2025-07-08 10:02:15 +02:00
igc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
igc.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
Kconfig drivers/net/rpmsgdrv.c: add bidirectional data netdev support, server side 2026-01-16 09:42:01 +08:00
ksz9477.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
ksz9477_i2c.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
ksz9477_reg.h drivers/net/ksz9477.c: Errata 16, reset SGMII always on init 2025-08-26 09:10:43 -03:00
lan91c111.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lan91c111.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
lan9250.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
lan9250.h drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
loopback.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs net: Add VLAN device support 2025-12-09 07:56:20 -03:00
mdio.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
netdev_upperhalf.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
phy_notify.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
rpmsgdrv.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
skeleton.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
slip.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
telnet.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
tun.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vlan.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
w5500.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
wifi_sim.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00