aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/getting_started.adoc
diff options
context:
space:
mode:
authorjrmoulton <[email protected]>2025-06-10 15:47:54 -0600
committerjrmoulton <[email protected]>2025-06-10 15:48:36 -0600
commitcfad9798ff99d4de0571a512d156b5fe1ef1d427 (patch)
treefc3bf670f82d139de19466cddad1e909db7f3d2e /docs/pages/getting_started.adoc
parentfc342915e6155dec7bafa3e135da7f37a9a07f5c (diff)
parent6186d111a5c150946ee5b7e9e68d987a38c1a463 (diff)
merge new embassy changes
Diffstat (limited to 'docs/pages/getting_started.adoc')
-rw-r--r--docs/pages/getting_started.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/getting_started.adoc b/docs/pages/getting_started.adoc
index 017409018..d1f65a885 100644
--- a/docs/pages/getting_started.adoc
+++ b/docs/pages/getting_started.adoc
@@ -66,7 +66,7 @@ If everything worked correctly, you should see a blinking LED on your board, and
66[source] 66[source]
67---- 67----
68 Finished dev [unoptimized + debuginfo] target(s) in 1m 56s 68 Finished dev [unoptimized + debuginfo] target(s) in 1m 56s
69 Running `probe-run --chip STM32F407VGTx target/thumbv7em-none-eabi/debug/blinky` 69 Running `probe-rs run --chip STM32F407VGTx target/thumbv7em-none-eabi/debug/blinky`
70(HOST) INFO flashing program (71.36 KiB) 70(HOST) INFO flashing program (71.36 KiB)
71(HOST) INFO success! 71(HOST) INFO success!
72──────────────────────────────────────────────────────────────────────────────── 72────────────────────────────────────────────────────────────────────────────────
@@ -86,7 +86,7 @@ NOTE: How does the `+cargo run+` command know how to connect to our board and pr
86 86
87=== It didn’t work! 87=== It didn’t work!
88 88
89If you hare having issues when running `+cargo run --release+`, please check the following: 89If you are having issues when running `+cargo run --release+`, please check the following:
90 90
91* You are specifying the correct `+--chip+` on the command line, OR 91* You are specifying the correct `+--chip+` on the command line, OR
92* You have set `+.cargo/config.toml+`’s run line to the correct chip, AND 92* You have set `+.cargo/config.toml+`’s run line to the correct chip, AND