mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-11 15:29:59 +08:00
1463f9dec8
The UART7 TXDMA services TELEM1 with flow control. If CTS is high, the transmitting thread will wait on a semaphore, which may block other threads from acquiring necessary resources to make progress, for example, preventing MAVLINK instances from transmitting. This change in NuttX makes the TXDMA acquire the semaphore in a non-blocking way, preventing this issue.