Skip to content

Commit

Permalink
Merge #718
Browse files Browse the repository at this point in the history
718: svd2rust 0.22.2 r=adamgreig a=burrbull



Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
  • Loading branch information
bors[bot] and burrbull committed Apr 14, 2022
2 parents ba4c50a + 0bdb355 commit e47611a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

env:
SVDTOOLS_VERSION: 0.2.1
SVD2RUST_VERSION: 0.22.1
SVD2RUST_VERSION: 0.22.2
FORM_VERSION: 0.8.0

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build nightlies

env:
SVDTOOLS_VERSION: 0.2.1
SVD2RUST_VERSION: 0.22.1
SVD2RUST_VERSION: 0.22.2
FORM_VERSION: 0.8.0

on:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [Unreleased]

* Replace python svd tools with rust alternatives
* Updated to svd2rust 0.22
* Updated to svd2rust 0.22.2
* `SVDTOOLS` env value for specifying patching tool

Family-specific:
Expand Down
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 --version 0.22.1 svd2rust`
* Install `svd2rust`: `cargo install --version 0.22.2 svd2rust`
* Install `form`: `cargo install form`
* Install rustfmt: `rustup component add rustfmt`
* Install svdtools: `pip install --user svdtools`
Expand Down
2 changes: 1 addition & 1 deletion scripts/makecrates.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import yaml

VERSION = "0.14.0"
SVD2RUST_VERSION = "0.22.1"
SVD2RUST_VERSION = "0.22.2"

CRATE_DOC_FEATURES = {
"stm32f0": ["rt", "stm32f0x0", "stm32f0x1", "stm32f0x2", "stm32f0x8"],
Expand Down

0 comments on commit e47611a

Please sign in to comment.