zephyr/drivers/bluetooth/hci
Carles Cufi 20952b75e3 Bluetooth: uart: Fix UART TX stall condition
In 3 of our UART driver implementations the ISR is exclusively
used and enabled for the RX path. The existing logic was
susceptible to a stall situation where a polled out transmission
would be interrupted by a reception and then the ISR code
would loop forever due to the TX event being signalled (although
the interrupt itself was disabled) causing the ISR to keep
looping for an RX interrupt.

Change-Id: Ic379e58b1c974aca3cee37d2d81f12c3726fb160
Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2016-11-01 21:40:39 +02:00
..
Kconfig Bluetooth: drivers/Kconfig: Fix inconsistency issues 2016-10-28 08:09:08 +03:00
Makefile
h4.c Bluetooth: uart: Fix UART TX stall condition 2016-11-01 21:40:39 +02:00
h5.c Bluetooth: uart: Fix UART TX stall condition 2016-11-01 21:40:39 +02:00