Skip to content

Commit 69794a1

Browse files
committed
Add riscv-alloc and riscv-semihosting crates.
1 parent fb44ca2 commit 69794a1

File tree

5 files changed

+22
-7
lines changed

5 files changed

+22
-7
lines changed

.gitmodules

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
[submodule "hifive"]
22
path = hifive
3-
url = https://github.com/dvc94ch/hifive
3+
url = https://github.com/riscv-rust/hifive
4+
[submodule "e310x"]
5+
path = e310x
6+
url = https://github.com/riscv-rust/e310x
47
[submodule "riscv-rt"]
58
path = riscv-rt
6-
url = https://github.com/dvc94ch/riscv-rt
9+
url = https://github.com/riscv-rust/riscv-rt
710
[submodule "riscv"]
811
path = riscv
9-
url = https://github.com/dvc94ch/riscv
10-
[submodule "e310x"]
11-
path = e310x
12-
url = https://github.com/dvc94ch/e310x
12+
url = https://github.com/riscv-rust/riscv
13+
[submodule "riscv-semihosting"]
14+
path = riscv-semihosting
15+
url = https://github.com/riscv-rust/riscv-semihosting
16+
[submodule "riscv-alloc"]
17+
path = riscv-alloc
18+
url = https://github.com/riscv-rust/riscv-alloc
1319
[submodule "riscv-rust-quickstart"]
1420
path = riscv-rust-quickstart
15-
url = https://github.com/dvc94ch/riscv-rust-quickstart
21+
url = https://github.com/riscv-rust/riscv-rust-quickstart

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ authors = ["David Craven <david@craven.ch>"]
99
embedded-hal = { git = "https://github.com/japaric/embedded-hal", rev = "7d904f515d15fd5fe7ea34e18820ea83e2651fa2" }
1010
nb = { git = "https://github.com/japaric/nb" }
1111
hifive = { path = "hifive" }
12+
#riscv-alloc = { path = "riscv-alloc" }
13+
riscv-semihosting = { path = "riscv-semihosting" }
1214
riscv-rust-quickstart = { path = "riscv-rust-quickstart" }
1315

1416
[profile.release]

riscv-alloc

Submodule riscv-alloc added at 1cf5c24

riscv-semihosting

Submodule riscv-semihosting added at cb1afe4

0 commit comments

Comments
 (0)