Skip to content

Commit

Permalink
deps: bump d1-pac to 0.0.30, activate riscv critical-section feature
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Oct 25, 2022
1 parent 1a6926d commit d034764
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ version = "0.1.0"
edition = "2021"

[dependencies]
#riscv = { version = "=0.8.0" }
#riscv-rt = "=0.9.0"
riscv = { git = "https://github.com/rust-embedded/riscv" }
# Waiting for release: https://github.com/rust-embedded/riscv/pull/110
#riscv = { version = "=0.9.0", features = ["critical-section-single-hart"] }
riscv = { git = "https://github.com/rust-embedded/riscv", features = ["critical-section-single-hart"] }

# Waiting for release: https://github.com/rust-embedded/riscv-rt/issues/102
#riscv-rt = { version = "=0.9.0" }
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt" }

d1-pac = { version = "=0.0.30", features = ["critical-section"] }
#d1-pac = { git = "https://github.com/duskmoon314/aw-pac" }
#d1-pac = { git = "https://github.com/antoinevg/aw-pac", branch = "antoinevg/i2s" }
d1-pac = { path = "../upstream/aw-pac.git/d1-pac" }
#d1-pac = { path = "../upstream/aw-pac.git/d1-pac" }

panic-halt = "=0.2.0"

[profile.dev]
Expand Down

0 comments on commit d034764

Please sign in to comment.