discovery
discovery copied to clipboard
Discover the world of microcontrollers through Rust!
This is currently a work in progress. Update the crate versions to the latest versions as I work my way through the book. I plan on squasing the commits into...
I created this project template for people to use to start a new project with for the Micro:bit V2. https://github.com/CodingInGreen/microbit-v2-project-template Might be a good idea to add this or something...
Running on Kali Linux I'm able to build and flash the code. Once I try to debug, I get the following: ``` (gdb) target remote :1337 Remote debugging using :1337...
In Ubuntu, installing probe-rs-tools with cargo as indicated at https://github.com/rust-embedded/discovery/blob/71004431ef2ec0663f137a7a6262f8e5e1be458d/microbit/src/03-setup/README.md?plain=1#L72 fails with an error: error[E0252]: the name `FromBytes` is defined multiple times According to the latest probe-rs release notes, the...
Hello, I want to contribute my solution about a problem trouble me a few months. When STM32F freeze and not responding to Linux kernel, so kernel think it dead, reconnect...
# [Chapter 7.3] Example for UART comm with `core::fmt::Write` not working out of the box _Platform: micro:bit v2_ _checked out commit: b48fe4a_ ## Issue So i was working myself through...
I am new in the rust language and I was just using this github repository as my guide. I like to write my code instead of just pulling it from...
Would it be possible to add the "monitor reset halt" command right after """ (gdb) break main Breakpoint 1 at 0x104: file src/05-led-roulette/src/main.rs, line 9. Note: automatically using hardware breakpoints...
Following [Setting Up page](https://docs.rust-embedded.org/discovery/microbit/03-setup/index.html), the tools versions are specified in _pinned fashion.._ Example: ``` ... $ cargo install cargo-binutils --vers 0.3.3 $ cargo size --version cargo-size 0.3.3 ``` Are these...
### The Issue I had trouble using **minicom** because it's not obvious which keyboard key corresponds to **Meta.** I tried various keys such as CNTRL, CMD, & Option but nothing...