diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-05 12:06:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-05 12:06:22 +0000 |
| commit | 70aaa82e490a8c5637de7e38cb636f04c1d187f7 (patch) | |
| tree | 04b95747f4133e22cb74824500a12b5610c93537 /examples/stm32l0/Cargo.toml | |
| parent | f2de2ca16b4fdb623a73de4d349c68c7292a8f11 (diff) | |
| parent | 160ee7f8054b374ce4c14b6877e6a05f5a5614b7 (diff) | |
Merge pull request #4623 from paroga/stm32l0_usb_serial
stm32/l0: Add usb serial example
Diffstat (limited to 'examples/stm32l0/Cargo.toml')
| -rw-r--r-- | examples/stm32l0/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml index 90f57a2d8..d42cdac15 100644 --- a/examples/stm32l0/Cargo.toml +++ b/examples/stm32l0/Cargo.toml | |||
| @@ -11,6 +11,8 @@ embassy-stm32 = { version = "0.4.0", path = "../../embassy-stm32", features = [" | |||
| 11 | embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] } | 11 | embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] } |
| 12 | embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] } | 12 | embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] } |
| 13 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } | 13 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } |
| 14 | embassy-usb = { version = "0.5.1", path = "../../embassy-usb", features = ["defmt"] } | ||
| 15 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } | ||
| 14 | 16 | ||
| 15 | defmt = "1.0.1" | 17 | defmt = "1.0.1" |
| 16 | defmt-rtt = "1.0.0" | 18 | defmt-rtt = "1.0.0" |
