aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-31 01:12:08 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-31 01:12:08 +0200
commit98398d31f7d9bbda06fbb97804ba6844298710bc (patch)
tree16b57a460250e85955adf4187942b2b5c37caa68 /README.md
parent4f203ae175cbd89e8b23349ae06561f33b330ac5 (diff)
README fixes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/README.md b/README.md
index b65dcbe15..315d247ee 100644
--- a/README.md
+++ b/README.md
@@ -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
105git submodule init
106git 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
123For example: 116For example:
124 117
125```bash 118```bash
126cargo run --bin blinky 119cargo run --release --bin blinky
127``` 120```
128 121
129## Developing Embassy with Rust Analyzer based editors 122## Developing Embassy with Rust Analyzer based editors