diff options
| author | HybridChild <[email protected]> | 2025-11-12 09:49:25 +0100 |
|---|---|---|
| committer | HybridChild <[email protected]> | 2025-11-12 09:49:25 +0100 |
| commit | aa5c0c02425104fceea9e5dc773e3f5c346e9656 (patch) | |
| tree | d982ad7fc71ee38440d3f5517a8c3aff1bea34a1 /examples/stm32f0/Cargo.toml | |
| parent | 5e76be83cf693d2de4608fec4ef11fbeb32722d4 (diff) | |
stm32/i2c_v2: Add transaction test
Diffstat (limited to 'examples/stm32f0/Cargo.toml')
| -rw-r--r-- | examples/stm32f0/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml index a78873d21..177dd0ac2 100644 --- a/examples/stm32f0/Cargo.toml +++ b/examples/stm32f0/Cargo.toml | |||
| @@ -16,6 +16,7 @@ panic-probe = { version = "1.0.0", features = ["print-defmt"] } | |||
| 16 | embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] } | 16 | embassy-sync = { version = "0.7.2", path = "../../embassy-sync", features = ["defmt"] } |
| 17 | embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } | 17 | embassy-executor = { version = "0.9.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt"] } |
| 18 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } | 18 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] } |
| 19 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | ||
| 19 | static_cell = "2" | 20 | static_cell = "2" |
| 20 | portable-atomic = { version = "1.5", features = ["unsafe-assume-single-core"] } | 21 | portable-atomic = { version = "1.5", features = ["unsafe-assume-single-core"] } |
| 21 | 22 | ||
