From 88eb8599b32f02410ee8c67040cda55189103495 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 28 May 2018 18:27:54 +0200 Subject: [PATCH] link to cortex_m_quickstart The cortex_m_quickstart documentation was what helped me most in getting started, I think it's worth a mention. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f999e8..5476f79 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption ## Books, blogs and training materials - [Discovery](https://japaric.github.io/discovery/) by @japaric — this book is an introductory course on microcontroller-based embedded systems that uses Rust as the teaching language. +- [Cortex-M Quickstart](https://docs.rs/cortex-m-quickstart/0.3.1/cortex_m_quickstart/) by @japaric – a template and introduction to embedded Rust, suitable for developers familiar to embedded development but new to embedded Rust. - [Exploring Rust on Teensy](https://branan.github.io/teensy/) by @branan — Beginner set of articles on getting into embedded dev in Rust. - [Pragmatic Bare Metal Rust](http://www.hashmismatch.net/pragmatic-bare-metal-rust/) A starter article about starting Rust development on STM32 microcontrollers (cubeMX + FFI). - [Using Rust in an Embedded Project: A Simple Example](https://spin.atomicobject.com/2016/07/08/rust-embedded-project-example/#.V3-os-6qlZw.hackernews) Article and some links on setting up Rust cross-compiling.