Skip to content

Commit 39185c1

Browse files
authored
Merge pull request #871 from burrbull/s2r30
svd2rust 0.30
2 parents 772268a + 778c2d1 commit 39185c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## [Unreleased]
44

55
* Replace `makehtml.py` with `svd2html`
6-
* Updated to svd2rust 0.29.0, svdtools 0.3.0, use tools binaries for CI
6+
* Updated to svd2rust 0.30.0, svdtools 0.3.0, use tools binaries for CI
77
* Enable atomic operations on register support, Rust edition 2021 (#846)
88
* files in devices/common_patches moved to subdirectories
99
* remove excutable file perm bit from yaml file ([#854])

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ contain the latest patches and updates.
9898
* Otherwise, build using `cargo` (double check versions against `scripts/tool_install.sh`):
9999
* `cargo install form --version 0.10.0`
100100
* `cargo install svdtools --version 0.3.0`
101-
* `cargo install svd2rust --version 0.29.0`
101+
* `cargo install svd2rust --version 0.30.0`
102102
* `cargo install svd2html --version 0.1.3`
103103
* Install rustfmt: `rustup component add rustfmt`
104104
* Generate patched SVD files: `make patch` (you probably want `-j` for all `make` invocations)

scripts/makecrates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import yaml
1818

1919
VERSION = "0.15.1"
20-
SVD2RUST_VERSION = "0.29.0"
20+
SVD2RUST_VERSION = "0.30.0"
2121

2222
CRATE_DOC_FEATURES = {
2323
"stm32c0": ["critical-section", "rt", "stm32c011", "stm32c031"],

scripts/tool_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
FORM_VERSION="${FORM_VERSION:-v0.10.0}"
66
SVDTOOLS_VERSION="${SVDTOOLS_VERSION:-v0.3.0}"
7-
SVD2RUST_VERSION="${SVD2RUST_VERSION:-v0.29.0}"
7+
SVD2RUST_VERSION="${SVD2RUST_VERSION:-v0.30.0}"
88
SVD2HTML_VERSION="${SVD2HTML_VERSION:-v0.1.3}"
99

1010
case "${1:-}" in

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy