diff options
| author | Adam Greig <[email protected]> | 2023-07-22 21:58:29 +0100 |
|---|---|---|
| committer | Adam Greig <[email protected]> | 2023-07-22 21:58:29 +0100 |
| commit | fbe30b2453a4bdbacd091aa1804b416bcb4e0706 (patch) | |
| tree | b49fa32fdb079a6b80cc672b81d752d132bf6551 /README.md | |
| parent | 603ea9f31039f3c25a5314f53c2d8f8bcabe16af (diff) | |
Add notes about setting chip name correctly for examples.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -111,6 +111,12 @@ cargo install probe-rs --features cli | |||
| 111 | cd examples/nrf52840 | 111 | cd 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 | ||
| 116 | For example: | 122 | For example: |
