ardupilot/libraries/AP_IOMCU/iofirmware
Andy Piper ec1edea1da AP_IOMCU: add support for shared DMA to iomcu-dshot
new event-based update() loop for iomcu to allow for DMA channel sharing
spin event loop at 2Khz to give dshot thread ample access to DMA channels
correct transmission complete callbacks
ensure peripheral is re-enabled on DMA resumption
ensure DMA transactions do not get clobbered by locking
restructure callbacks for shared and non-shared DMA cases
ensure RC updates happen at 1Khz
increase expected delay at startup
2023-08-15 06:53:48 +10:00
..
analog.cpp
analog.h
iofirmware.cpp AP_IOMCU: add support for shared DMA to iomcu-dshot 2023-08-15 06:53:48 +10:00
iofirmware.h AP_IOMCU: add support for shared DMA to iomcu-dshot 2023-08-15 06:53:48 +10:00
ioprotocol.h AP_IOMCU: add support for shared DMA to iomcu-dshot 2023-08-15 06:53:48 +10:00
mixer.cpp
rc.cpp AP_IOMCU: fixed issue with not regaining RC input 2023-05-23 12:11:04 +10:00
rc.h
wscript