ardupilot/libraries/AP_IOMCU
Andrew Tridgell 01bbbc1f45 AP_IOMCU: fixed an issue with double reset of IOMCU
if the IOMCU resets twice in quick succession then the code that
restores the safety state while flying can fail, leading to the
aircraft trying to continue flying with safety on

This results from two issues:

- a race in handling the last_safety_off variable
- the fact that plane sets the soft_armed state based on safety state
2023-02-14 16:25:55 +09:00
..
iofirmware AP_IOMCU: fixed handling of RC_OPTIONS bit to ignore RC failsafe bit 2022-03-22 10:30:35 +11:00
AP_IOMCU.cpp AP_IOMCU: fixed an issue with double reset of IOMCU 2023-02-14 16:25:55 +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