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/stm32f0 | |
| parent | 34a8a64bf54fb500d34a180062f46c0d692d806b (diff) | |
examples/stm32*, tests/stm32: specify time-tick-32768hz
Diffstat (limited to 'examples/stm32f0')
| -rw-r--r-- | examples/stm32f0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f0/Cargo.toml b/examples/stm32f0/Cargo.toml index c973c1f7c..53358db9a 100644 --- a/examples/stm32f0/Cargo.toml +++ b/examples/stm32f0/Cargo.toml | |||
| @@ -13,6 +13,6 @@ cortex-m-rt = "0.7.0" | |||
| 13 | defmt = "0.3" | 13 | defmt = "0.3" |
| 14 | defmt-rtt = "0.3" | 14 | defmt-rtt = "0.3" |
| 15 | panic-probe = "0.3" | 15 | panic-probe = "0.3" |
| 16 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime"] } | 16 | embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt", "defmt-timestamp-uptime", "time-tick-32768hz"] } |
| 17 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "memory-x", "stm32f030f4", "time-driver-any"] } | 17 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "memory-x", "stm32f030f4", "time-driver-any"] } |
| 18 | 18 | ||
