-
I've been looking at integrating nicely with embassy in some async networking libraries I'm working on but ran into a curious issue where I can't run any CI tests against non-trivial embassy code (suc…
-
On an STM32H723ZG, Rng seems to lock up after the first call.
Tested using [the rng example](https://github.com/embassy-rs/embassy/blob/044b5c89215aa269bef627e68869c223b810f8cf/examples/stm32h7/src…
-
While attempting to nest a router like so: (simplified example)
```rust
pub(crate) fn app_router() -> picoserve::Router {
picoserve::Router::new()
.nest("/api", api_router())
…
-
Hi!
When a `smoltcp` link is brought down, without closing its sockets first, what is supposed to hinder this piece of code from executing very rapidly? (https://github.com/embassy-rs/embassy/blob/…
-
Currently, it does not seem possible to add custom `async fn` USB control request handlers. Is there any way to support this?
-
-
I'm getting an linker error when I want to want to connect to a broker on a embassy-net socket.
Here is some info:
```
embassy-net = { version = "0.4.0", features = ["medium-ip", "tcp", "medium-e…
-
### Prerequisites
- [X] I have searched for [existing issues](https://github.com/start9labs/embassy-os/issues) that already suggest this feature.
### Describe the Feature Request
MVP for the SDK to…
-
Consider adding a cheap Diplomat that comes with Alphabet called Attaché. This unit would only be able to do the establish embassy action and no others. This unit comes in handy during local AI games …
-
Now FIFO is always enabled for `usart_v4`.
https://github.com/embassy-rs/embassy/blob/main/embassy-stm32/src/usart/mod.rs#L1407
```
#[cfg(usart_v4)]
{
trace!("USAR…