README fixes.

This commit is contained in:
Dario Nieuwenhuis 2023-05-31 01:12:08 +02:00
parent 4f203ae175
commit 98398d31f7

View File

@ -99,13 +99,6 @@ Examples are found in the `examples/` folder seperated by the chip manufacturer
### Running examples ### Running examples
- Setup git submodules (needed for STM32 examples)
```bash
git submodule init
git submodule update
```
- Install `probe-rs-cli` with defmt support. - Install `probe-rs-cli` with defmt support.
```bash ```bash
@ -123,7 +116,7 @@ cd examples/nrf52840
For example: For example:
```bash ```bash
cargo run --bin blinky cargo run --release --bin blinky
``` ```
## Developing Embassy with Rust Analyzer based editors ## Developing Embassy with Rust Analyzer based editors