-56
Cargo.lock
-56
Cargo.lock
···
484
484
]
485
485
486
486
[[package]]
487
-
name = "getrandom"
488
-
version = "0.3.4"
489
-
source = "registry+https://github.com/rust-lang/crates.io-index"
490
-
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
491
-
dependencies = [
492
-
"cfg-if",
493
-
"libc",
494
-
"r-efi",
495
-
"wasip2",
496
-
]
497
-
498
-
[[package]]
499
487
name = "half"
500
488
version = "2.7.1"
501
489
···
808
796
]
809
797
810
798
[[package]]
811
-
name = "ppv-lite86"
812
-
version = "0.2.21"
813
-
source = "registry+https://github.com/rust-lang/crates.io-index"
814
-
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
815
-
dependencies = [
816
-
"zerocopy",
817
-
]
818
-
819
-
[[package]]
820
799
name = "precomputed-hash"
821
800
version = "0.1.1"
822
801
···
863
842
]
864
843
865
844
[[package]]
866
-
name = "r-efi"
867
-
version = "5.3.0"
868
-
source = "registry+https://github.com/rust-lang/crates.io-index"
869
-
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
870
-
871
-
[[package]]
872
845
name = "rand"
873
846
version = "0.9.2"
874
847
source = "registry+https://github.com/rust-lang/crates.io-index"
875
848
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
876
849
dependencies = [
877
-
"rand_chacha",
878
850
"rand_core 0.9.5",
879
851
]
880
852
881
853
[[package]]
882
-
name = "rand_chacha"
883
-
version = "0.9.0"
884
-
source = "registry+https://github.com/rust-lang/crates.io-index"
885
-
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
886
-
dependencies = [
887
-
"ppv-lite86",
888
-
"rand_core 0.9.5",
889
-
]
890
-
891
-
[[package]]
892
854
name = "rand_core"
893
855
version = "0.6.4"
894
856
···
899
861
version = "0.9.5"
900
862
source = "registry+https://github.com/rust-lang/crates.io-index"
901
863
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
902
-
dependencies = [
903
-
"getrandom",
904
-
]
905
864
906
865
[[package]]
907
866
name = "redox_syscall"
···
1166
1125
]
1167
1126
1168
1127
[[package]]
1169
-
name = "wasip2"
1170
-
version = "1.0.2+wasi-0.2.9"
1171
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1172
-
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1173
-
dependencies = [
1174
-
"wit-bindgen",
1175
-
]
1176
-
1177
-
[[package]]
1178
1128
name = "winapi-util"
1179
1129
version = "0.1.11"
1180
1130
···
1197
1147
1198
1148
"windows-link",
1199
1149
]
1200
-
1201
-
[[package]]
1202
-
name = "wit-bindgen"
1203
-
version = "0.51.0"
1204
-
source = "registry+https://github.com/rust-lang/crates.io-index"
1205
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
1206
1150
1207
1151
[[package]]
1208
1152
name = "wyrand"
+1
-1
embassy-strike-driver/Cargo.toml
+1
-1
embassy-strike-driver/Cargo.toml
···
25
25
embassy-time = { workspace = true, features = ["mock-driver", "generic-queue-8"] }
26
26
critical-section = { version = "1.1", features = ["std"] }
27
27
pollster = { version = "0.4", features = ["macro"] }
28
-
rand = "0.9"
28
+
rand = { version = "0.9", default-features = false }
29
29
wyrand = "0.3"
embassy-strike-driver/src/analysis.rs
embassy-strike-driver/src/analysis.rs
This file has not been changed.
embassy-strike-driver/src/lib.rs
embassy-strike-driver/src/lib.rs
This file has not been changed.
History
3 rounds
0 comments
1 commit
expand
collapse
refactor: Signal detection algorithm tweaks
1/1 success
expand
collapse
expand 0 comments
pull request successfully merged
1 commit
expand
collapse
refactor: Signal detection algorithm tweaks
1/1 success
expand
collapse
expand 0 comments
1 commit
expand
collapse
refactor: Signal detection algorithm tweaks