nuttx/drivers/wireless/ieee802154/xbee
Gregory Nutt 4810499d3a Squashed commit of the following:
Replace all calls to sigqueue() in the OS proper with calls to nxsig_queue() to avoid accessing the errno variable.

    sched/signal:  Add nxsig_queue() which is functionally equivalent to sigqueue() except that it does not modify the errno variable.
2017-10-07 10:57:09 -06:00
..
Kconfig Merged in merlin17/nuttx/xbee (pull request #484) 2017-09-15 14:37:55 +00:00
Make.defs Merged in merlin17/nuttx/xbee (pull request #484) 2017-09-15 14:37:55 +00:00
xbee_dataind.c sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead. 2017-10-05 07:59:06 -06:00
xbee_dataind.h Merged in merlin17/nuttx/xbee (pull request #484) 2017-09-15 14:37:55 +00:00
xbee_ioctl.c Merged in merlin17/nuttx/xbee (pull request #484) 2017-09-15 14:37:55 +00:00
xbee_mac.c Merged in merlin17/nuttx (pull request #485) 2017-09-15 19:41:24 +00:00
xbee_mac.h Merged in merlin17/nuttx/xbee (pull request #484) 2017-09-15 14:37:55 +00:00
xbee_netdev.c Squashed commit of the following: 2017-10-07 10:57:09 -06:00
xbee_notif.c sched/semaphore: sem_trywait() modifies the errno value and, hence, should not be used within the OS. Use nxsem_trywait() instead. 2017-10-05 07:59:06 -06:00
xbee_notif.h Merged in merlin17/nuttx/xbee (pull request #484) 2017-09-15 14:37:55 +00:00
xbee.c Squashed commit of the following: 2017-10-04 15:22:27 -06:00
xbee.h Squashed commit of the following: 2017-10-04 15:22:27 -06:00