-
## Is your proposal related to a problem?
No.
## Describe the solution you'd like
Interrupting a task happens all the time by a higher priority task or an important phone call for example, wh…
-
At this moment there's no way to programmatically stop a test run in process with replay, which simply loops until a failure or all configured cases pass
https://github.com/proptest-rs/proptest/blob/…
-
Hello,
I've been using Cobalt with Boost 1.86.0, and I've had an issue with my code that caused it to segfault due to use of destroyed resources.
I've reproduced my issue on a smaller sample cod…
-
Hi @tenbaht ,
I am new to this environment. I am trying to do get IR signal and measure timings of IR signal. For that i want to use timer and external interrupt. I am writing code in Arduino I…
-
Observing this error when running MLPlan in cluster experiments:
```java Error class: java.lang.IllegalStateException
Error message: Timer already cancelled.
Error trace:
java.util.Timer.sch…
fmohr updated
3 years ago
-
I'm playing a WAV file from beginning to end in my main program loop, then go to sleep. So at the next timer interrupt, the code should start again at the next line, which is the beginning of the loo…
ghost updated
5 years ago
-
```rust
#![no_main]
#![no_std]
use panic_probe as _;
use core::{cell::RefCell, ops::Deref};
use cortex_m::interrupt::{Mutex, free};
use cortex_m_rt::entry;
use stm32f4xx_hal::{
gpio::{Al…
-
**Describe the bug**
The `tests/kernel/interrupt` test (in particular, `test_prevent_interruption`) hangs when running on a platform that uses a system timer that requires the timer interrupt to be s…
-
**Describe the bug**
When enabling asserts in a build that otherwise appear to be working fine an assert is seen when enabling dynamic device power management and attempting to send data.
The assert…
-
A fully automated single-stepping timer configuration benchmark program would repeatedly interrupt an enclaved nop instruction slide, each time adjusting the current timer interval guess -- in a binar…