aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example.md
diff options
context:
space:
mode:
authorJonas Jacobsson <01joja@gmail.com>2022-09-27 15:29:03 +0000
committerJonas Jacobsson <01joja@gmail.com>2022-09-27 15:29:03 +0000
commitccbaea82aa6a55f6774b6eccad975382900f86d9 (patch)
tree0657a1d117372cb31637bfdc8e63de59bdcd1847 /book/en/src/by-example.md
parentb87fca3d21d92018ac4d50b200cf8e77cb577028 (diff)
.toml and note aboute target
Diffstat (limited to 'book/en/src/by-example.md')
-rw-r--r--book/en/src/by-example.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md
index 3a523e5..419a4ba 100644
--- a/book/en/src/by-example.md
+++ b/book/en/src/by-example.md
@@ -30,3 +30,9 @@ Yields this output:
``` console
{{#include ../../../ci/expected/locals.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`. \ No newline at end of file