Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from orangecms/main
Browse files Browse the repository at this point in the history
crate: add critical section and rt dependencies and feature
  • Loading branch information
luojia65 committed Jan 24, 2023
2 parents 6b0cbc3 + 69c9efd commit 7a5bbc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@ categories = ["embedded", "hardware-support", "no-std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
critical-section = { version = "1.0", optional = true }
riscv-rt = { version = "0.11.0", optional = true }
riscv = "0.10.1"
vcell = "0.1.3"

[features]
rt = ["riscv-rt"]

0 comments on commit 7a5bbc8

Please sign in to comment.