DaneSlattery

Results 9 issues of DaneSlattery

Issue Guidelines: Please only create issues regarding bug reports, feature requests, and anything which would cause direct change to code. Questions, general discussion and other discussion topics should be redirected...

With reference to the following design: [https://groups.google.com/g/capnproto/c/t2wPNzZ4MGQ] > Here, subscribe() returns a `subscription` object. This object has no methods. But, when the capability is dropped, then the destructor will run...

Add an example that updates an OTA enabled app using another app encoded in the flash memory.

The current RMT wrapper targets the ESP-IDF library v4 interface, which does not support a TX and RX RMT driver on the same pin. However, the v5 library does support...

enhancement

Rust analyzer cannot write to the `target` directory. I am running docker on Ubuntu 24. When using this image `idf-rust:esp32_latest`, with the dev container definition from the [template](https://github.com/esp-rs/esp-idf-template/blob/master/cargo/.devcontainer/devcontainer.json), I see...

`std::io` implements a useful [std](https://doc.rust-lang.org/std/index.html)::[io](https://doc.rust-lang.org/std/io/index.html)::[BufReader](https://doc.rust-lang.org/std/io/struct.BufReader.html#). This is my attempt at implementing for `embedded-io`.

Attempt at https://github.com/esp-rs/esp-idf-svc/issues/468

The ESP-Modem Component is not supported. It would enable SMS+GSM +LTE connections to work with the current Netif interface. I have started calling into the the [esp-modem](https://docs.espressif.com/projects/esp-protocols/esp_modem/docs/latest/README.html) component, and figured...

It would be useful to not have multiple separate tools that need to interact to create images. This tool already supports converting elf to bin, csv to bin, now we...

feature request