stm32-blue-pill-rust icon indicating copy to clipboard operation
stm32-blue-pill-rust copied to clipboard

Rust for STM32 Blue Pill with Visual Studio Code

Results 5 stm32-blue-pill-rust issues
Sort by recently updated
recently updated
newest added

I faced this particular problem: ``` ~/dev/rust/stm32-blue-pill-rust$ cargo check --release Compiling cortex-m-rt-macros v0.1.8 Checking panic-semihosting v0.3.0 error[E0557]: feature has been removed --> /home/adi/.cargo/registry/src/github.com-1ecc6299db9ec823/panic-semihosting-0.3.0/src/lib.rs:59:12 | 59 | #![feature(panic_implementation)] | ^^^^^^^^^^^^^^^^^^^^ feature...

It seems the preferred method for installing `openocd` on windows has changed? First of all, thanks a lot to the author for the nice step-by-step guide for both Linux and...

Hi, Thank you for your very comprehensive wiki: https://medium.com/coinmonks/coding-the-stm32-blue-pill-with-rust-and-visual-studio-code-b21615d8a20 It is great to have all the VS Code tasks set up like that. I can build successfully (after applying the...

Hi there, I am trying to follow your tutorial, however I cannot build using the current nightly. ``` Compiling stm32-blue-pill-rust v0.3.2 (/home/daniel/Documents/stm32-blue-pill-rust) error: linking with `rust-lld` failed: exit code: 1...