-
I'm try following the [Embedded Rust (no_std)](https://docs.esp-rs.org/no_std-training/02_4_hello_world.html), target to ESP32-C6.
First I try keep everything as it is and run `cargo check`. Everyth…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
`cargo run`
crashed when launched:
stack is :
```
Thread "main" panicked with "called `Resul…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Resizing on X11 simply crashes Zed, probably due to outdated VK Swapchain here's the log:
```Ca…
-
I'm getting this error trying to use embedded_hal::pwm::SetDutyCycle and LEDC.
```txt
!! A panic occured in
'/home/asus/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-hal-0.16.1/src/ledc…
-
code:
```
use esp_idf_svc::hal::delay::*;
use esp_idf_svc::hal::gpio::*;
use esp_idf_svc::hal::peripheral::*;
use esp_idf_svc::hal::spi::*;
pub struct Max31865 Max31865,
| …
-
Of interest to this WG are some developments on [rust-random](https://github.com/rust-random), namely the new [getrandom](https://github.com/rust-random/getrandom) crate and plans to integrate it into…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
1. Git pull latest commits
2. Run `cargo run` or run a built binary
3. Wait until zed crashes
#…
-
I see there is some bindings code already present for psram (https://github.com/esp-rs/esp-idf-sys/blob/5ca2e76feaeb73731ad3be0e1adf395d0a65361e/src/include/esp-idf/bindings.h#L24) but it is gated by …
-
Just wanted to foster some conversation, since `mint` is going into the public-facing API of the next version of `ggez`. The goal is to prevent problems such as [this one](https://github.com/ggez/gge…
-
**Describe the bug**
In my app based on egui and eframe, the CPU usage is very high as long as the _accesskit_ feature is enabled. By disabling it, the CPU usage remains under much more acceptable …