mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 14:19:03 +00:00
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> |
||
|---|---|---|
| .. | ||
| oa_tc6 | ||
| CMakeLists.txt | ||
| dm90x0.c | ||
| e1000.c | ||
| e1000.h | ||
| enc28j60.c | ||
| enc28j60.h | ||
| encx24j600.c | ||
| encx24j600.h | ||
| ftmac100.c | ||
| igb.c | ||
| igb.h | ||
| igc.c | ||
| igc.h | ||
| Kconfig | ||
| ksz9477.c | ||
| ksz9477_i2c.c | ||
| ksz9477_reg.h | ||
| lan91c111.c | ||
| lan91c111.h | ||
| lan9250.c | ||
| lan9250.h | ||
| loopback.c | ||
| Make.defs | ||
| mdio.c | ||
| netdev_upperhalf.c | ||
| phy_notify.c | ||
| rpmsgdrv.c | ||
| skeleton.c | ||
| slip.c | ||
| telnet.c | ||
| tun.c | ||
| vlan.c | ||
| w5500.c | ||
| wifi_sim.c | ||