AP_HAL: add support for @SYS/dma.txt for DMA contention

This commit is contained in:
Andy Piper 2020-11-21 15:59:41 +00:00 committed by Andrew Tridgell
parent c5c810b724
commit d2e01005ee

View File

@ -185,6 +185,9 @@ public:
// request information on running threads
virtual size_t thread_info(char *buf, size_t bufsize) { return 0; }
// request information on dma contention
virtual size_t dma_info(char *buf, size_t bufsize) { return 0; }
protected:
// we start soft_armed false, so that actuators don't send any
// values until the vehicle code has fully started