mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| ieee802154_primitive.c | ||
| Kconfig | ||
| mac802154.c | ||
| mac802154.h | ||
| mac802154_assoc.c | ||
| mac802154_assoc.h | ||
| mac802154_bind.c | ||
| mac802154_data.c | ||
| mac802154_data.h | ||
| mac802154_device.c | ||
| mac802154_disassoc.c | ||
| mac802154_get_mhrlen.c | ||
| mac802154_getset.c | ||
| mac802154_gts.c | ||
| mac802154_internal.h | ||
| mac802154_ioctl.c | ||
| mac802154_loopback.c | ||
| mac802154_netdev.c | ||
| mac802154_orphan.c | ||
| mac802154_poll.c | ||
| mac802154_poll.h | ||
| mac802154_purge.c | ||
| mac802154_reset.c | ||
| mac802154_rxenable.c | ||
| mac802154_scan.c | ||
| mac802154_scan.h | ||
| mac802154_start.c | ||
| mac802154_sync.c | ||
| Make.defs | ||
| README.txt | ||
This will eventually hold some general documentation for the IEEE 802.15.4 MAC implementation. NOTE: Throughout the code, excerpts from the standard are quoted as to make the code thoroughly readable. I have tried, to always put a reference [1] and page number. Below is the references that correspond with the reference number [1]