Skip to content

Commit 69a9bb1

Browse files
committed
rust: Vendor rtt-target and cortex-m crates
1 parent 4e3ec4b commit 69a9bb1

File tree

214 files changed

+23651
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+23651
-22
lines changed

src/rust/Cargo.lock

Lines changed: 124 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/bitbox02-rust-c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ app-u2f = [
9696
app-cardano = [
9797
# enable this feature in the deps
9898
"bitbox02-rust/app-cardano",
99-
]
99+
]

src/rust/util/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ license = "Apache-2.0"
2222

2323
[dependencies]
2424
num-bigint = { workspace = true, default-features = false }
25+
rtt-target = { version = "0.5.0", optional = true }
26+
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"], optional = true }

src/rust/vendor/bare-metal/.cargo-checksum.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/vendor/bare-metal/CHANGELOG.md

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/vendor/bare-metal/Cargo.toml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)