Andrey Mironov

Results 21 comments of Andrey Mironov

Indeed, but we're better than BLHS, right? :-) As about BLH32, no idea

@nitr0123 This particular issue I'm already working on, in general looking at BLHeli_S code might give some insight, as well as current project C code.

> @DieHertz can you share your work,? The Python script I mean. I uploaded it to my GitHub page, you may need to tinker with `APK_DIRS` variable a bit for...

@haslinghuis both `LPUARTDEV_1` and `SERIAL_PORT_LPUART1` are target-agnostic and therefore defined for all targets, not sure what you're asking to change here.

> The build fails here: https://github.com/betaflight/betaflight/runs/8152581016?check_suite_focus=true and here: https://github.com/betaflight/betaflight/runs/8152581665?check_suite_focus=true I'm waiting for the other PR to get merged before any fixes in this one anyway It fails for a different...

Hi @emteere I'm probably running into the same issue with a 52MiB `il2cpp_ghidra.h` file as well. Is there something I could try to make it quicker? Update: Tried current code...

The motivation is FC manufacturer decided to use LPUART pins for one of serial ports for one reason or another

@Smeat nice one! I have to try that too Besides, there is an OS implementation of D16 for OpenGround, Multiprotocol TX module and BetaFlight, so we could port it to...

> Hi @rogerthemar! Yes, there should be some components not mounted. If you look at the original board from bose you will be able to see the components that should...

Hi guys, sorry if it's not the right place to ask this question. Do you know of a viable way to speed up `table.inspect.files()` for large tables? Maybe something in...