nuttx/wireless/ieee802154
Xiang Xiao a8de37fbec Ensure all source code end with one and only one newline
by this command:
git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2020-02-08 07:25:56 -06:00
..
ieee802154_primitive.c
Kconfig Merged in antmerlino/nuttx/mac802154_fix_eaddr (pull request #985) 2019-08-10 18:25:13 +00:00
mac802154_assoc.c Fix some typos 2019-09-17 10:46:23 -06:00
mac802154_assoc.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_bind.c
mac802154_data.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_data.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_device.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_disassoc.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_get_mhrlen.c
mac802154_getset.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_gts.c Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_internal.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_ioctl.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
mac802154_loopback.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_netdev.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_orphan.c
mac802154_poll.c Fix some typos 2019-09-17 10:46:23 -06:00
mac802154_poll.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_purge.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
mac802154_reset.c Merged in antmerlino/nuttx/mac802154_fix_eaddr (pull request #985) 2019-08-10 18:25:13 +00:00
mac802154_rxenable.c Fix some typos 2019-09-17 10:46:23 -06:00
mac802154_scan.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_scan.h Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
mac802154_start.c
mac802154_sync.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
mac802154.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
mac802154.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Make.defs
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]