2018-04-11 13:48:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-a"
|
2018-10-02 21:47:09 +00:00
|
|
|
version = "2.2.1"
|
2018-04-11 13:48:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-04-19 16:45:28 +00:00
|
|
|
dependencies = [
|
2018-08-23 22:13:53 +00:00
|
|
|
"register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 16:45:28 +00:00
|
|
|
]
|
2018-04-11 13:48:16 +00:00
|
|
|
|
2018-04-04 19:46:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel8"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-10-02 21:47:09 +00:00
|
|
|
"cortex-a 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-12 13:40:11 +00:00
|
|
|
"raspi3_boot 0.1.0",
|
2018-08-23 21:53:55 +00:00
|
|
|
"register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 19:46:35 +00:00
|
|
|
]
|
|
|
|
|
2018-04-10 19:26:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "panic-abort"
|
2018-10-02 21:47:09 +00:00
|
|
|
version = "0.3.1"
|
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-04 19:46:35 +00:00
|
|
|
[[package]]
|
2018-08-12 13:40:11 +00:00
|
|
|
name = "raspi3_boot"
|
2018-04-04 19:46:35 +00:00
|
|
|
version = "0.1.0"
|
2018-04-10 19:26:09 +00:00
|
|
|
dependencies = [
|
2018-10-02 21:47:09 +00:00
|
|
|
"cortex-a 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"panic-abort 0.3.1 (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-04 19:46:35 +00:00
|
|
|
|
2018-08-23 21:53:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "register"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"tock-registers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tock-registers"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-04 19:46:35 +00:00
|
|
|
[metadata]
|
2018-10-02 21:47:09 +00:00
|
|
|
"checksum cortex-a 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe913628f34718bc9e7d0d07e13ca1374638f64f0edc6eb063ec8abe581d395d"
|
|
|
|
"checksum panic-abort 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c14a66511ed17b6a8b4256b868d7fd207836d891db15eea5195dbcaf87e630f"
|
2018-04-10 19:26:09 +00:00
|
|
|
"checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
|
2018-08-23 21:53:55 +00:00
|
|
|
"checksum register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "157a11ac0b1882ff4a527a92f911dd288df17367faaaa0c36f188cd61ec36fc1"
|
|
|
|
"checksum tock-registers 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a385d94f3f62e60445a0adb9ff8d9621faa272234530d4c0f848ec98f88e316"
|