Cargo Features
[dependencies]
efm32tg11b-pac = { version = "0.1.4", default-features = false, features = ["rt", "critical-section", "efm32tg11b120", "efm32tg11b140", "efm32tg11b320", "efm32tg11b340", "efm32tg11b520", "efm32tg11b540"] }
- default = rt
-
The
rt
feature is set by default wheneverefm32tg11b-pac
is added without
somewhere in the dependency tree.default-features = false - rt default
-
Enables device of cortex-m-rt
- critical-section
-
Enables critical-section, critical-section of portable-atomic
- efm32tg11b120
-
Affects
efm32tg11b-pac::efm32tg11b120
… - efm32tg11b140
-
Affects
efm32tg11b-pac::efm32tg11b140
… - efm32tg11b320
-
Affects
efm32tg11b-pac::efm32tg11b320
… - efm32tg11b340
-
Affects
efm32tg11b-pac::efm32tg11b340
… - efm32tg11b520
-
Affects
efm32tg11b-pac::efm32tg11b520
… - efm32tg11b540
-
Affects
efm32tg11b-pac::efm32tg11b540
…
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.