Skip to content

svd2rust 0.30 #871

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

Merged
merged 1 commit into from
Aug 20, 2023
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 `makehtml.py` with `svd2html`
* Updated to svd2rust 0.29.0, svdtools 0.3.0, use tools binaries for CI
* Updated to svd2rust 0.30.0, svdtools 0.3.0, use tools binaries for CI
* Enable atomic operations on register support, Rust edition 2021 (#846)
* files in devices/common_patches moved to subdirectories
* remove excutable file perm bit from yaml file ([#854])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ contain the latest patches and updates.
* Otherwise, build using `cargo` (double check versions against `scripts/tool_install.sh`):
* `cargo install form --version 0.10.0`
* `cargo install svdtools --version 0.3.0`
* `cargo install svd2rust --version 0.29.0`
* `cargo install svd2rust --version 0.30.0`
* `cargo install svd2html --version 0.1.3`
* Install rustfmt: `rustup component add rustfmt`
* Generate patched SVD files: `make patch` (you probably want `-j` for all `make` invocations)
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.15.1"
SVD2RUST_VERSION = "0.29.0"
SVD2RUST_VERSION = "0.30.0"

CRATE_DOC_FEATURES = {
"stm32c0": ["critical-section", "rt", "stm32c011", "stm32c031"],
Expand Down
2 changes: 1 addition & 1 deletion scripts/tool_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

FORM_VERSION="${FORM_VERSION:-v0.10.0}"
SVDTOOLS_VERSION="${SVDTOOLS_VERSION:-v0.3.0}"
SVD2RUST_VERSION="${SVD2RUST_VERSION:-v0.29.0}"
SVD2RUST_VERSION="${SVD2RUST_VERSION:-v0.30.0}"
SVD2HTML_VERSION="${SVD2HTML_VERSION:-v0.1.3}"

case "${1:-}" in
Expand Down
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