nuttx/wireless/ieee802154
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 wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
ieee802154_primitive.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Kconfig Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
mac802154.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
mac802154_assoc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_assoc.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
mac802154_bind.c wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
mac802154_data.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_data.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
mac802154_device.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_disassoc.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_get_mhrlen.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_getset.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_gts.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_internal.h include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_ioctl.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_loopback.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_netdev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_orphan.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_poll.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_poll.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
mac802154_purge.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_reset.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_rxenable.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_scan.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_scan.h wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
mac802154_start.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
mac802154_sync.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
Make.defs wireless: migrate to SPDX identifier 2024-09-11 19:49:34 +08:00
README.txt Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00

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]