-
When I try to run `cargo build` after setting up environment - I get:
```
Compiling exp-01 v0.1.0 (/home/dmitryr117/dev/iot/esp32s3/exp-01)
Compiling embassy-futures v0.1.1
Compiling em…
-
**Checklist**
- [X] I've included the output of `alr version`.
- [X] I've included complete steps to reproduce my issue.
**Describe the bug**
Alire crashes on a simple search request.
**T…
vdiem updated
1 month ago
-
AtomicU64/AtomicI64 is no longer supported by the *-espidf targets. [Refer to the changelog for version 0.42.4 of esp-idf-hal](https://github.com/esp-rs/esp-idf-hal/blob/81675ccbf5d6868fedb3fa19a57d84…
-
I am trying to get [a small sample with embassy](https://github.com/thedevleon/embassy-test) running for both the esp32c3 and esp32c6.
The esp32c3 code compiles and runs fine, but the esp32c6 flavour…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
cargo run results in panic before i can see anything in the screen:
```
Thread "main" panicked w…
-
## Motivations
The default project builds for a special version of Rust with a set of special packages to support Espressif targets. These packages mostly wrap `esp-idf`, but also include features …
xobs updated
4 months ago
-
I can only build esp-wifi 0.1.1 for the ESP32-C3 (riscV), so this means i can't try the newer releases.
The 0.1.1 version has significant problems on ESP32-C3 with wifi connectivity, UDP packets arri…
-
Using SDL3 on KDE 6 Wayland (Nvidia proprietary drivers, RTX3080). On my own application the application hangs after mimizing to taskbar (using Fifo present mode) or straight away (using Mailbox). I […
-
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:
`…
-
# Question
As discussed during the lecture, I encountered some problems while compiling the code. This time I am getting another error for the same code :)
Previous error:
```
error: could not…