nuttx/drivers/wireless/ieee802154/xbee
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/xbee-prefix (pull request #1009) 2019-08-19 22:24:32 +00:00
Make.defs
xbee_ioctl.c drivers/wireless: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 11:49:12 -06:00
xbee_mac.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
xbee_mac.h
xbee_netdev.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
xbee.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
xbee.h drivers/wireless/ieee802154/xbee: Cancel query timeout upon receiving the expected response. Add protection for race condition that can cause association timeout to continue firing repeatedly 2019-08-16 16:23:27 -04:00