Andy Piper

Results 280 comments of Andy Piper

Is there any workaround? The PlatformAttribute is a real pain because obviously I want to disable tests that don't work on .NET Standard!

Yes, pretty sure this is true. I have a PR in the works that updates the passthru docs for BLHeli_S as well

What ESC? It’s working for me on this board Sent from my iPhone > On 11 Apr 2021, at 21:26, David B. Bitton ***@***.***> wrote: > >  > @andyp1per...

@Hwurzburg good idea!

I actually fixed this on the F55 so closing

You know what, it would be pretty easy to extend the warning to tell you which serial port has full DMA

@Hwurzburg https://github.com/ArduPilot/ardupilot/pull/20296 https://github.com/ArduPilot/ardupilot/pull/20230

@Hwurzburg we don't normally look at wiki issues - but can do. @tridge is usually the one with the list

It should do. See how it goes

Ok, I had to put system in RAM to get this to work on SPRacingH7: ``` diff --git a/libraries/AP_HAL_ChibiOS/hwdef/common/common_extf.ld b/libraries/AP_HAL_ChibiOS/hwdef/common/common_extf.ld index 80b9b313c4..530aac4418 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/common/common_extf.ld +++ b/libraries/AP_HAL_ChibiOS/hwdef/common/common_extf.ld @@ -107,6 +107,7...