Skip to content

Commit b78fa3d

Browse files
committed
Add riscv-rust-quickstart to workspace.
1 parent 8e91d47 commit b78fa3d

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
[submodule "e310x"]
1111
path = e310x
1212
url = https://github.com/dvc94ch/e310x
13+
[submodule "riscv-rust-quickstart"]
14+
path = riscv-rust-quickstart
15+
url = https://github.com/dvc94ch/riscv-rust-quickstart

Cargo.lock

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ authors = ["David Craven <[email protected]>"]
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-rust-quickstart = { path = "riscv-rust-quickstart" }
1213

1314
[profile.release]
1415
debug = true

riscv-rust-quickstart

Submodule riscv-rust-quickstart added at f3c9ba5

0 commit comments

Comments
 (0)