aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: