diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-04 00:17:33 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-04 00:17:33 +0200 |
| commit | ba7d74ac16f818eef25070f88556fc14df3f6b0c (patch) | |
| tree | 7165f42df3651854c6c014df99b9bd1fe9c2048c /tests | |
| parent | 0324cee0ca9caf40a43583367fe7ff0448d0f35f (diff) | |
tests/stm32: increase tickrate for better precision.
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 c1addcd99..e11e585dd 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -41,7 +41,7 @@ teleprobe-meta = "1" | |||
| 41 | 41 | ||
| 42 | embassy-sync = { version = "0.3.0", path = "../../embassy-sync", features = ["defmt"] } | 42 | embassy-sync = { version = "0.3.0", path = "../../embassy-sync", features = ["defmt"] } |
| 43 | embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["nightly", "arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } | 43 | embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["nightly", "arch-cortex-m", "executor-thread", "defmt", "integrated-timers"] } |
| 44 | embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["defmt", "tick-hz-32_768", "defmt-timestamp-uptime"] } | 44 | embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } |
| 45 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-any"] } | 45 | embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "unstable-pac", "memory-x", "time-driver-any"] } |
| 46 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 46 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 47 | embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", optional = true, features = ["defmt", "stm32wb55rg", "ble"] } | 47 | embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", optional = true, features = ["defmt", "stm32wb55rg", "ble"] } |
