Juhan Oskar Hennoste

Results 112 issues of Juhan Oskar Hennoste

### Describe the bug Using plt.show() to show matplotlib plots works fine for static plots. However, it causes extreme flickering when the plot is redrawn every time an input value...

bug

A storehouse is a 3x3 building made of steel, iron, and stone, yet for some reason it has only 250 health, which is less than a standard steel chest at...

The latest prebuilt release on GitHub is more than a year old. Is there plans for a new release?

Currently the `Reply` trait is public, but it cannot be used in any meaningful way, because its only method requires an instance of `ReplySender` which is private and only has...

According to the RTIC documentation ([source](https://rtic.rs/2/book/en/internals/targets.html)): > [...] ARMv6-M/ARMv8-M-base cannot have tasks with shared resources bound to exception handlers, as these cannot be masked in hardware. This sentence seems to...

Fixes https://github.com/rtic-rs/rtic/issues/1088. This implements a simple but somewhat heavy-handed fix for the issue described in https://github.com/rtic-rs/rtic/issues/1088: If at least one of the tasks accessing a shared resource is an exception...

The cortex-m crates on crates.io seem to be quite outdated. For example the last release of cortex-m was over 2 years ago and includes the deprecated bare-metal critical section. It...

### Describe the bug When flashing my firmware onto a NUCLEO-C071RB (STM32C071RB) using probe-rs, the console is spammed with warnings about SwdDpWait. The flashing does eventually succeed and I haven't...

The documentation (https://probe.rs/docs/) lists 3 separate tools: probe-rs, cargo-flash and cargo-embed. They seem to have a lot of overlapping functionality (flash, run, RTT, etc). The question is, with so much...

Sort of a follow-up to https://github.com/embassy-rs/chiptool/issues/85. It is my understanding that direct register access is considered unsafe, at least w.r.t. to the HAL and its ownership rules. However, if you...