Cargo Features
[dependencies]
nrf52840-hal = { version = "0.19.0", default-features = false, features = ["defmt", "embedded-hal-02", "rt", "rtic-monotonic", "doc"] }
- default = embedded-hal-02, rt
-
These default features are set whenever
nrf52840-halis added withoutsomewhere in the dependency tree.default-features = false - defmt
-
Enables defmt of nrf-hal-common
- embedded-hal-02 default
-
Enables embedded-hal-02 of nrf-hal-common
- rt default
-
Enables rt of nrf52840-pac
- rtic-monotonic
-
Enables rtic-monotonic of nrf-hal-common
- doc
nrf52840-hal has 6 features without comments.