ardupilot/libraries/AP_IOMCU
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
..
iofirmware AP_IOMCU: add support for shared DMA to iomcu-dshot 2023-08-15 06:53:48 +10:00
AP_IOMCU.cpp AP_IOMCU: add support for shared DMA to iomcu-dshot 2023-08-15 06:53:48 +10:00
AP_IOMCU.h AP_IOMCU: propagate dshot rates through to IOMCU 2023-08-15 06:53:48 +10:00
fw_uploader.cpp