-
At current state, MSPL requires access to two peripherals (`clock` and `radio`) through `pac` API which is hidden behind `unstable-pac` feature:
https://github.com/alexmoon/nrf-sdc/blob/ca480b8bb2887…
-
It is already (partially) supported in stm32f4xx hal (https://docs.rs/stm32f4xx-hal/latest/stm32f4xx_hal/pac/ltdc/index.html) but embassy does not seem to have any support for this, yet.
I would li…
-
I've been trying to get crane to compile an embedded rust project, but unfortunately encountered some issues that I was unable to solve. Embedded projects often use an alternative linker called `flip-…
-
I am running tests on the STM32H750 and have encountered a very strange situation. Each time I run the tests, the results are different. I've labeled the patterns I observed as "A", "B," and "C."
-…
-
Not sure how this issue happens but I got a panic in ring.rs.
I'm running this crate with embassy to create an actor framework on a tm4c123 micro controller.
Panic ->
```sh
panicked at /home/liev…
-
Ran into an issues with building and testing the examples for the ch32v203. This is what I'm getting when I try to run `cargo build --bin blinky`.
```sh
error[E0277]: the trait bound `usbd_hid_des…
-
You people are legends! 🥇
I've just heard about `embassy-rs` on last Friday and wanted to give it a try in the weekend.
I just do embedded development time to time as a hobby so I have no deep e…
-
Using a Debian environment with cargo & rustc versions 1.78.0.
Problem: Cargo cannot install crate `embassy-net` from crates.io with feature `raw`
Steps to reproduce problem:
1. Create new proj…
-
After unwinding, the TaskStorage is left in `SPAWNED | RUN_QUEUED` state without actually being registered to the executor, which means the storage can't be reused later.
cc https://github.com/emba…
-
Will need to do a bisect to find the offending commit, but essentially somewhere between the crates.io release and current main there is a regression where i2c doesn't fail it just reads back 0xFF. Th…