incubator-nuttx/wireless/ieee802154
Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24)
* Simplify EINTR/ECANCEL error handling

1. Add semaphore uninterruptible wait function
2 .Replace semaphore wait loop with a single uninterruptible wait
3. Replace all sem_xxx to nxsem_xxx

* Unify the void cast usage

1. Remove void cast for function because many place ignore the returned value witout cast
2. Replace void cast for variable with UNUSED macro
2020-01-02 10:54:43 -06:00
..
Kconfig Merged in antmerlino/nuttx/mac802154_fix_eaddr (pull request #985) 2019-08-10 18:25:13 +00:00
Make.defs
README.txt
ieee802154_primitive.c
mac802154.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_assoc.c Fix some typos 2019-09-17 10:46:23 -06:00
mac802154_assoc.h
mac802154_bind.c
mac802154_data.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_data.h
mac802154_device.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_disassoc.c
mac802154_get_mhrlen.c
mac802154_getset.c Merged in antmerlino/nuttx/mac802154_fix_eaddr (pull request #985) 2019-08-10 18:25:13 +00:00
mac802154_gts.c
mac802154_internal.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
mac802154_ioctl.c
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
mac802154_purge.c
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 Merged in antmerlino/nuttx/ieee802154_energydetect (pull request #977) 2019-08-10 17:03:24 +00:00
mac802154_start.c Squashed commit of the following: 2019-02-27 08:41:08 -06:00
mac802154_sync.c

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]