Sycrosity

Results 9 issues of Sycrosity

Using this project for creating github releases would be really useful and simplify my build workflow significantly - however, currently running the `cargo install cargo-bundle` command takes around 1-2 minutes...

adds the option to use the `--profile (user_defined_profile)` flag in wasm-pack build, along with an associated test and manifest edits as a fix for #1111. However, this required removing the...

Despite it being stated that the `async` feature "enables embedded-hal-async support", there is no code implementation of this. Async shared busses would be very useful, especially for crates which only...

+ Updates Cargo.toml to eh v1.0.0 + Updated embedded-hal-mock to v0.10.0 + Replace existing trait impls with eh v1.0.0 ones This is by no means without it's difficulties - the...

Having accidentally submitted this PR to another fork here is an actual PR to update the driver to embedded-hal v1.0.0. This PR: - Uses the new I2C trait - Switches...

As of current, this repository has no licence file. This means that any submitted code or svgs are still technically the property of the original creator, rather than open source...

As there is to my knowledge not an available DFU bootloader on esp for no_std applications, I've been attempting to implement `embassy-boot` for ESP architectures, attempting to copy the layout...

#### Is your feature request related to a problem? Please describe When in a repo with a number of different dependencies (e.g. rust+node+k8s), using a small terminal (like on the...

🌊 enhancement

- Version of `ssd1306` in use (if applicable): v0.9.0 - MCU/other hardware in use: esp32c3 - Display resolution and interface: I2C, 128x64 ## Description of the problem/feature request/other When using...