diff options
| -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 | ||
