diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-05 00:35:22 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-07-05 00:35:22 +0200 |
| commit | 70c05c62e49b7b8c2d6d47a7eb567f88b22aa7dc (patch) | |
| tree | 0f54298087fe7e473083418ff684eb5b10050ad3 | |
| parent | ce73c29246d59b913efaafdb38414806541e0511 (diff) | |
nrf: build docs with `time` feature.
| -rw-r--r-- | embassy-nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index d33740cc8..ae76af3e6 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||
| 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-nrf-v$VERSION/embassy-nrf/src/" | 8 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-nrf-v$VERSION/embassy-nrf/src/" |
| 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-nrf/src/" | 9 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-nrf/src/" |
| 10 | 10 | ||
| 11 | features = ["nightly", "defmt", "unstable-pac", "unstable-traits", "gpiote", "time-driver-rtc1"] | 11 | features = ["nightly", "time", "defmt", "unstable-pac", "unstable-traits", "gpiote", "time-driver-rtc1"] |
| 12 | flavors = [ | 12 | flavors = [ |
| 13 | { regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" }, | 13 | { regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" }, |
| 14 | { regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" }, | 14 | { regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" }, |
