micropython/ports/nrf/drivers/bluetooth
Daniel Thompson 773d3b6d40 nrf: ble_uart: Feed the 'dog when transmitting characters
On systems that cannot feed the watchdog from an ISR (e.g. anything
without a button) then tab completion is risky because the watchdog might
fire before all the options are listed. Fix this by feeding the dog from
the tx routine.

Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-08-09 19:58:25 +01:00
..
ble_drv.c nrf: Add tinyusb support for nrf52840. 2019-10-10 20:21:07 +02:00
ble_drv.h nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5 2018-07-18 17:12:26 +10:00
ble_uart.c nrf: ble_uart: Feed the 'dog when transmitting characters 2020-08-09 19:58:25 +01:00
ble_uart.h nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00
bluetooth_common.mk nrf/bluetooth: Add support for s132/s140 v6, remove s132 v2/3/5 2018-07-18 17:12:26 +10:00
download_ble_stack.sh nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0. 2019-03-15 20:50:15 +01:00
ringbuffer.h nrf: Add new port to Nordic nRF5x MCUs. 2018-07-18 17:12:25 +10:00