Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svd2rust 0.23 #726

Merged
merged 1 commit into from Apr 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -2,7 +2,7 @@ name: CI

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

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

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

on:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

* Added missing TIMx:CR1:OPM, removed unused CNT_H, ARR_H, CCR_H
* Replace python svd tools with rust alternatives
* Updated to svd2rust 0.22.2
* Updated to svd2rust 0.23.0
* `SVDTOOLS` env value for specifying patching tool

Family-specific:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ contain the latest patches and updates.

## Generating Device Crates / Building Locally

* Install `svd2rust`: `cargo install --version 0.22.2 svd2rust`
* Install `svd2rust`: `cargo install --version 0.23.0 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
Expand Up @@ -17,7 +17,7 @@
import yaml

VERSION = "0.14.0"
SVD2RUST_VERSION = "0.22.2"
SVD2RUST_VERSION = "0.23.0"

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