nuttx/drivers/wireless/ieee802154/xbee
Anthony Merlino 260d29a187 Merged in antmerlino/nuttx/xbee-getset-txpwr (pull request #747)
Xbee getset txpwr

* drivers/wireless/ieee802154/xbee: Minor improvements to debug facilities.

* drivers/wireless/ieee802154/xbee: Add support for setting/getting tx power.

    TODO: The input/output arguments from the MLME primitive are intended to be an int32_t dbm value. However this change simply reports the power level register of the XBee. Need to add look-up table to back calculate the dbm value.

    # Conflicts:
    #	drivers/wireless/ieee802154/xbee/xbee.c

Approved-by: GregoryN <gnutt@nuttx.org>
2018-11-01 19:05:04 +00:00
..
Kconfig Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 2017-11-01 20:15:21 +00:00
Make.defs Merged in antmerlino/nuttx/sixlowpan-mac802154 (pull request #526) 2017-11-01 20:15:21 +00:00
xbee_ioctl.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
xbee_mac.c Merged in antmerlino/nuttx/xbee-getset-txpwr (pull request #747) 2018-11-01 19:05:04 +00:00
xbee_mac.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
xbee_netdev.c Add new configuratin CONFIG_NET_MCASTGROUP. This option is selected automatically if either CONFIG_NET_IGMP or CONFIG_NET_MLD are selected. Most conditional logic based on CONFIG_NET_IGMP replaced with conditioning on CONFIG_NET_MCASTGROUP. 2018-10-31 15:03:51 -06:00
xbee.c Merged in antmerlino/nuttx/xbee-getset-txpwr (pull request #747) 2018-11-01 19:05:04 +00:00
xbee.h Merged in antmerlino/nuttx/xbee-getset-txpwr (pull request #747) 2018-11-01 19:05:04 +00:00