Cargo Features
[dependencies]
nrf52805-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
nrf52805-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 nrf52805-pac
- rtic-monotonic
-
Enables rtic-monotonic of nrf-hal-common
- doc
nrf52805-hal has 5 features without comments.