diff options
| author | elagil <[email protected]> | 2024-11-02 20:01:20 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-24 00:33:08 +0100 |
| commit | 0d299301efaa0843d3da09909f02e795eeffc035 (patch) | |
| tree | a95bcb0f1199c8962cf9774eb9dc055115634d31 /examples/stm32f4/Cargo.toml | |
| parent | ffc7b732e90af9715a31526c7f179e76c2a96062 (diff) | |
feat(stm32f4): add usb audio example
Diffstat (limited to 'examples/stm32f4/Cargo.toml')
| -rw-r--r-- | examples/stm32f4/Cargo.toml | 1 |
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" } | |||
| 27 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 27 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 28 | futures-util = { version = "0.3.30", default-features = false } | 28 | futures-util = { version = "0.3.30", default-features = false } |
| 29 | heapless = { version = "0.8", default-features = false } | 29 | heapless = { version = "0.8", default-features = false } |
| 30 | critical-section = "1.1" | ||
| 30 | nb = "1.0.0" | 31 | nb = "1.0.0" |
| 31 | embedded-storage = "0.3.1" | 32 | embedded-storage = "0.3.1" |
| 32 | micromath = "2.0.0" | 33 | micromath = "2.0.0" |
