diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-11-17 23:01:00 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-11-17 23:01:00 +0100 |
| commit | f99d733b616e748eb9c7122b77d6521297d53171 (patch) | |
| tree | d725648da93ee31bd3835700d8c4570904df5103 /embassy-nrf/Cargo.toml | |
| parent | 5c9f9c443f6ac884722f33a2f3d951f24dbc883b (diff) | |
nrf: add docs build for nrf54.
Diffstat (limited to 'embassy-nrf/Cargo.toml')
| -rw-r--r-- | embassy-nrf/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index ed9aba4e7..9e62bcca4 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -18,6 +18,7 @@ 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 = "nrf54.*", target = "thumbv8m.main-none-eabihf" }, | ||
| 21 | { regex_feature = "nrf91.*", target = "thumbv8m.main-none-eabihf" }, | 22 | { regex_feature = "nrf91.*", target = "thumbv8m.main-none-eabihf" }, |
| 22 | ] | 23 | ] |
| 23 | 24 | ||
