-
# Error Info
Error name: Error
Error message: panicked at 'called `Result::unwrap()` on an `Err` value: "Unable to create texture object"', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bb…
-
# Error Info
Error name: Error
Error message: panicked at 'called `Result::unwrap()` on an `Err` value: "Unable to create texture object"', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bb…
-
```
~/.games/edcas-client %cargo build
Updating crates.io index
error: failed to select a version for `opener`.
... required by package `edcas-client v0.3.0 (/home/hal_j/.games/edcas-client)`
ver…
-
# Error Info
Error name: Error
Error message: panicked at 'called `Result::unwrap()` on an `Err` value: "Unable to create texture object"', /home/runner/.cargo/registry/src/index.crates.io-6f17d22bb…
-
Hey all,
Has anyone looked at / worked out how to build generic HALs / driver libraries that work across a family of cores instead of writing a peripheral implementation for each? IMO it is an impo…
-
On reset reason translation from IDF code to ResetReason struct at https://github.com/esp-rs/esp-idf-hal/blob/master/src/reset.rs#L34 the code panics if the reset reason is not in a subset of all reas…
-
Hi,
did following steps:
1. git clone https://github.com/enelson1001/rust-esp32s3-lvgl-clickme/
2. cd rust-esp32s3-lvgl-clickme
3. ~/export-esp.sh
4. cargo check
```
....
Compiling lvgl…
ds2k5 updated
14 minutes ago
-
esp-idf-svc = { version = "0.48.1", default-features = false }
wumao updated
5 months ago
-
# Question
## Question
Trying to get data from a MicroSD card to input into a DAC to get an analog input for a speaker.
My DAC features 12 bit resolution with a SPI interface and i was wondering …
-
(This originally started as https://github.com/knurling-rs/probe-run/issues/316. I have tracked the issue down to the cortex-m-rt 0.7 branch and so am filing a new, more specific, issue here.)
I ha…