diff options
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: |
