diff options
Diffstat (limited to 'README.md')
| -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 |
