discovery
discovery copied to clipboard
Discover the world of microcontrollers through Rust!
Dear all, I need your valuable on the following. I have tried it in both Win10 and Ubuntu18, but let me focus on Win10. My versions are: ``` rustc 1.41.0...
Not sure why I am getting this only on `--release`. Non release version has no issue. `--release` works on `gcc-arm-none-eabi-74` though. OSX 10.14 toolchain: (brew) *px4/px4/gcc-arm-none-eabi-80* rust ver: rustc 1.32.0...
On this page for the LED roulette challenge (https://rust-embedded.github.io/discovery/05-led-roulette/the-challenge.html) I had troubles when following the last tip to use the cargo run command i.c.w. openocd.gdb and .cargo/config Running the following...
Hi, I am reading through the material with great interest. I am currently in chapter 7.2 in the discovery book. I face the following problem when trying to build the...
I finished the book. I really loved it, thank you so much for taking the time to write it, it was really fun trying some embedded programming for a change....
Per https://github.com/rust-lang/rust/pull/59675, `alloc` will stabilize with Rust 1.36.0. It would be very helpful if the Discovery book was then updated to show how to use a real dynamic `Vec` when...
Can you please provide solution to `09-clocks-and-timers/for-loop-delays` ? What's the math involved?
First of all, thanks to Jorge and all those that have contributed to this excellent resource/ebook, I have thoroughly enjoyed working through it. I've found the sections about using openOCD...
AIUI, https://docs.rust-embedded.org is now considered the main reference point for embedded docs. If that's the case, please edit the GitHub repo description link from https://rust-embedded.github.io/discovery/ to https://docs.rust-embedded.org/discovery/ for consistency (even...
On the environment setup pages for Linux (pages 3.1 and 3.4), it is recommended to run `udevadm control --reload-rules` to, of course, reload the new udev rules. However, at least...