Skip to content

Commit

Permalink
Merge #557
Browse files Browse the repository at this point in the history
557: Mention actually required version of svd2rust r=adamgreig a=sirhcel

Issue #547 mentions this but it would be nice to have this information in this prominent place. Version 0.17.0 works for me.

Co-authored-by: Christian Meusel <[email protected]>
  • Loading branch information
bors[bot] and sirhcel authored May 28, 2021
2 parents 297f4e0 + 50d3e25 commit 18ae6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ contain the latest patches and updates.

## Generating Device Crates / Building Locally

* Install `svd2rust`: `cargo install svd2rust`
* Install `svd2rust`: `cargo install --version 0.17.0 svd2rust`
* Install `form`: `cargo install form`
* Install rustfmt: `rustup component add rustfmt`
* Install svdtools: `pip install --user svdtools`
Expand Down

0 comments on commit 18ae6fe

Please sign in to comment.