mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Clean up
This commit is contained in:
parent
317e065517
commit
e9bbfb349c
@ -100,10 +100,15 @@ nrf5340-net = ["_nrf5340-net"]
|
|||||||
nrf9160-s = ["_nrf9160", "_s"]
|
nrf9160-s = ["_nrf9160", "_s"]
|
||||||
## nRF9160 in Non-Secure mode
|
## nRF9160 in Non-Secure mode
|
||||||
nrf9160-ns = ["_nrf9160", "_ns"]
|
nrf9160-ns = ["_nrf9160", "_ns"]
|
||||||
|
## The nRF9120 is the internal part number for the nRF9161 and nRF9151.
|
||||||
## nRF9120 in Secure mode
|
## nRF9120 in Secure mode
|
||||||
nrf9120-s = ["_nrf9120", "_s"]
|
nrf9120-s = ["_nrf9120", "_s"]
|
||||||
|
nrf9151-s = ["_nrf9120", "_s"]
|
||||||
|
nrf9161-s = ["_nrf9120", "_s"]
|
||||||
## nRF9120 in Non-Secure mode
|
## nRF9120 in Non-Secure mode
|
||||||
nrf9120-ns = ["_nrf9120", "_ns"]
|
nrf9120-ns = ["_nrf9120", "_ns"]
|
||||||
|
nrf9151-ns = ["_nrf9120", "_ns"]
|
||||||
|
nrf9161-ns = ["_nrf9120", "_ns"]
|
||||||
|
|
||||||
# Features starting with `_` are for internal use only. They're not intended
|
# Features starting with `_` are for internal use only. They're not intended
|
||||||
# to be enabled by other crates, and are not covered by semver guarantees.
|
# to be enabled by other crates, and are not covered by semver guarantees.
|
||||||
|
Loading…
Reference in New Issue
Block a user