diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-11-04 16:06:54 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-04 16:06:54 +0100 |
| commit | bffe7cf8a6b9c59475c0d8d2f2f8f9e88ad22087 (patch) | |
| tree | bf1036cbb658af0b95b3f398efdd38f7c82f51a9 /embassy-nrf | |
| parent | 3d8e987bf3ee8370b4532da73c9ba19ac0f437f7 (diff) | |
nrf: fix docs build.
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index 90fa7a16c..24a3db91d 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -15,7 +15,7 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-nrf/s | |||
| 15 | 15 | ||
| 16 | features = ["time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"] | 16 | features = ["time", "defmt", "unstable-pac", "gpiote", "time-driver-rtc1"] |
| 17 | flavors = [ | 17 | flavors = [ |
| 18 | { regex_feature = "_nrf51", target = "thumbv6m-none-eabi" }, | 18 | { regex_feature = "nrf51", target = "thumbv6m-none-eabi" }, |
| 19 | { regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" }, | 19 | { regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" }, |
| 20 | { regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" }, | 20 | { regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" }, |
| 21 | { regex_feature = "nrf91.*", target = "thumbv8m.main-none-eabihf" }, | 21 | { regex_feature = "nrf91.*", target = "thumbv8m.main-none-eabihf" }, |
| @@ -150,4 +150,3 @@ embedded-storage = "0.3.1" | |||
| 150 | embedded-storage-async = "0.4.1" | 150 | embedded-storage-async = "0.4.1" |
| 151 | cfg-if = "1.0.0" | 151 | cfg-if = "1.0.0" |
| 152 | document-features = "0.2.7" | 152 | document-features = "0.2.7" |
| 153 | |||
