Dominic Clifton

Results 30 issues of Dominic Clifton

This is a for-discussion PR that proposes a way of dealing the problem of this crate serving a few too many concerns for the needs of some users as discussed...

H750 CPU support is required to support the SPRacingH7EXTREME, SPRacingH7NANO and SPRacingH7ZERO flight controllers. http://seriouslypro.com/spracingh7extreme http://seriouslypro.com/spracingh7zero http://seriouslypro.com/spracingh7nano The H750 CPU requires an external flash chip and is significantly cheaper than...

When single stepping through code you often end up in _generated.rs which is generated by the `build.rs` script in the embassy-stm32 crate. However, all the code is on a single...

enhancement
stm32

Adds an example of a more real-world example of using a signal between two tasks in two modules which don't share implementation details of the Signal other than through a...

**Describe the bug** `cargo install probe-run` fails with the following error on Cygwin. ``` The following warnings were emitted during compilation: warning: In file included from libusb\libusb/libusbi.h:92, warning: from libusb\libusb/os/events_windows.c:23:...

type: bug
status: blocked

There are two issues: 1) the build system requires clang 7.x but on cygwin clang 8.0.1 reports itself as 4.2.1 when using `-dumpversion` instead of `--version` - See https://github.com/betaflight/betaflight/issues/10814 2)...

Rebase Required
Build System Improvement

### Describe the bug The OSD task stalls, no further updates are performed. ### To Reproduce Leave it running. I've encountered the failure encountered multiple times after a long uptime....

BUG

ISR latency needs to be kept to a minimum, flash memory is slow, external flash memory is slower. This PR improves performance by moving some frequently used ISR code into...

RN: BUGFIX
Tests failing

Replaces #9640. Current status: Waiting for review. Waiting and details of the BF management decision, as mentioned by @sugaarK not to accept technical solutions where BF calls into BIOS code....

RN: MAJOR FEATURE

### Describe the bug Since #11446 and other recent scheduler changes users do not know they cannot make comparisons of the `tasks` output to output captured from previous revisions, nor...

Feature Request