rust-embedded / book

Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
https://docs.rust-embedded.org/book/
Apache License 2.0
1.08k stars 173 forks source link

Point to the new target docs #370

Open jonathanpallant opened 3 months ago

jonathanpallant commented 3 months ago

https://doc.rust-lang.org/nightly/rustc/platform-support/arm-none-eabi.html has been updated to have detailed documentation for every Arm Cortex-M related bare-metal target.

We should link to that from https://docs.rust-embedded.org/book/intro/install.html rather than try and replicate it.