diff options
| author | Will Glynn <[email protected]> | 2022-05-30 20:16:56 -0500 |
|---|---|---|
| committer | Will Glynn <[email protected]> | 2022-05-31 16:14:23 -0500 |
| commit | 962fabe5c9aa98ce073b362cf417e4ef3572861f (patch) | |
| tree | 62b9dc4dc5552455d7e55d418e64c39157bfc935 /tests | |
| parent | 34a8a64bf54fb500d34a180062f46c0d692d806b (diff) | |
examples/stm32*, tests/stm32: specify time-tick-32768hz
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index 4dd243754..ad6403ab3 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -15,7 +15,7 @@ stm32wb55rg = ["embassy-stm32/stm32wb55rg"] # Nucleo | |||
| 15 | stm32u585ai = ["embassy-stm32/stm32u585ai"] # IoT board | 15 | stm32u585ai = ["embassy-stm32/stm32u585ai"] # IoT board |
| 16 | 16 | ||
| 17 | [dependencies] | 17 | [dependencies] |
| 18 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] } | 18 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "time-tick-32768hz"] } |
| 19 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] } | 19 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-tim2"] } |
| 20 | 20 | ||
| 21 | defmt = "0.3.0" | 21 | defmt = "0.3.0" |
