Cargo Features

[dependencies]
nrf52832-hal = { version = "0.17.1", default-features = false, features = ["embedded-hal-02", "rt", "xxAA-package", "xxAB-package", "doc"] }
embedded-hal-02 default

Enables embedded-hal-02 of nrf-hal-common

rt default

Enables rt of nrf52832-pac

xxAA-package
xxAB-package default
doc
default = embedded-hal-02, rt, xxAB-package

Note: We use the xxAB package because it has the least amount of available resources.
However, most users will want to use the xxAA package.