Robin Mueller
Robin Mueller
I have issues with workspaces which might be related to this plugin. More specifically, if I open neovim inside my workspace folder, everything works as expected. However, when I open...
Possible fix for https://github.com/jamesmunns/cobs.rs/issues/19 . I do not have proficient understanding of the COBS protocol yet so it would be good if this is thoroughly reviewed. I compared the Rust...
It would be nice if the `max_encoding_length` and a new `max_encoding_overhead` functions could be used when declaring and initializing buffers (e.g. encoded data buffer). I made those functions constant to...
Those were some of the easier clippy fixes. I also ran `cargo fmt`. There are a lot of `result_unit-err` lints like this one ```rust warning: this returns a `Result` -->...
Hello, Thanks for providing this board crate, it was very useful to quickly get started with OpenOCD and VS Code on my STM32F3-Disco :+1: There are newer versions available for...
Some tweaks I needed for the SWO viewer in VS code to work. Some things in the `cortex-debug` plugin changed and it is now possible to write a custom TCL...
for Compass::new and Leds::new .
status variable is not used and compiler emits a warning. I added a void cast to avoid this.
Hello, I am trying to migrate a project to RTIC v2. I managed to make everything compile now, but I am looking for a way to replace a feature which...
Hello, Thanks for providing these github actions! I am migrating my repositories and I have some repositories where I check the repository for embedded toolchains. I think a concrete example...