Skip to content
Snippets Groups Projects
Commit 2b054273 authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

link to Quickstart.md from the front page

parent 0942cec5
Branches
No related tags found
No related merge requests found
Are We Embedded Yet Are We Embedded Yet
===================== =====================
...@@ -161,12 +160,13 @@ Seminars ...@@ -161,12 +160,13 @@ Seminars
Finish assignment 3. Bring a USB mini cable, and/or your Cortex M dev board of choice. We will provide Nucleo 64s (STM32f401re/STM32f411re if you do not have a board.) Finish assignment 3. Bring a USB mini cable, and/or your Cortex M dev board of choice. We will provide Nucleo 64s (STM32f401re/STM32f411re if you do not have a board.)
* Topic * Topic
Embedded programming in Rust. Embedded programming in Rust. Check this [document](doc/Quickstart.md)
* xargo for building non-`std` (bare metal) systems * xargo for building non-`std` (bare metal) systems
* [cortex-m-quickstart] * `cortex-m-quickstart`, project template
* [cortex-m] * `cortex-m`, crate common to all Cortex-M devices
* [bluepill/nucleo] crates * `stm32f103xx` and `stm32f40x`, device crates
* `blue-pill` and `nucleo` board support crates
* Building and debugging your first application. * Building and debugging your first application.
* Assignment * Assignment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment