From 914a492886b024df854265a79896894a793f4e20 Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Wed, 18 Oct 2017 13:40:38 +0200 Subject: [PATCH] polishing --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fbe0d5b..7ff11c8 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Seminars 4. Cortex-M, are we embedded yet * Preparation - Finish assignment 3. Bring a USB mini cable. + Finish assignment 3. Bring a USB mini cable, and/or your Cortex M dev board of choice. * Topic Embedded programming in Rust. @@ -176,7 +176,7 @@ Seminars 5. Advanced Rust Concepts * Preparation - Bring a USB mini cable and your dev board. Be prepared to present the progress on assignment 3. + Be prepared to present the progress on assignment 3. * Topic Advanced Rust features, trait system and closures. @@ -200,7 +200,7 @@ Seminars * [cortex-m-rtfm](https://github.com/japaric/cortex-m-rtfm) The RTFM-core (task and resource model) in Rust for the Cortex-M family * [svd2rust](https://github.com/japaric/svd2rust) Generating - * Assignment + * Assignment 4 Implement a simple system with two tasks @@ -229,7 +229,7 @@ Seminars A component model for reactive real-time programming. We will cover the programming model and the implementation, including the `build.rs`, parsing of model files and generation of Rust code. - * Assignment + * Assignment 5 * port the assignment 4 to the RTFM-CRC model. -- GitLab