discovery
discovery copied to clipboard
Discover the world of microcontrollers through Rust!
https://japaric.github.io/discovery/03-setup/linux.html Typically those things belong to dialout on my systems, but as far as I can tell there is no uucp group by default on my machine
While reading through chapter 3 of the micro:bit book has language that suggests there should be multiple documents in the [Documents](https://github.com/rust-embedded/discovery/blob/master/microbit/src/03-setup/README.md#documentation) section. I am working through the book and will...
This could be a good alternative https://github.com/knurling-rs/probe-run
Up until this chapter I was able to code along. cargo run throws an error for this chapter and onward. ```test agradina@pop-os:~/discovery/f3discovery/src/07-registers$ cargo run Finished dev [unoptimized + debuginfo] target(s)...
log: ```rust ➜ discovery git:(gh-pages) ✗ cd microbit/05-led-roulette ➜ 05-led-roulette git:(gh-pages) ✗ cargo embed --features v2 --target thumbv7em-none-eabihf Finished dev [unoptimized + debuginfo] target(s) in 0.31s Config default Target /Users/jameszow/Documents/RustWorkSpace/discovery/microbit/05-led-roulette/target/thumbv7em-none-eabihf/debug/led-roulette...
On MacOS `meta` generally refers to the class of modifier keys, not any particular one. In Minicom it means `esc`, but this is not obvious and could cause some confusion....
3.4 Verifying the installation - doesn't work for me. I have a bbc micro v2. and installed all the required stuff for windows when running: `cargo embed --target thumbv7em-none-eabihf` -...
I am getting the above error for 05-led-roulette when running cargo embed --feature v2 --target thumbv7em-non-eabihf