Results 25 comments of Sean Link

@leslielg Any chance you can share your configs for your setup?

This solution is somewhat out of date. The API for gdbgui has changed. ``` gdbgui --version ``` ``` 0.14.0.2 ``` trying to modify the tutorial [here](https://ferrous-systems.com/blog/graphical-embedded-rust-debugging/) to match the current...

Kinda a similar question... Is using bootstrap by just modifying the class attributes within the html macros okay? Does bootstrap interact with the DOM in a way that could not...

@MartinKavik Could this work within an [electron application](https://www.electronjs.org/)? I am guessing you would not get access to the file system because the framework is only designed to target wasm.

@MartinKavik. Thanks for the reply. Tauri looks pretty cool. Definitely something I will keep my eye on.

So I installed against the branch you suggested. I was able to install but now I am unable to launch a rtt terminal. Using `cargo embed` I get ``` Config...

Hi @Sh3Rm4n, @dfrankland, and @ra-kete . I am currently in the job market. Hoping to get a job that is remote, works with embedded, and utilizes Rust. I would love...

Are there any tradeoffs to setting the resolution to `u16::MAX`. If not perhaps the solution does not need to be exposed to the user of the library.

@eine putting the wait statement just after the check manage to solve my issue. Thank you. Should the ticket remain open until a comment is put into documentation?

Hang on. While adding these wait statements do improve the output of the timing diagram, it also causes the unit tests to fail. **Steps to reproduce** ``` cd $HOME git...