diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-05-31 01:12:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-31 01:12:08 +0200 |
| commit | 98398d31f7d9bbda06fbb97804ba6844298710bc (patch) | |
| tree | 16b57a460250e85955adf4187942b2b5c37caa68 | |
| parent | 4f203ae175cbd89e8b23349ae06561f33b330ac5 (diff) | |
README fixes.
| -rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
| @@ -99,13 +99,6 @@ Examples are found in the `examples/` folder seperated by the chip manufacturer | |||
| 99 | 99 | ||
| 100 | ### Running examples | 100 | ### Running examples |
| 101 | 101 | ||
| 102 | - Setup git submodules (needed for STM32 examples) | ||
| 103 | |||
| 104 | ```bash | ||
| 105 | git submodule init | ||
| 106 | git submodule update | ||
| 107 | ``` | ||
| 108 | |||
| 109 | - Install `probe-rs-cli` with defmt support. | 102 | - Install `probe-rs-cli` with defmt support. |
| 110 | 103 | ||
| 111 | ```bash | 104 | ```bash |
| @@ -123,7 +116,7 @@ cd examples/nrf52840 | |||
| 123 | For example: | 116 | For example: |
| 124 | 117 | ||
| 125 | ```bash | 118 | ```bash |
| 126 | cargo run --bin blinky | 119 | cargo run --release --bin blinky |
| 127 | ``` | 120 | ``` |
| 128 | 121 | ||
| 129 | ## Developing Embassy with Rust Analyzer based editors | 122 | ## Developing Embassy with Rust Analyzer based editors |
