2018-10-01 19:55:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
2018-12-22 19:06:35 +00:00
|
|
|
version = "2.3.1"
|
2018-10-01 19:55:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-22 19:06:35 +00:00
|
|
|
"register 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 19:55:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel8"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-12-22 19:06:35 +00:00
|
|
|
"cortex-a 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 19:55:20 +00:00
|
|
|
"raspi3_boot 0.1.0",
|
2018-12-22 19:06:35 +00:00
|
|
|
"register 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 19:55:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic-abort"
|
2018-10-02 21:47:09 +00:00
|
|
|
version = "0.3.1"
|
2018-10-01 19:55:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r0"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raspi3_boot"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-12-22 19:06:35 +00:00
|
|
|
"cortex-a 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 21:47:09 +00:00
|
|
|
"panic-abort 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 19:55:20 +00:00
|
|
|
"r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "register"
|
2018-12-22 19:06:35 +00:00
|
|
|
version = "0.3.2"
|
2018-10-01 19:55:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-22 19:06:35 +00:00
|
|
|
"tock-registers 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-01 19:55:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
2018-12-22 19:06:35 +00:00
|
|
|
version = "0.3.0"
|
2018-10-01 19:55:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[metadata]
|
2018-12-22 19:06:35 +00:00
|
|
|
"checksum cortex-a 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12425c4491f31f28f539c74382ade69ee9db4f1f597aa177f43e072595562e46"
|
2018-10-02 21:47:09 +00:00
|
|
|
"checksum panic-abort 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c14a66511ed17b6a8b4256b868d7fd207836d891db15eea5195dbcaf87e630f"
|
2018-10-01 19:55:20 +00:00
|
|
|
"checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
|
2018-12-22 19:06:35 +00:00
|
|
|
"checksum register 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a0f44a6dc9a98359515541a0c46ef4e3630a30879c1d7a4038f31dd533570bfb"
|
|
|
|
"checksum tock-registers 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c758f5195a2e0df9d9fecf6f506506b2766ff74cf64db1e995c87e2761a5c3e2"
|