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 /examples/stm32f2 | |
| parent | 34a8a64bf54fb500d34a180062f46c0d692d806b (diff) | |
examples/stm32*, tests/stm32: specify time-tick-32768hz
Diffstat (limited to 'examples/stm32f2')
| -rw-r--r-- | examples/stm32f2/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f2/Cargo.toml b/examples/stm32f2/Cargo.toml index 4eef3a6fe..8310aa3a1 100644 --- a/examples/stm32f2/Cargo.toml +++ b/examples/stm32f2/Cargo.toml | |||
| @@ -6,7 +6,7 @@ version = "0.1.0" | |||
| 6 | resolver = "2" | 6 | resolver = "2" |
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime"] } | 9 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] } |
| 10 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32f207zg", "unstable-pac", "memory-x", "time-driver-any", "exti"] } | 10 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32f207zg", "unstable-pac", "memory-x", "time-driver-any", "exti"] } |
| 11 | 11 | ||
| 12 | defmt = "0.3" | 12 | defmt = "0.3" |
