diff options
| author | Ragarnoy <[email protected]> | 2025-05-21 13:58:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-21 13:58:57 +0200 |
| commit | a4676f8b94db9a62752f05595a282afc0fb99288 (patch) | |
| tree | 248614aec383679d9820eff771e4d5b3e33a0a9f /examples/stm32h755cm4 | |
| parent | d5c9d1af26e7bd0ebefafba6ae28b0bd660aa924 (diff) | |
| parent | 7cbc9058bc726900571a7858c581f60cd8cb0266 (diff) | |
Merge branch 'embassy-rs:main' into stm32h755-intercore
Diffstat (limited to 'examples/stm32h755cm4')
| -rw-r--r-- | examples/stm32h755cm4/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32h755cm4/Cargo.toml b/examples/stm32h755cm4/Cargo.toml index d2b9b1f0e..96bdd6a48 100644 --- a/examples/stm32h755cm4/Cargo.toml +++ b/examples/stm32h755cm4/Cargo.toml | |||
| @@ -27,7 +27,6 @@ embedded-nal-async = "0.8.0" | |||
| 27 | embedded-io-async = { version = "0.6.1" } | 27 | embedded-io-async = { version = "0.6.1" } |
| 28 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } | 28 | panic-probe = { version = "1.0.0", features = ["print-defmt"] } |
| 29 | heapless = { version = "0.8", default-features = false } | 29 | heapless = { version = "0.8", default-features = false } |
| 30 | rand_core = "0.6.3" | ||
| 31 | critical-section = "1.1" | 30 | critical-section = "1.1" |
| 32 | micromath = "2.0.0" | 31 | micromath = "2.0.0" |
| 33 | stm32-fmc = "0.3.0" | 32 | stm32-fmc = "0.3.0" |
