aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/Cargo.toml
diff options
context:
space:
mode:
authorelagil <[email protected]>2024-11-02 20:01:20 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-24 00:33:08 +0100
commit0d299301efaa0843d3da09909f02e795eeffc035 (patch)
treea95bcb0f1199c8962cf9774eb9dc055115634d31 /examples/stm32f4/Cargo.toml
parentffc7b732e90af9715a31526c7f179e76c2a96062 (diff)
feat(stm32f4): add usb audio example
Diffstat (limited to 'examples/stm32f4/Cargo.toml')
-rw-r--r--examples/stm32f4/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml
index 75e315e82..435b0b43c 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -27,6 +27,7 @@ embedded-io-async = { version = "0.6.1" }
27panic-probe = { version = "0.3", features = ["print-defmt"] } 27panic-probe = { version = "0.3", features = ["print-defmt"] }
28futures-util = { version = "0.3.30", default-features = false } 28futures-util = { version = "0.3.30", default-features = false }
29heapless = { version = "0.8", default-features = false } 29heapless = { version = "0.8", default-features = false }
30critical-section = "1.1"
30nb = "1.0.0" 31nb = "1.0.0"
31embedded-storage = "0.3.1" 32embedded-storage = "0.3.1"
32micromath = "2.0.0" 33micromath = "2.0.0"