diff options
| author | Reed <[email protected]> | 2025-01-04 21:26:46 +1300 |
|---|---|---|
| committer | Reed <[email protected]> | 2025-01-04 21:26:46 +1300 |
| commit | 0d824beb1139ad18d36a5e3a321f2c3fb46ce868 (patch) | |
| tree | 672db0c4cc5f3d7e93355a87951cab6a1585f5aa | |
| parent | ca349813ab073108b13b226b0a7dd74bdb88bf5a (diff) | |
Enable embassy-eh time feature when appropriate
| -rw-r--r-- | embassy-nrf/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 5a7f4cfb1..79e919f68 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -32,7 +32,7 @@ default = ["rt"] | |||
| 32 | rt = ["nrf-pac/rt"] | 32 | rt = ["nrf-pac/rt"] |
| 33 | 33 | ||
| 34 | ## Enable features requiring `embassy-time` | 34 | ## Enable features requiring `embassy-time` |
| 35 | time = ["dep:embassy-time"] | 35 | time = ["dep:embassy-time", "embassy-embedded-hal/time"] |
| 36 | 36 | ||
| 37 | ## Enable defmt | 37 | ## Enable defmt |
| 38 | defmt = ["dep:defmt", "embassy-hal-internal/defmt", "embassy-sync/defmt", "embassy-usb-driver/defmt", "embassy-embedded-hal/defmt"] | 38 | defmt = ["dep:defmt", "embassy-hal-internal/defmt", "embassy-sync/defmt", "embassy-usb-driver/defmt", "embassy-embedded-hal/defmt"] |
| @@ -119,7 +119,7 @@ _nrf52 = ["_ppi"] | |||
| 119 | _nrf51 = ["_ppi"] | 119 | _nrf51 = ["_ppi"] |
| 120 | _nrf91 = [] | 120 | _nrf91 = [] |
| 121 | 121 | ||
| 122 | _time-driver = ["dep:embassy-time-driver", "embassy-time-driver?/tick-hz-32_768", "dep:embassy-time-queue-utils"] | 122 | _time-driver = ["dep:embassy-time-driver", "embassy-time-driver?/tick-hz-32_768", "dep:embassy-time-queue-utils", "embassy-embedded-hal/time"] |
| 123 | 123 | ||
| 124 | # trustzone state. | 124 | # trustzone state. |
| 125 | _s = [] | 125 | _s = [] |
