Skip to content

Commit

Permalink
feat(d1-pac)!: bump svd2rust to v0.31.1
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This bumps svd2rust to v0.31.1, which changes the
generated code in a way that is not backwards compatible.
  • Loading branch information
duskmoon314 committed Nov 28, 2023
1 parent 9e2e9e8 commit 566c134
Show file tree
Hide file tree
Showing 1,148 changed files with 53,591 additions and 73,518 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
resolver = "2"
members = ["d1-pac", "r528-pac", "xr806-pac", "v853-pac", "xtask"]
1 change: 0 additions & 1 deletion d1-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ include = ["src/**/*", "README.md", "device.x", "build.rs"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bare-metal = "1.0.0"
riscv = "0.10.1"
vcell = "0.1.3"

Expand Down
1 change: 1 addition & 0 deletions d1-pac/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![doc = r" Builder file for Peripheral access crate generated by svd2rust tool"]
use std::env;
use std::fs::File;
use std::io::Write;
Expand Down
Loading

0 comments on commit 566c134

Please sign in to comment.