mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 13:08:59 +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> |
||
|---|---|---|
| .. | ||
| aw9523b.c | ||
| aw9523b.h | ||
| CMakeLists.txt | ||
| gpio.c | ||
| gpio_lower_half.c | ||
| icjx.c | ||
| icjx.h | ||
| ioe_dummy.c | ||
| ioe_rpmsg.c | ||
| iso1h812g.c | ||
| iso1h812g.h | ||
| iso1i813t.c | ||
| iso1i813t.h | ||
| Kconfig | ||
| Make.defs | ||
| mcp23x08.c | ||
| mcp23x08.h | ||
| mcp23x17.c | ||
| mcp23x17.h | ||
| pca9538.c | ||
| pca9538.h | ||
| pca9555.c | ||
| pca9555.h | ||
| pca9557.c | ||
| pca9557.h | ||
| pcf8574.c | ||
| pcf8574.h | ||
| pcf8575.c | ||
| pcf8575.h | ||
| skeleton.c | ||
| sx1509.c | ||
| sx1509.h | ||
| tca64xx.c | ||
| tca64xx.h | ||