aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Greig <[email protected]>2023-07-22 21:58:29 +0100
committerAdam Greig <[email protected]>2023-07-22 21:58:29 +0100
commitfbe30b2453a4bdbacd091aa1804b416bcb4e0706 (patch)
treeb49fa32fdb079a6b80cc672b81d752d132bf6551 /README.md
parent603ea9f31039f3c25a5314f53c2d8f8bcabe16af (diff)
Add notes about setting chip name correctly for examples.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b05e55aa5..28407b8bc 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,12 @@ cargo install probe-rs --features cli
111cd examples/nrf52840 111cd examples/nrf52840
112``` 112```
113 113
114- Ensure `Cargo.toml` sets the right feature for the name of the chip you are programming.
115 If this name is incorrect, the example may fail to run or immediately crash
116 after being programmed.
117
118- Ensure `.cargo/config.toml` contains the name of the chip you are programming.
119
114- Run the example 120- Run the example
115 121
116For example: 122For example: