From ccbaea82aa6a55f6774b6eccad975382900f86d9 Mon Sep 17 00:00:00 2001 From: Jonas Jacobsson <01joja@gmail.com> Date: Tue, 27 Sep 2022 15:29:03 +0000 Subject: .toml and note aboute target --- book/en/src/by-example/app_init.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'book/en/src/by-example/app_init.md') diff --git a/book/en/src/by-example/app_init.md b/book/en/src/by-example/app_init.md index 615c299..22c4a28 100644 --- a/book/en/src/by-example/app_init.md +++ b/book/en/src/by-example/app_init.md @@ -28,9 +28,3 @@ Running the example will print `init` to the console and then exit the QEMU proc $ cargo run --target thumbv7m-none-eabi --example init {{#include ../../../../ci/expected/init.run}} ``` - -> **NOTE**: You can choose target device by passing a target -> triple to cargo (e.g. `cargo run --example init --target thumbv7m-none-eabi`) or -> configure a default target in `.cargo/config.toml`. -> -> For running the examples, we use a Cortex M3 emulated in QEMU, so the target is `thumbv7m-none-eabi`. -- cgit v1.2.3