2019-03-18 19:56:26 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 02:32:02 +08:00
|
|
|
version = 3
|
|
|
|
|
2020-06-09 00:20:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ad9959"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"embedded-hal",
|
|
|
|
]
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "aligned"
|
2020-10-26 23:58:29 +08:00
|
|
|
version = "0.3.4"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 23:58:29 +08:00
|
|
|
checksum = "c19796bd8d477f1a9d4ac2465b464a8b1359474f06a96bb3cda650b4fca309bf"
|
2019-04-23 03:31:59 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"as-slice",
|
2019-04-23 03:31:59 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "as-slice"
|
2021-03-04 12:07:51 +08:00
|
|
|
version = "0.1.5"
|
2019-04-23 03:31:59 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 12:07:51 +08:00
|
|
|
checksum = "45403b49e3954a4b8428a0ac21a4b7afadccf92bfd96273f1a58cd4812496ae0"
|
2019-04-23 03:31:59 +08:00
|
|
|
dependencies = [
|
2021-03-04 12:07:51 +08:00
|
|
|
"generic-array 0.12.4",
|
|
|
|
"generic-array 0.13.3",
|
2020-10-26 23:58:29 +08:00
|
|
|
"generic-array 0.14.4",
|
2020-06-08 15:36:28 +08:00
|
|
|
"stable_deref_trait",
|
2019-04-23 03:31:59 +08:00
|
|
|
]
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2020-04-29 01:07:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "asm-delay"
|
2020-08-08 16:10:34 +08:00
|
|
|
version = "0.9.0"
|
2020-04-29 01:07:19 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-08 16:10:34 +08:00
|
|
|
checksum = "b9a69a963b70ddacfcd382524f72a4576f359af9334b3bf48a79566590bb8bfa"
|
2020-04-29 01:07:19 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"bitrate",
|
2021-05-27 23:53:15 +08:00
|
|
|
"cortex-m 0.7.2",
|
2020-06-08 15:36:28 +08:00
|
|
|
"embedded-hal",
|
2020-04-29 01:07:19 +08:00
|
|
|
]
|
|
|
|
|
2021-05-27 19:42:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30302dda7a66f8c55932ebf208f7def840743ff64d495e9ceffcd97c18f11d39"
|
|
|
|
dependencies = [
|
|
|
|
"cortex-m 0.7.2",
|
|
|
|
]
|
|
|
|
|
2019-10-22 21:45:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-10-26 23:58:29 +08:00
|
|
|
version = "1.0.1"
|
2019-10-22 21:45:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 23:58:29 +08:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-10-22 21:45:56 +08:00
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
2019-09-11 23:04:45 +08:00
|
|
|
version = "0.2.5"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"rustc_version",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2020-10-26 23:58:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
|
|
|
|
2020-06-09 00:20:10 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
2020-10-26 23:58:29 +08:00
|
|
|
version = "0.10.1"
|
2020-06-09 00:20:10 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 23:58:29 +08:00
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
2020-06-09 00:20:10 +08:00
|
|
|
|
2020-08-10 12:16:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-22 21:45:56 +08:00
|
|
|
version = "1.2.1"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2020-04-29 01:07:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitrate"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "c147d86912d04bef727828fda769a76ca81629a46d8ba311a8d58a26aa91473d"
|
2020-04-29 01:07:19 +08:00
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "1.4.3"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2020-04-19 19:37:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
2020-04-19 19:37:03 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"rustc_version",
|
2020-04-19 19:37:03 +08:00
|
|
|
]
|
|
|
|
|
2020-12-11 22:19:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-m"
|
2021-02-01 02:00:41 +08:00
|
|
|
version = "0.6.7"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 02:00:41 +08:00
|
|
|
checksum = "9075300b07c6a56263b9b582c214d0ff037b00d45ec9fde1cc711490c56f1bb9"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"aligned",
|
2020-10-26 23:58:29 +08:00
|
|
|
"bare-metal 0.2.5",
|
2020-08-10 12:16:19 +08:00
|
|
|
"bitfield",
|
2021-04-07 22:54:02 +08:00
|
|
|
"cortex-m 0.7.2",
|
2021-02-01 02:00:41 +08:00
|
|
|
"volatile-register",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "0.7.2"
|
2021-02-01 02:00:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "643a210c1bdc23d0db511e2a576082f4ff4dcae9d0c37f50b431b8f8439d6d6b"
|
2021-02-01 02:00:41 +08:00
|
|
|
dependencies = [
|
|
|
|
"bare-metal 0.2.5",
|
|
|
|
"bitfield",
|
|
|
|
"embedded-hal",
|
2020-06-08 15:36:28 +08:00
|
|
|
"volatile-register",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-rt"
|
2020-09-08 12:02:38 +08:00
|
|
|
version = "0.6.13"
|
2021-04-29 22:39:01 +08:00
|
|
|
source = "git+https://github.com/rust-embedded/cortex-m-rt.git?rev=a2e3ad5#a2e3ad54478c6b98e519a1b0946395d790c0b6c7"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"cortex-m-rt-macros",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-rt-macros"
|
2021-03-29 02:32:50 +08:00
|
|
|
version = "0.6.11"
|
2021-04-29 22:39:01 +08:00
|
|
|
source = "git+https://github.com/rust-embedded/cortex-m-rt.git?rev=a2e3ad5#a2e3ad54478c6b98e519a1b0946395d790c0b6c7"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2019-05-31 00:03:48 +08:00
|
|
|
[[package]]
|
2020-06-17 18:20:45 +08:00
|
|
|
name = "cortex-m-rtic"
|
2021-03-04 12:07:51 +08:00
|
|
|
version = "0.5.6"
|
2019-11-19 19:26:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 12:07:51 +08:00
|
|
|
checksum = "fa43f63284b363ac64f9ce5221a0f593b54f73258aba8e1a88c1feed8efdb664"
|
2019-05-31 00:03:48 +08:00
|
|
|
dependencies = [
|
2021-02-01 02:00:41 +08:00
|
|
|
"cortex-m 0.6.7",
|
2020-06-08 15:36:28 +08:00
|
|
|
"cortex-m-rt",
|
2020-06-17 18:20:45 +08:00
|
|
|
"cortex-m-rtic-macros",
|
2021-03-04 12:07:51 +08:00
|
|
|
"heapless 0.6.1",
|
2020-06-17 18:20:45 +08:00
|
|
|
"rtic-core",
|
|
|
|
"version_check",
|
2019-05-31 00:03:48 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-17 18:20:45 +08:00
|
|
|
name = "cortex-m-rtic-macros"
|
2020-08-28 12:15:56 +08:00
|
|
|
version = "0.5.2"
|
2019-11-19 19:26:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-28 12:15:56 +08:00
|
|
|
checksum = "9a1a6a4c9550373038c0e21a78d44d529bd697c25bbf6b8004bddc6e63b119c7"
|
2019-05-31 00:03:48 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2020-06-17 18:20:45 +08:00
|
|
|
"rtic-syntax",
|
2020-06-08 15:36:28 +08:00
|
|
|
"syn",
|
2019-05-31 00:03:48 +08:00
|
|
|
]
|
|
|
|
|
2021-05-12 18:59:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-02-19 17:36:39 +08:00
|
|
|
[[package]]
|
2021-03-01 21:46:12 +08:00
|
|
|
name = "derive_miniconf"
|
2021-02-19 17:36:39 +08:00
|
|
|
version = "0.1.0"
|
2021-05-29 00:34:25 +08:00
|
|
|
source = "git+https://github.com/quartiq/miniconf.git?rev=2750533#275053396f0334e9efefa1ab2aae4c19b95a9a53"
|
2021-02-19 17:36:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-11-22 23:45:32 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dsp"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-02-19 17:44:46 +08:00
|
|
|
"easybench",
|
2021-02-19 17:36:39 +08:00
|
|
|
"miniconf",
|
2021-01-31 03:57:44 +08:00
|
|
|
"ndarray",
|
2021-02-19 17:45:53 +08:00
|
|
|
"num",
|
2021-02-01 03:32:44 +08:00
|
|
|
"rand",
|
2020-11-22 23:45:32 +08:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-12-11 22:19:13 +08:00
|
|
|
[[package]]
|
2021-02-19 17:44:46 +08:00
|
|
|
name = "easybench"
|
|
|
|
version = "1.1.0"
|
2020-12-11 22:19:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 17:44:46 +08:00
|
|
|
checksum = "355215cf95ddc4db0459d5313c9b146bedd43453305e3f0f1c4e8fde7f8d3884"
|
2020-12-11 22:19:13 +08:00
|
|
|
|
2020-11-03 16:36:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-dma"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46c8c02e4347a0267ca60813c952017f4c5948c232474c6010a381a337f1bda4"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2020-04-19 19:37:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-hal"
|
2021-05-14 01:15:34 +08:00
|
|
|
version = "0.2.5"
|
2020-04-19 19:37:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-14 01:15:34 +08:00
|
|
|
checksum = "db184d3fa27bc7a2344250394c0264144dfe0bc81a4401801dcb964b8dd172ad"
|
2020-04-19 19:37:03 +08:00
|
|
|
dependencies = [
|
2020-10-26 23:58:29 +08:00
|
|
|
"nb 0.1.3",
|
2020-06-08 15:36:28 +08:00
|
|
|
"void",
|
2020-04-19 19:37:03 +08:00
|
|
|
]
|
|
|
|
|
2021-02-19 17:36:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-nal"
|
2021-05-27 19:42:52 +08:00
|
|
|
version = "0.6.0"
|
2021-02-19 17:36:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 19:42:52 +08:00
|
|
|
checksum = "db9efecb57ab54fa918730f2874d7d37647169c50fa1357fecb81abee840b113"
|
2021-02-19 17:36:39 +08:00
|
|
|
dependencies = [
|
2021-05-27 19:42:52 +08:00
|
|
|
"heapless 0.7.1",
|
2021-02-19 17:36:39 +08:00
|
|
|
"nb 1.0.0",
|
|
|
|
"no-std-net",
|
|
|
|
]
|
|
|
|
|
2020-06-03 23:36:43 +08:00
|
|
|
[[package]]
|
|
|
|
name = "enum-iterator"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
|
2020-06-03 23:36:43 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"enum-iterator-derive",
|
2020-06-03 23:36:43 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-iterator-derive"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
|
2020-06-03 23:36:43 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-03 23:36:43 +08:00
|
|
|
]
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
2019-05-24 00:57:00 +08:00
|
|
|
name = "generic-array"
|
2021-03-04 12:07:51 +08:00
|
|
|
version = "0.12.4"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 12:07:51 +08:00
|
|
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"typenum",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2019-05-31 00:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2021-03-04 12:07:51 +08:00
|
|
|
version = "0.13.3"
|
2019-05-31 00:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-04 12:07:51 +08:00
|
|
|
checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309"
|
2019-05-31 00:03:48 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"typenum",
|
2019-05-31 00:03:48 +08:00
|
|
|
]
|
|
|
|
|
2020-10-26 23:58:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
2021-02-01 06:28:52 +08:00
|
|
|
"cfg-if",
|
2021-01-31 03:57:44 +08:00
|
|
|
"libc",
|
2021-02-01 03:32:44 +08:00
|
|
|
"wasi",
|
2021-01-31 03:57:44 +08:00
|
|
|
]
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
2019-05-24 00:57:00 +08:00
|
|
|
name = "hash32"
|
2019-11-19 19:29:34 +08:00
|
|
|
version = "0.1.1"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"byteorder",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2021-05-27 19:42:52 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-10-26 23:58:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
2019-05-31 00:03:48 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
2021-05-27 19:42:52 +08:00
|
|
|
version = "0.6.1"
|
2019-05-31 00:03:48 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 19:42:52 +08:00
|
|
|
checksum = "634bd4d29cbf24424d0a4bfcbf80c6960129dc24424752a7d1d1390607023422"
|
2019-05-31 00:03:48 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"as-slice",
|
2021-05-27 19:42:52 +08:00
|
|
|
"generic-array 0.14.4",
|
|
|
|
"hash32 0.1.1",
|
2020-06-08 15:36:28 +08:00
|
|
|
"stable_deref_trait",
|
2019-05-31 00:03:48 +08:00
|
|
|
]
|
|
|
|
|
2021-03-04 12:07:51 +08:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
2021-05-27 19:42:52 +08:00
|
|
|
version = "0.7.1"
|
2021-03-04 12:07:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 19:42:52 +08:00
|
|
|
checksum = "c7ee8a997d259962217f40279f34201fdf06e669bafa69d7c1f4c7ff1893b5f6"
|
2021-03-04 12:07:51 +08:00
|
|
|
dependencies = [
|
2021-05-27 19:42:52 +08:00
|
|
|
"atomic-polyfill",
|
|
|
|
"hash32 0.2.1",
|
2021-05-28 22:40:46 +08:00
|
|
|
"serde",
|
2021-03-04 12:07:51 +08:00
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2019-08-26 21:47:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "1.6.2"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2019-10-22 21:45:56 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"autocfg",
|
2020-10-26 23:58:29 +08:00
|
|
|
"hashbrown",
|
2019-10-22 21:45:56 +08:00
|
|
|
]
|
2019-08-26 21:47:42 +08:00
|
|
|
|
2020-12-11 22:19:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "0.2.93"
|
2020-12-11 22:19:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
|
2020-12-11 22:19:13 +08:00
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-01 06:28:52 +08:00
|
|
|
version = "0.4.14"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 06:28:52 +08:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2021-02-01 06:28:52 +08:00
|
|
|
"cfg-if",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "managed"
|
2021-04-07 22:44:39 +08:00
|
|
|
version = "0.7.2"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:44:39 +08:00
|
|
|
checksum = "c75de51135344a4f8ed3cfe2720dc27736f7711989703a0b43aadf3753c55577"
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "matrixmultiply"
|
2021-04-07 23:00:06 +08:00
|
|
|
version = "0.3.0"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 23:00:06 +08:00
|
|
|
checksum = "1300bdbea33ec2836b01ff1f5a6eed8bad66d0c31f94d9b7993407a8b054c3a1"
|
2021-01-31 03:57:44 +08:00
|
|
|
dependencies = [
|
|
|
|
"rawpointer",
|
|
|
|
]
|
|
|
|
|
2020-04-29 01:07:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mcp23017"
|
2021-05-26 04:59:32 +08:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c32fd6627e73f1cfa95c00ddcdcb5a6a6ddbd10b308d08588a502c018b6e12c"
|
2020-04-29 01:07:19 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"embedded-hal",
|
2020-04-29 01:07:19 +08:00
|
|
|
]
|
|
|
|
|
2021-02-19 17:36:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "miniconf"
|
|
|
|
version = "0.1.0"
|
2021-05-29 00:34:25 +08:00
|
|
|
source = "git+https://github.com/quartiq/miniconf.git?rev=2750533#275053396f0334e9efefa1ab2aae4c19b95a9a53"
|
2021-02-19 17:36:39 +08:00
|
|
|
dependencies = [
|
2021-03-01 21:46:12 +08:00
|
|
|
"derive_miniconf",
|
2021-02-19 17:36:39 +08:00
|
|
|
"serde",
|
|
|
|
"serde-json-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimq"
|
|
|
|
version = "0.2.0"
|
2021-05-27 23:15:31 +08:00
|
|
|
source = "git+https://github.com/quartiq/minimq.git?rev=dbdbec0#dbdbec0b77d2e134dc6c025018a82c14cbdfbe34"
|
2021-02-19 17:36:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"embedded-nal",
|
|
|
|
"enum-iterator",
|
2021-05-27 19:42:52 +08:00
|
|
|
"heapless 0.7.1",
|
2021-02-19 17:36:39 +08:00
|
|
|
]
|
|
|
|
|
2021-04-08 21:28:11 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1378b66f7c93a1c0f8464a19bf47df8795083842e5090f4b7305973d5a22d0"
|
|
|
|
|
2020-04-19 19:37:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
2020-10-26 23:58:29 +08:00
|
|
|
version = "0.1.3"
|
2020-04-19 19:37:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 23:58:29 +08:00
|
|
|
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
|
|
|
|
dependencies = [
|
|
|
|
"nb 1.0.0",
|
|
|
|
]
|
2020-04-19 19:37:03 +08:00
|
|
|
|
2020-07-08 12:02:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
|
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ndarray"
|
2021-05-27 23:53:15 +08:00
|
|
|
version = "0.15.2"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 23:53:15 +08:00
|
|
|
checksum = "02b2e4807aaa21dc6dcc3417e5902dc199c3648043bf27b7af4b202332fe4760"
|
2021-01-31 03:57:44 +08:00
|
|
|
dependencies = [
|
|
|
|
"matrixmultiply",
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"rawpointer",
|
|
|
|
]
|
|
|
|
|
2021-02-19 17:36:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "no-std-net"
|
2021-05-27 19:42:52 +08:00
|
|
|
version = "0.5.0"
|
2021-02-19 17:36:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 19:42:52 +08:00
|
|
|
checksum = "1bcece43b12349917e096cddfa66107277f123e6c96a5aea78711dc601a47152"
|
2021-02-19 17:36:39 +08:00
|
|
|
|
2021-02-19 17:45:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2021-03-25 16:40:58 +08:00
|
|
|
version = "0.4.0"
|
2021-02-19 17:45:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-25 16:40:58 +08:00
|
|
|
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
|
2021-02-19 17:45:53 +08:00
|
|
|
dependencies = [
|
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2021-03-25 16:40:58 +08:00
|
|
|
version = "0.4.0"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-25 16:40:58 +08:00
|
|
|
checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"
|
2021-01-31 03:57:44 +08:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-02-19 17:45:53 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2021-03-25 16:40:58 +08:00
|
|
|
version = "0.4.0"
|
2021-02-19 17:45:53 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-25 16:40:58 +08:00
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
2021-02-19 17:45:53 +08:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-12-11 22:19:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-05-12 18:59:58 +08:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066"
|
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-26 23:58:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-03-17 23:36:37 +08:00
|
|
|
version = "1.0.5"
|
2020-10-26 23:58:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-17 23:36:37 +08:00
|
|
|
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
|
2020-10-26 23:58:29 +08:00
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
|
2019-08-26 21:47:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "1.0.26"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
2019-08-26 21:47:42 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"unicode-xid",
|
2019-08-26 21:47:42 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-15 16:18:31 +08:00
|
|
|
version = "1.0.9"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-15 16:18:31 +08:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-08-26 21:47:42 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"proc-macro2",
|
2019-08-26 21:47:42 +08:00
|
|
|
]
|
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-01 03:32:44 +08:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
2021-01-31 03:57:44 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-02-01 03:32:44 +08:00
|
|
|
"rand_core",
|
2021-01-31 03:57:44 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-02-15 16:18:31 +08:00
|
|
|
version = "0.6.2"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-15 16:18:31 +08:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2021-01-31 03:57:44 +08:00
|
|
|
dependencies = [
|
2021-02-01 03:32:44 +08:00
|
|
|
"getrandom",
|
2021-01-31 03:57:44 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
|
|
dependencies = [
|
2021-02-01 03:32:44 +08:00
|
|
|
"rand_core",
|
2021-01-31 03:57:44 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rawpointer"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
|
2019-08-26 21:47:42 +08:00
|
|
|
[[package]]
|
2020-06-17 18:20:45 +08:00
|
|
|
name = "rtic-core"
|
2020-12-05 20:51:33 +08:00
|
|
|
version = "0.3.1"
|
2019-10-13 20:31:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-05 20:51:33 +08:00
|
|
|
checksum = "8bd58a6949de8ff797a346a28d9f13f7b8f54fa61bb5e3cb0985a4efb497a5ef"
|
2019-08-26 21:47:42 +08:00
|
|
|
|
|
|
|
[[package]]
|
2020-06-17 18:20:45 +08:00
|
|
|
name = "rtic-syntax"
|
2019-11-15 12:38:21 +08:00
|
|
|
version = "0.4.0"
|
2019-10-13 20:31:12 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-17 18:20:45 +08:00
|
|
|
checksum = "8152fcaa845720d61e6cc570548b89144c2c307f18a480bbd97e55e9f6eeff04"
|
2019-08-26 21:47:42 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"indexmap",
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
2019-08-26 21:47:42 +08:00
|
|
|
]
|
|
|
|
|
2021-05-13 01:02:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rtt-logger"
|
2021-05-14 13:16:47 +08:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "git+https://github.com/quartiq/rtt-logger.git?rev=70b0eb5#70b0eb587fa43902aaf58296fe866418a1f4e920"
|
2021-05-13 01:02:15 +08:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2021-05-14 13:16:47 +08:00
|
|
|
"rtt-target",
|
2021-05-13 01:02:15 +08:00
|
|
|
]
|
|
|
|
|
2021-05-14 00:53:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rtt-target"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065d6058bb1204f51a562a67209e1817cf714759d5cf845aa45c75fa7b0b9d9b"
|
|
|
|
dependencies = [
|
|
|
|
"cortex-m 0.7.2",
|
|
|
|
"ufmt-write",
|
|
|
|
]
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"semver",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2021-04-29 03:03:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"semver-parser",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-03-18 19:56:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-14 00:35:43 +08:00
|
|
|
version = "1.0.126"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-14 00:35:43 +08:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2019-05-24 00:57:00 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"serde_derive",
|
2019-05-24 00:57:00 +08:00
|
|
|
]
|
2019-03-18 19:56:26 +08:00
|
|
|
|
|
|
|
[[package]]
|
2019-05-24 00:57:00 +08:00
|
|
|
name = "serde-json-core"
|
2021-05-28 22:40:51 +08:00
|
|
|
version = "0.4.0"
|
2021-04-29 19:20:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 22:40:51 +08:00
|
|
|
checksum = "8014aeea272bca0f0779778d43253f2f3375b414185b30e6ecc4d3e4a9994781"
|
2019-05-24 00:57:00 +08:00
|
|
|
dependencies = [
|
2021-05-28 22:40:51 +08:00
|
|
|
"heapless 0.7.1",
|
2021-04-29 03:03:38 +08:00
|
|
|
"ryu",
|
2020-06-08 15:36:28 +08:00
|
|
|
"serde",
|
2019-05-24 00:57:00 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-14 00:35:43 +08:00
|
|
|
version = "1.0.126"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-14 00:35:43 +08:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2019-05-24 00:57:00 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-05-24 00:57:00 +08:00
|
|
|
]
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2021-05-05 20:42:17 +08:00
|
|
|
[[package]]
|
|
|
|
name = "shared-bus"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78b60428415b23ed3f0e3abc776e10e548cf2cbb4288e73d5d181a02b5a90b95"
|
|
|
|
dependencies = [
|
|
|
|
"cortex-m 0.6.7",
|
|
|
|
"embedded-hal",
|
|
|
|
]
|
|
|
|
|
2021-01-20 12:01:23 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smoltcp"
|
2021-04-07 22:44:39 +08:00
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97173c1ef35b0a09304cb3882eba594761243005847cbbf6124f966e8da6519a"
|
2021-01-20 12:01:23 +08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"managed",
|
|
|
|
]
|
|
|
|
|
2021-02-19 17:36:39 +08:00
|
|
|
[[package]]
|
|
|
|
name = "smoltcp-nal"
|
|
|
|
version = "0.1.0"
|
2021-05-27 23:15:31 +08:00
|
|
|
source = "git+https://github.com/quartiq/smoltcp-nal.git?rev=5e56576#5e56576fbbc594f0a0e1df9222a20eb35c8e7511"
|
2021-02-19 17:36:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"embedded-nal",
|
2021-05-27 19:42:52 +08:00
|
|
|
"heapless 0.7.1",
|
2021-04-08 21:28:11 +08:00
|
|
|
"nanorand",
|
2021-02-19 17:36:39 +08:00
|
|
|
"smoltcp",
|
|
|
|
]
|
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stabilizer"
|
2021-04-21 22:38:04 +08:00
|
|
|
version = "0.5.0"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-09 00:20:10 +08:00
|
|
|
"ad9959",
|
2020-06-08 15:36:28 +08:00
|
|
|
"asm-delay",
|
2021-05-14 13:16:47 +08:00
|
|
|
"cortex-m 0.7.2",
|
2020-06-08 15:36:28 +08:00
|
|
|
"cortex-m-rt",
|
2020-06-17 18:20:45 +08:00
|
|
|
"cortex-m-rtic",
|
2020-11-22 23:45:32 +08:00
|
|
|
"dsp",
|
2020-06-08 15:36:28 +08:00
|
|
|
"embedded-hal",
|
2021-05-28 22:40:46 +08:00
|
|
|
"heapless 0.7.1",
|
2020-06-08 15:36:28 +08:00
|
|
|
"log",
|
|
|
|
"mcp23017",
|
2021-02-19 17:36:39 +08:00
|
|
|
"miniconf",
|
2021-04-22 21:16:33 +08:00
|
|
|
"minimq",
|
2020-07-08 12:02:45 +08:00
|
|
|
"nb 1.0.0",
|
2021-05-12 18:59:58 +08:00
|
|
|
"num_enum",
|
2020-11-23 21:30:29 +08:00
|
|
|
"paste",
|
2021-05-13 01:02:15 +08:00
|
|
|
"rtt-logger",
|
2021-05-14 13:16:47 +08:00
|
|
|
"rtt-target",
|
2020-06-08 15:36:28 +08:00
|
|
|
"serde",
|
2021-05-05 22:16:54 +08:00
|
|
|
"serde-json-core",
|
2021-05-05 20:42:17 +08:00
|
|
|
"shared-bus",
|
2021-02-19 17:36:39 +08:00
|
|
|
"smoltcp-nal",
|
2020-11-05 15:06:42 +08:00
|
|
|
"stm32h7xx-hal",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2019-04-23 03:31:59 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-10-26 23:58:29 +08:00
|
|
|
version = "1.2.0"
|
2019-04-23 03:31:59 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 23:58:29 +08:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2019-04-23 03:31:59 +08:00
|
|
|
|
2020-10-26 23:58:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stm32h7"
|
2021-03-05 02:32:02 +08:00
|
|
|
version = "0.13.0"
|
2020-10-26 23:58:29 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 02:32:02 +08:00
|
|
|
checksum = "8b672c837e0ee8158ecc7fce0f9a948dd0693a9c588338e728d14b73307a0b7d"
|
2020-10-26 23:58:29 +08:00
|
|
|
dependencies = [
|
|
|
|
"bare-metal 0.2.5",
|
2021-05-27 23:53:15 +08:00
|
|
|
"cortex-m 0.7.2",
|
2020-06-08 15:36:28 +08:00
|
|
|
"cortex-m-rt",
|
|
|
|
"vcell",
|
2019-03-18 19:56:26 +08:00
|
|
|
]
|
|
|
|
|
2020-04-29 01:07:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stm32h7xx-hal"
|
2021-04-07 22:35:57 +08:00
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67034b80041bc33a48df1c1c435b6ae3bb18c35e42aa7e702ce8363b96793398"
|
2020-04-29 01:07:19 +08:00
|
|
|
dependencies = [
|
2020-10-26 23:58:29 +08:00
|
|
|
"bare-metal 1.0.0",
|
2020-06-08 15:36:28 +08:00
|
|
|
"cast",
|
2021-04-07 22:54:02 +08:00
|
|
|
"cortex-m 0.7.2",
|
2020-06-08 15:36:28 +08:00
|
|
|
"cortex-m-rt",
|
2020-11-03 16:36:03 +08:00
|
|
|
"embedded-dma",
|
2020-06-08 15:36:28 +08:00
|
|
|
"embedded-hal",
|
2020-10-26 23:58:29 +08:00
|
|
|
"nb 1.0.0",
|
2020-11-05 15:06:42 +08:00
|
|
|
"paste",
|
2021-02-03 20:16:22 +08:00
|
|
|
"smoltcp",
|
2020-11-05 15:06:42 +08:00
|
|
|
"stm32h7",
|
2020-06-08 15:36:28 +08:00
|
|
|
"void",
|
2020-04-29 01:07:19 +08:00
|
|
|
]
|
|
|
|
|
2019-08-26 21:47:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "1.0.68"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
|
2019-08-26 21:47:42 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-08-26 21:47:42 +08:00
|
|
|
]
|
|
|
|
|
2019-04-23 03:31:59 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "1.13.0"
|
2019-04-23 03:31:59 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2019-04-23 03:31:59 +08:00
|
|
|
|
2021-05-13 01:02:15 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ufmt-write"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e87a2ed6b42ec5e28cc3b94c09982969e9227600b2e3dcbc1db927a84c06bd69"
|
|
|
|
|
2019-08-26 21:47:42 +08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-10-26 23:58:29 +08:00
|
|
|
version = "0.2.1"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 23:58:29 +08:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-08-26 21:47:42 +08:00
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "vcell"
|
2021-02-15 16:18:31 +08:00
|
|
|
version = "0.1.3"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-15 16:18:31 +08:00
|
|
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2020-06-17 18:20:45 +08:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-04-07 22:54:02 +08:00
|
|
|
version = "0.9.3"
|
2020-06-17 18:20:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-07 22:54:02 +08:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-06-17 18:20:45 +08:00
|
|
|
|
2020-04-19 19:37:03 +08:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-04-19 19:37:03 +08:00
|
|
|
|
2019-03-18 19:56:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "volatile-register"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-08 15:36:28 +08:00
|
|
|
checksum = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
|
2019-03-18 19:56:26 +08:00
|
|
|
dependencies = [
|
2020-06-08 15:36:28 +08:00
|
|
|
"vcell",
|
|
|
|
]
|
2020-12-11 22:19:13 +08:00
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|