diff options
| author | nerwalt <[email protected]> | 2024-08-12 06:23:32 -0600 |
|---|---|---|
| committer | nerwalt <[email protected]> | 2024-08-12 06:23:32 -0600 |
| commit | b7dc4c7b6f057d4e22b179563ca8565eedbff18a (patch) | |
| tree | 17720c85abc35b27e4151dfc22b8052ce4633991 /embassy-nrf/Cargo.toml | |
| parent | fdc34b69ffc292427f50f35209f095bb5a50bb82 (diff) | |
Fixes build issues related to nrf9120 features
Diffstat (limited to 'embassy-nrf/Cargo.toml')
| -rw-r--r-- | embassy-nrf/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index bc0a9d199..3e66d6886 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -103,12 +103,12 @@ nrf9160-ns = ["_nrf9160", "_ns", "_nrf91"] | |||
| 103 | ## The nRF9120 is the internal part number for the nRF9161 and nRF9151. | 103 | ## The nRF9120 is the internal part number for the nRF9161 and nRF9151. |
| 104 | ## nRF9120 in Secure mode | 104 | ## nRF9120 in Secure mode |
| 105 | nrf9120-s = ["_nrf9120", "_s", "_nrf91"] | 105 | nrf9120-s = ["_nrf9120", "_s", "_nrf91"] |
| 106 | nrf9151-s = ["_nrf9120", "_s", "_nrf91"] | 106 | nrf9151-s = ["nrf9120-s"] |
| 107 | nrf9161-s = ["_nrf9120", "_s", "_nrf91"] | 107 | nrf9161-s = ["nrf9120-s"] |
| 108 | ## nRF9120 in Non-Secure mode | 108 | ## nRF9120 in Non-Secure mode |
| 109 | nrf9120-ns = ["_nrf9120", "_ns", "_nrf91"] | 109 | nrf9120-ns = ["_nrf9120", "_ns", "_nrf91"] |
| 110 | nrf9151-ns = ["_nrf9120", "_ns", "_nrf91"] | 110 | nrf9151-ns = ["nrf9120-ns"] |
| 111 | nrf9161-ns = ["_nrf9120", "_ns", "_nrf91"] | 111 | nrf9161-ns = ["nrf9120-ns"] |
| 112 | 112 | ||
| 113 | # Features starting with `_` are for internal use only. They're not intended | 113 | # Features starting with `_` are for internal use only. They're not intended |
| 114 | # to be enabled by other crates, and are not covered by semver guarantees. | 114 | # to be enabled by other crates, and are not covered by semver guarantees. |
