1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/xbee
Francisco Molina 922b35da2d
drivers/xbee: disable CTS/RTS pin unless periph_uart_hw_fc is used
If usinng an arduino xbee shield then CTS pin will be wired to the
ICSP connector RESET pin.

If also used on an arduino-% board then if xbee is busy sending or
receiving data it will assert CTS and this will trigger a reset on
the board.

To avoid this disable CTS functionality on start up unless hardware
flow control is explicitly requested.
2020-04-24 10:54:36 +02:00
..
include gnrc_netif: document new *_create() out parameter as such 2020-03-26 14:37:44 +01:00
gnrc_xbee.c gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
Makefile drivers: added support for Xbee modules 2015-03-24 23:19:29 +01:00
xbee.c drivers/xbee: disable CTS/RTS pin unless periph_uart_hw_fc is used 2020-04-24 10:54:36 +02:00