-
On esp32 if any embassy task is started on the second core it crashes.
Code to reproduce is [here in this gist](https://gist.github.com/liebman/e1b88aa644c634960f297265d8905295)
crashes with:
`…
-
In order to use defmt logging, one has to enable "defmt" feature for embedded-test.
```
embedded-test = { version = "0.2.2", features = [
"defmt",
"embassy",
] }
```
This resolved to th…
-
Hello,
i have a fairly large codebase (for my standards) for the rpi pico, that i slowly want to migrate to the embassy runtime, to take advantage of async behavior. I got to a point, where every…
-
There seems to be a race condition in [this piece of code](https://github.com/rtic-rs/rtic/blob/master/rtic-monotonics/src/stm32.rs#L247):
```rust
fn now() -> Self::Instant {
…
-
Problem:
If your `embassy-time` is duplicated in your dependency graph, such as if cargo was using both the git version and the crates.io version at the same time, delays have the wrong wall time. Fo…
-
The `atomic-polyfill` crates is deprecated and it is recommended that the `portable-atomic` crate be used instead.
(https://github.com/embassy-rs/atomic-polyfill)
Is it possible to change to use the…
taks updated
11 months ago
-
I don't know what I did but my Pico not just crashes with this error any time I try to use a Timer or Ticker, this was working fine this afternoon but stopped after a cargo update.
I have made a mi…
-
Hello, why are most of the embassy crates not yet published on Crates.io?
-
So I initialize the display like this:
```
let mut display = ssd1351::display::Display::new(
iface,
ssd1351::properties::DisplaySize::Display128x96,
ss…
-
The code tries to use USB-synced HSI48:
https://github.com/embassy-rs/embassy/blob/0b015bd727547d1eade5cd12c8b6a1b77483e6db/examples/stm32l4/src/bin/usb_serial.rs#L26
which triggers not-found erro…
mbq updated
11 months ago