diff options
| author | nerwalt <[email protected]> | 2024-07-01 10:02:03 -0600 |
|---|---|---|
| committer | nerwalt <[email protected]> | 2024-07-01 10:02:03 -0600 |
| commit | e9bbfb349c15a39e8de4bf1831de0224a3d2bff0 (patch) | |
| tree | 1850756ba604f35843607d62792cd6a818ae163d | |
| parent | 317e06551744f1584f0d001fa48787735c2ca1b8 (diff) | |
Clean up
| -rw-r--r-- | embassy-nrf/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-nrf/Cargo.toml b/embassy-nrf/Cargo.toml index f5a3c4b0f..6e276b921 100644 --- a/embassy-nrf/Cargo.toml +++ b/embassy-nrf/Cargo.toml | |||
| @@ -100,10 +100,15 @@ nrf5340-net = ["_nrf5340-net"] | |||
| 100 | nrf9160-s = ["_nrf9160", "_s"] | 100 | nrf9160-s = ["_nrf9160", "_s"] |
| 101 | ## nRF9160 in Non-Secure mode | 101 | ## nRF9160 in Non-Secure mode |
| 102 | nrf9160-ns = ["_nrf9160", "_ns"] | 102 | nrf9160-ns = ["_nrf9160", "_ns"] |
| 103 | ## The nRF9120 is the internal part number for the nRF9161 and nRF9151. | ||
| 103 | ## nRF9120 in Secure mode | 104 | ## nRF9120 in Secure mode |
| 104 | nrf9120-s = ["_nrf9120", "_s"] | 105 | nrf9120-s = ["_nrf9120", "_s"] |
| 106 | nrf9151-s = ["_nrf9120", "_s"] | ||
| 107 | nrf9161-s = ["_nrf9120", "_s"] | ||
| 105 | ## nRF9120 in Non-Secure mode | 108 | ## nRF9120 in Non-Secure mode |
| 106 | nrf9120-ns = ["_nrf9120", "_ns"] | 109 | nrf9120-ns = ["_nrf9120", "_ns"] |
| 110 | nrf9151-ns = ["_nrf9120", "_ns"] | ||
| 111 | nrf9161-ns = ["_nrf9120", "_ns"] | ||
| 107 | 112 | ||
| 108 | # 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 |
| 109 | # 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. |
