-
Generation for Embassy on RP2040's.
-
I would like to initialize the Wifi interface in ApSta mode and later disable the access point (and switch to Sta mode). This is so that the device can be accessed via the access point to configure it…
-
This confuses the rust-analyzer. Embassy should either bump the rust requirement or drop fixed requirement.
-
Hi there,
The project readme claims:
- esp-rs, for the Espressif Systems ESP32 series of chips.
- Embassy HAL support for Espressif chips is being developed in the [esp-rs/esp-hal](https:…
-
We're aiming to build with stable Rust.
Currently, we're using these unstable features:
1. can't do without:
- [ ] [`used_with_arg`](https://github.com/rust-lang/rust/issues/93798): this is u…
-
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…
-
Sometimes bitcoind just dies. This results in lost sync progress. I recently had this happen and it started resyncing 200 blocks back.
It is not being OOM killed, since there is no record of this i…
-
## Environment
* **IntelliJ Rust plugin version:** Nightly
* **Rust toolchain version:** nightly-2021-05-07
* **IDE name and version:** IntelliJ 2021.1
* **Operating system:** OSX
## Problem …
-
In order to start the `cpu-net` core on the nRF5340, the `cpu-app` core must clear the bit `FORCEOFF` of the register `APPLICATION.RESET.NETWORK`.
See
![image](https://github.com/user-attachments…
-
Hi,
I'm working on a project on esp32s3, I need to use rustls but I have problems with the ring crate since xtensa is not supported .
I'm using the esp32-idf-template (https://github.com/esp-rs/esp-…