Cargo Features

[dependencies]
efm32pg23-pac = { version = "0.1.4", default-features = false, features = ["rt", "critical-section", "efm32pg23b200", "efm32pg23b210", "efm32pg23b310"] }
default = rt

The rt feature is set by default whenever efm32pg23-pac is added without default-features = false somewhere in the dependency tree.

rt default

Enables device of cortex-m-rt

critical-section

Enables critical-section

efm32pg23b200

Affects efm32pg23-pac::efm32pg23b200

efm32pg23b210

Affects efm32pg23-pac::efm32pg23b210

efm32pg23b310

Affects efm32pg23-pac::efm32pg23b310

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cortex-m-rt rt