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-07-16 22:54:23 +08:00
|
|
|
"cortex-m 0.7.3",
|
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 = [
|
2021-07-16 21:51:13 +08:00
|
|
|
"cortex-m 0.7.3",
|
2021-05-27 19:42:52 +08:00
|
|
|
]
|
|
|
|
|
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 = [
|
2021-06-05 04:10:13 +08:00
|
|
|
"rustc_version 0.2.3",
|
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"
|
2021-06-05 04:10:13 +08:00
|
|
|
version = "0.2.6"
|
2020-04-19 19:37:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374"
|
2020-04-19 19:37:03 +08:00
|
|
|
dependencies = [
|
2021-06-05 04:10:13 +08:00
|
|
|
"rustc_version 0.3.3",
|
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-07-16 21:51:13 +08:00
|
|
|
"cortex-m 0.7.3",
|
2021-02-01 02:00:41 +08:00
|
|
|
"volatile-register",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m"
|
2021-07-16 21:51:13 +08:00
|
|
|
version = "0.7.3"
|
2021-02-01 02:00:41 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-16 21:51:13 +08:00
|
|
|
checksum = "2ac919ef424449ec8c08d515590ce15d9262c0ca5f0da5b0c901e971a3b783b3"
|
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-07-16 21:51:31 +08:00
|
|
|
version = "0.5.7"
|
2019-11-19 19:26:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-16 21:51:31 +08:00
|
|
|
checksum = "9845c4c7f7af19e216a2d00345f7f1507b8907b85cd551e403d68baeec342bb3"
|
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"
|
2021-07-16 21:51:31 +08:00
|
|
|
version = "0.5.3"
|
2019-11-19 19:26:08 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-16 21:51:31 +08:00
|
|
|
checksum = "cc874eda99515b15e67f03562726a530388f454431096d30131051b52b840559"
|
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-07-15 19:28:19 +08:00
|
|
|
source = "git+https://github.com/quartiq/miniconf.git?rev=9c826f8#9c826f8de8d0dd1a59e1ce7bf124ac0311994b46"
|
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-05-17 19:01:45 +08:00
|
|
|
"num-complex",
|
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-07-16 22:54:23 +08:00
|
|
|
"heapless 0.7.3",
|
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"
|
2021-06-05 04:10:13 +08:00
|
|
|
version = "0.2.3"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-01-31 03:57:44 +08:00
|
|
|
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-07-16 22:54:23 +08:00
|
|
|
version = "0.7.3"
|
2021-03-04 12:07:51 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-16 22:54:23 +08:00
|
|
|
checksum = "34e26526e7168021f34243a3c8faac4dc4f938cde75a0f9b8e373cca5eb4e7ce"
|
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-06-05 04:10:13 +08:00
|
|
|
version = "0.2.95"
|
2020-12-11 22:19:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
|
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-06-15 18:51:42 +08:00
|
|
|
version = "0.8.0"
|
2019-03-18 19:56:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 18:51:42 +08:00
|
|
|
checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d"
|
2019-03-18 19:56:26 +08:00
|
|
|
|
2021-01-31 03:57:44 +08:00
|
|
|
[[package]]
|
|
|
|
name = "matrixmultiply"
|
2021-06-05 04:10:13 +08:00
|
|
|
version = "0.3.1"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"
|
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-07-15 19:28:19 +08:00
|
|
|
source = "git+https://github.com/quartiq/miniconf.git?rev=9c826f8#9c826f8de8d0dd1a59e1ce7bf124ac0311994b46"
|
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-29 00:57:23 +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-07-16 22:54:23 +08:00
|
|
|
"heapless 0.7.3",
|
2021-02-19 17:36:39 +08:00
|
|
|
]
|
|
|
|
|
2021-06-24 19:03:54 +08:00
|
|
|
[[package]]
|
|
|
|
name = "mutex-trait"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4bb1638d419e12f8b1c43d9e639abd0d1424285bdea2f76aa231e233c63cd3a"
|
|
|
|
|
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-07-01 19:36:51 +08:00
|
|
|
version = "0.15.3"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 19:36:51 +08:00
|
|
|
checksum = "08e854964160a323e65baa19a0b1a027f76d590faba01f05c0cbc3187221a8c9"
|
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-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",
|
2021-05-17 19:01:45 +08:00
|
|
|
"serde",
|
2021-01-31 03:57:44 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"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"
|
2021-07-16 21:51:16 +08:00
|
|
|
version = "0.5.2"
|
2021-05-12 18:59:58 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-16 21:51:16 +08:00
|
|
|
checksum = "e5adf0198d427ee515335639f275e806ca01acf9f07d7cf14bb36a10532a6169"
|
2021-05-12 18:59:58 +08:00
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2021-07-16 21:51:16 +08:00
|
|
|
version = "0.5.2"
|
2021-05-12 18:59:58 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-16 21:51:16 +08:00
|
|
|
checksum = "b1def5a3f69d4707d8a040b12785b98029a39e8c610ae685c7f6265669767482"
|
2021-05-12 18:59:58 +08:00
|
|
|
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-06-05 04:10:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
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-06-05 04:10:13 +08:00
|
|
|
version = "1.0.27"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
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"
|
2021-07-01 19:57:08 +08:00
|
|
|
version = "0.8.4"
|
2021-01-31 03:57:44 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 19:57:08 +08:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-01-31 03:57:44 +08:00
|
|
|
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 = [
|
2021-07-16 21:51:13 +08:00
|
|
|
"cortex-m 0.7.3",
|
2021-05-14 00:53:07 +08:00
|
|
|
"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 = [
|
2021-06-05 04:10:13 +08:00
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.11.0",
|
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 = [
|
2021-06-05 04:10:13 +08:00
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.10.2",
|
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
|
|
|
|
2021-06-05 04:10:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
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-07-16 22:54:23 +08:00
|
|
|
"heapless 0.7.3",
|
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-06-15 18:51:42 +08:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "git+https://github.com/smoltcp-rs/smoltcp?branch=master#027f255f904b9b7c4226cfd8b2d31f272ffa5105"
|
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-06-21 19:18:36 +08:00
|
|
|
source = "git+https://github.com/quartiq/smoltcp-nal.git?rev=5baf55f#5baf55fafbfe2c08d9fe56c836171e9d2fb468e8"
|
2021-02-19 17:36:39 +08:00
|
|
|
dependencies = [
|
|
|
|
"embedded-nal",
|
2021-07-16 22:54:23 +08:00
|
|
|
"heapless 0.7.3",
|
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-07-16 21:51:13 +08:00
|
|
|
"cortex-m 0.7.3",
|
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-07-16 22:54:23 +08:00
|
|
|
"heapless 0.7.3",
|
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",
|
2021-06-24 19:03:54 +08:00
|
|
|
"mutex-trait",
|
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-07-16 22:54:23 +08:00
|
|
|
"cortex-m 0.7.3",
|
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"
|
2021-06-15 19:18:16 +08:00
|
|
|
source = "git+https://github.com/quartiq/stm32h7xx-hal.git?rev=33aa67d#33aa67d74790cb9f680a4f281b72df0664bcf03c"
|
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-07-16 21:51:13 +08:00
|
|
|
"cortex-m 0.7.3",
|
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-06-05 04:10:13 +08:00
|
|
|
version = "1.0.72"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
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-06-05 04:10:13 +08:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
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"
|
2021-06-05 04:10:13 +08:00
|
|
|
version = "0.2.2"
|
2019-08-26 21:47:42 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-05 04:10:13 +08:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
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"
|