micropython-lib/micropython/lora/lora-sync
Angus Gratton ad6ab5a78c lora-sync: Fix race with fast or failed send().
If send completes before the first call to poll_send(), the driver could
get stuck in _sync_wait(). This had much less impact before rp2 port went
tickless, as _sync_wait(will_irq=True) calls machine.idle() which may not
wake very frequently on a tickless port.

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2024-02-20 16:57:50 +11:00
..
lora lora-sync: Fix race with fast or failed send(). 2024-02-20 16:57:50 +11:00
manifest.py lora-sync: Fix race with fast or failed send(). 2024-02-20 16:57:50 +11:00