ardupilot/libraries/AP_IOMCU
Andrew Tridgell 71cbcb49f5 AP_IOMCU: fixed issue with not regaining RC input
this fixes an issue where when you lose R/C input on IOMCU that you
may not regain it when R/C comes back.

The issue stems from us still processing the DSM uart when we are
using the SD3 "SBUS" uart for RC input, and still doing the switch of
the SD3 config every 2 seconds.

When we are not searching for a new protocol we should not be changing
UART config
2023-05-25 11:33:10 +10:00
..
iofirmware AP_IOMCU: fixed issue with not regaining RC input 2023-05-25 11:33:10 +10:00
AP_IOMCU.cpp AP_IOMCU: fixed an issue with double reset of IOMCU 2023-02-14 16:22:17 +09:00
AP_IOMCU.h AP_IOMCU: break logging out as a method 2022-09-02 11:16:52 +10:00
fw_uploader.cpp AP_IOMCU: use crc32_small() in AP_IOMCU 2019-10-28 15:53:16 +11:00