incubator-nuttx/wireless/ieee802154
Gregory Nutt dc8c814ca3 Squashed commit of the following:
Fixed coding standard error in several files.  Use of while( is incorrect; a space is required between while and (.  Also ran tools/nxstyle and fix thoses complaints as well in most files.

    Changes to comply with coding standard.  Mostly focused on files with missing space after keyword in if(, switch(, and for(.  Offending files also got changes to comply with tools nxstyle.  If there were logs of nxstyle complaints, the file also got a taste of tools/indent.sh.  Still need to fix occurrences of while( with missing space.  There are a lot of them.
2019-02-27 08:41:08 -06:00
..
Kconfig All network drivers! Change pre-processor logic that selects the high priority work queue or gives preferential treatment to the high priority work. All network logic must run on the low priority work queue! Or suffer the consequences. 2018-11-21 07:57:26 -06:00
Make.defs Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 2017-11-01 20:15:21 +00:00
README.txt
ieee802154_primitive.c Squashed commit of the following: 2018-04-01 12:25:30 -06:00
mac802154.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mac802154.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mac802154_assoc.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mac802154_assoc.h
mac802154_bind.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mac802154_data.c Merged in antmerlino/nuttx/avoid-double-context-lookup (pull request #788) 2018-12-19 18:41:27 +00:00
mac802154_data.h
mac802154_device.c sched/signal and related changes to other OS subsystems. 2019-01-27 09:28:59 -06:00
mac802154_disassoc.c ieee802154: Blocks out template code that is not complete to avoid warnings 2017-07-01 17:05:42 -04:00
mac802154_get_mhrlen.c ieee802154: Renaming of some fields 2017-07-17 01:20:01 -04:00
mac802154_getset.c Merged in antmerlino/nuttx/mac802154dev-header-offset (pull request #538) 2017-11-22 18:22:35 +00:00
mac802154_gts.c ieee802154: Blocks out template code that is not complete to avoid warnings 2017-07-01 17:05:42 -04:00
mac802154_internal.h Merged in antmerlino/nuttx/mac802154_rxenable (pull request #618) 2018-03-28 15:49:34 +00:00
mac802154_ioctl.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
mac802154_loopback.c Merged in antmerlino/nuttx/sixlowpan-ieee802154-address-endianness (pull request #790) 2018-12-18 15:06:41 +00:00
mac802154_netdev.c sched/signal and related changes to other OS subsystems. 2019-01-27 09:28:59 -06:00
mac802154_orphan.c ieee802154: Blocks out template code that is not complete to avoid warnings 2017-07-01 17:05:42 -04:00
mac802154_poll.c Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 2017-11-01 20:15:21 +00:00
mac802154_poll.h
mac802154_purge.c ieee802154: Blocks out a few more sections of template code to avoid warnings 2017-07-01 17:05:42 -04:00
mac802154_reset.c Squashed commit of the following: 2017-09-15 08:04:38 -06:00
mac802154_rxenable.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mac802154_scan.c Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 2017-11-01 20:15:21 +00:00
mac802154_scan.h
mac802154_start.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mac802154_sync.c ieee802154: Blocks out template code that is not complete to avoid warnings 2017-07-01 17:05:42 -04:00

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]