Sergio Gasquez Arcos
Sergio Gasquez Arcos
## Motivations When installing several crates, using [`cargo-binstall`](https://github.com/cargo-bins/cargo-binstall) can save a lot of time.
The training should include some async project that teach how to work in async. Core concepts of async could live on the Rust on ESP book or in the Rust...
Hi! Would it be possible to add a mechanism that formats (with `rustfmt`) the generated code? We are currently working on https://github.com/esp-rs/esp-template and we face the following: - If we...
**Describe the bug** When using probe-rs (`main` rev `ff2370fb80e89a6a0fea23d08b767dcba67cf9c9`) in VS Code, I cant set up breakpoints a few levels deep from `main.rs`. **To Reproduce** Steps to reproduce the behavior:...
Hi! Since we at Espressif have something similar to the discovery books, but in a different format, I thought that it might be worth mentioning the resources in the discovery...
#### Description Enables HIL CI for ESP32-S3. #### Considerations - The VM needs to be Ubuntu 22.04 due to https://github.com/esp-rs/rust-build/issues/252 - Other VMs are using Ubuntu 20.04. I've manually updated...
This is done manually at the moment, and it might be worth to investigate adding a release workflow that automates it.