Cargo Features
[dependencies]
nrf5340-net-hal = { version = "0.18.0", default-features = false, features = ["embedded-hal-02", "rt", "rtic-monotonic", "doc"] }
- default = embedded-hal-02, rt
-
These default features are set whenever
nrf5340-net-hal
is added without
somewhere in the dependency tree.default-features = false - embedded-hal-02 default
-
Enables embedded-hal-02 of nrf-hal-common
- rt default
-
Enables rt of nrf5340-net-pac
- rtic-monotonic
-
Enables rtic-monotonic of nrf-hal-common
- doc
nrf5340-net-hal has 5 features without comments.