2018-08-12 13:40:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-01 14:41:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel8"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-08-12 13:40:11 +00:00
|
|
|
"raspi3_boot 0.1.0",
|
2018-07-16 19:24:33 +00:00
|
|
|
"register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-01 14:41:31 +00:00
|
|
|
]
|
|
|
|
|
2018-04-10 19:26:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "panic-abort"
|
2018-06-17 11:40:30 +00:00
|
|
|
version = "0.2.0"
|
2018-04-10 19:26:09 +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"
|
|
|
|
|
2018-04-01 14:41:31 +00:00
|
|
|
[[package]]
|
2018-08-12 13:40:11 +00:00
|
|
|
name = "raspi3_boot"
|
2018-04-01 14:41:31 +00:00
|
|
|
version = "0.1.0"
|
2018-04-10 19:26:09 +00:00
|
|
|
dependencies = [
|
2018-08-12 13:40:11 +00:00
|
|
|
"cortex-a 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:40:30 +00:00
|
|
|
"panic-abort 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-10 19:26:09 +00:00
|
|
|
"r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-04-01 14:41:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
2018-07-16 19:24:33 +00:00
|
|
|
name = "register"
|
|
|
|
version = "0.1.1"
|
2018-04-01 14:41:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-16 19:24:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"tock-registers 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-04-01 14:41:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
2018-07-16 19:24:33 +00:00
|
|
|
name = "tock-registers"
|
|
|
|
version = "0.1.0"
|
2018-04-01 14:41:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[metadata]
|
2018-08-12 13:40:11 +00:00
|
|
|
"checksum cortex-a 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24174fbfe16d46844856c0f5e16ee15f7adbacfd87cb0148d34463dd34b54eeb"
|
2018-06-17 11:40:30 +00:00
|
|
|
"checksum panic-abort 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6bc796c620f27056d4ffe7c558533fd67ae5af0fd8e919fbe38de803368af73e"
|
2018-04-10 19:26:09 +00:00
|
|
|
"checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
|
2018-07-16 19:24:33 +00:00
|
|
|
"checksum register 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e985243ba7e1c336b62444ef2a10d7bd87cf41a222285ae3de605c859006479"
|
|
|
|
"checksum tock-registers 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2acc33f980e23cee18d234a32d0637fbc1ea55e13ab04012fa857b899fa1b7a9"
|