cortex-m-quickstart
cortex-m-quickstart copied to clipboard
Template to develop bare metal applications for Cortex-M microcontrollers
I tried today to understand what all the differences of this template are compared to a `cargo new`. When I read that in principle build.rs is not needed, only in...
The doc comment at [the top of crash.rs](https://github.com/rust-embedded/cortex-m-quickstart/blob/master/examples/crash.rs#L28-L41) makes it seem like the target hardware should print out the ExceptionFrame to the semihosting console on crash. I was following along...
FYI - I've added steps that add some extra steps that I needed to do from Chapter 2.2 from the book and was able to reproduce on a clean Linux...