Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ some of the key embedded rust functionality.
[`cortex-m-quickstart`]: https://github.com/rust-embedded/cortex-m-quickstart

### Using `cargo-generate`
> **NOTE** The referenced repo has been deprecated, see https://github.com/rust-embedded/book/issues/396.
> Temporary workaround can be found under Using git

First install cargo-generate
```console
cargo install cargo-generate
Expand Down Expand Up @@ -52,6 +55,13 @@ git clone https://github.com/rust-embedded/cortex-m-quickstart app
cd app
```

> **NOTE** The referenced repo has been deprecated, see https://github.com/rust-embedded/book/issues/396.
> Temporary workaround is to, after cloning, checking out the commit prior to
> it being deprecated.
>```console
>git checkout ac02415275d0190a1a7aa730ec2b0bdf7c3ef88f
>```

And then fill in the placeholders in the `Cargo.toml` file

```toml
Expand Down