|
@@ -14,6 +14,12 @@ version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "cfg-if"
|
|
|
|
+version = "1.0.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "critical-section"
|
|
name = "critical-section"
|
|
version = "1.1.2"
|
|
version = "1.1.2"
|
|
@@ -48,6 +54,27 @@ version = "0.4.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "naked-function"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "3b8d5fca6ab1e6215b010aefd3b9ac5aae369dae0faea3a7f34f296cc9f719ac"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cfg-if",
|
|
|
|
+ "naked-function-macro",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "naked-function-macro"
|
|
|
|
+version = "0.1.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5b4123e70df5fe0bb370cff166ae453b9c5324a2cfc932c0f7e55498147a0475"
|
|
|
|
+dependencies = [
|
|
|
|
+ "proc-macro2",
|
|
|
|
+ "quote",
|
|
|
|
+ "syn",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "panic-halt"
|
|
name = "panic-halt"
|
|
version = "0.2.0"
|
|
version = "0.2.0"
|
|
@@ -132,6 +159,19 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustsbi-supervisor"
|
|
name = "rustsbi-supervisor"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "naked-function",
|
|
|
|
+ "sbi-rt",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "sbi-rt"
|
|
|
|
+version = "0.0.3"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "7fbaa69be1eedc61c426e6d489b2260482e928b465360576900d52d496a58bd0"
|
|
|
|
+dependencies = [
|
|
|
|
+ "sbi-spec",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sbi-spec"
|
|
name = "sbi-spec"
|