Skip to content

Commit 51066b5

Browse files
committed
prepare for riscv
1 parent 205b197 commit 51066b5

File tree

24 files changed

+4
-4
lines changed

24 files changed

+4
-4
lines changed
File renamed without changes.

Cargo.toml renamed to riscv-peripheral/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition = "2021"
77

88
[dependencies]
99
embedded-hal = "1.0.0-rc.2"
10-
embedded-hal-async = { version = "1.0.0-rc.1", optional = true }
10+
# embedded-hal-async = { version = "1.0.0-rc.1", optional = true }
1111
riscv = { git = "https://github.com/rust-embedded/riscv", branch = "master" }
1212

1313
[features]
14-
hal-async = ["embedded-hal-async"]
14+
# hal-async = ["embedded-hal-async"]
1515

1616
[package.metadata.docs.rs]
1717
default-target = "riscv64imac-unknown-none-elf"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)