From 4e9a879cece37219760623341615d4625c483c3b Mon Sep 17 00:00:00 2001 From: Johann Hemmann Date: Fri, 26 Feb 2021 09:26:23 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1900658..a216701 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,10 @@ In `.cargo/config.toml`, pick the right compilation target for your board. +target = "thumbv7em-none-eabihf" # Cortex-M4F (with FPU) ``` -Add the target with rustup. +Add the target with `rustup`. ``` console $ rustup target add thumbv7em-none-eabihf -``` - - #### 4. Add a HAL as a dependency In `Cargo.toml`, list the Hardware Abstraction Layer (HAL) for your board as a dependency.